Hi,
It appears you don't have it at the root of the function app. Please try setting it there and test, similar to below:
If the above was helpful please click Accept Answer and upvote.
Thanks.
-TP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have an Azure Function, Python runtime, Consumption Plan.
The host.json
file looks like this:
Even though the functionTimeout
is set to 10mins, the Function still times out at 5mins.
I've tried Stopping/Restarting the Function App and also re-publishing the Function. Nothing works. Hoping someone has come across this before and can help out.
Hi,
It appears you don't have it at the root of the function app. Please try setting it there and test, similar to below:
If the above was helpful please click Accept Answer and upvote.
Thanks.
-TP