Azure-Functions
Azure-Functions copied to clipboard
Support ODataQueryOptions in v4 Isolated version of Functions
Since the Isolated version of functions does not expose the HttpRequest (but rather HttpReqestData), there is currently no workaround to get ODataQueryOptions in the new v4 isolated Azure functions. This is major pain-point and sometimes a blocker for moving or using Azure functions.
Could ODataQueryOptions be exposed as a binding to the HTTP trigger functions?
Hi @fabiocav , Can we support this scenario
Seems to be an open issue in another thread for 3+ years now: https://github.com/Azure/Azure-Functions/issues/1044
Any response will be greatly appreciated.