Does it work with Azure Functions? #410
-
|
Is there a way to enable use of Datasync with Azure Functions? |
Beta Was this translation helpful? Give feedback.
Answered by
adrianhall
Dec 1, 2025
Replies: 1 comment
-
|
Short version - no. Longer version - it relies on ASP.NET Core Controllers, which isn't supported by the execution model of Azure Functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
neongrvstns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short version - no.
Longer version - it relies on ASP.NET Core Controllers, which isn't supported by the execution model of Azure Functions.