Azure Function timout even though functionTimeout is set to 10mins in host.json

seadude 111 Reputation points
2023-03-09T02:38:55.2066667+00:00

Hello,

I have an Azure Function, Python runtime, Consumption Plan.

The host.json file looks like this:

User's image

Even though the functionTimeout is set to 10mins, the Function still times out at 5mins.

User's image

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.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,910 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 124.7K Reputation points Volunteer Moderator
    2023-03-09T03:12:32.2966667+00:00

    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:

    azure function timeout

    If the above was helpful please click Accept Answer and upvote.

    Thanks.

    -TP


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.