Does it work with Azure Functions? #410
|
Is there a way to enable use of Datasync with Azure Functions? |
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. |
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.