Forum Discussion
Help with best practice - Implementing OData URL Conventions (V4) with Azure Functions V2
JohnKarwoski I could share with you a workaround while official support is being developed: https://github.com/aletc1/examples-odata-azure-functions
Full details in: https://www.algohace.net/posts/odata-en-azure-functions-v2 (Spanish only)
If you want to track the official request, please go to: https://github.com/Azure/Azure-Functions/issues/1044
- stevepearsonAug 30, 2020Copper Contributor
aletc1 JohnKarwoski For a V3 function in .net core 3.1 check out this issue and the GitHub repo. Gives you OData in azure function
https://github.com/Azure/Azure-Functions/issues/1044https://github.com/smokedlinq/Microsoft.Azure.WebJobs.Extensions.OData
- JohnSharp1975Dec 24, 2024Copper Contributor
I've been trying to get OData and Azure functions to work for a few days now. I can confirm that it's a complete pig to setup but it is possible using only the Microsoft NuGet packages.