Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,929 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Azure function(TimerTrigger) getting timeout after 30 min due to fetching very large data from database.
I tried to update the functiontimeout="04:00:00" in host.json file from portal, but it getting disappear from the host file and changes is not applied.
In setting Always on feature is on and I have "App service plan"
Please provide help/solution for the same.