How to bind trigger parameters to appsettings.json under Isolated azure function
When running under the in-process function model, you could resolve trigger parameters from the appsettings.json – assuming its been configured as a custom configuration source as defined here.
Azure table input function returns 500 if no matching record found
I have written azure isolated table input function(.net 8) which return 500 if no matching record found. Previously in .net 6, it used to return null object. Can someone please guide to handle it in function signature ?
Azure table input function returns 500 if no matching record found
I have written azure isolated table input function(.net 8) which return 500 if no matching record found. Previously in .net 6, it used to return null object. Can someone please guide to handle it in function signature ?
Unable to run azure durable orchestration function
I have a simple Azure Functions app, which includes HTTP trigger and a durable orchestration function, which the trigger invokes. This app runs fine when tested locally, but fails when it runs on Azure. The error coming from the orchestrator function is:
Sporadic swap failures in Azure Function
We are running Azure Functions using .Net 8 as Isolated Process with two slots: production and staging. We first deploy to staging and then swap it to production though we have started observing very slow and some times even swaps that fails. I have been able to find an error that reoccurs in Deployment Center: