Forum Discussion
JohnKarwoski
Apr 11, 2019Copper Contributor
Help with best practice - Implementing OData URL Conventions (V4) with Azure Functions V2
I’m JohnKarwoski looking for some best practices on implementing OData URL Conventions (V4) with Azure Functions V2 (using .NET Core 2.1) that utilize a CosmosDb backend setup using the SQL API. ...
aletc1
Aug 09, 2019Copper Contributor
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
stevepearson
Aug 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/1044
https://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.