Function Timeout Warning

Henry Chen 20 Reputation points
2023-07-31T13:56:43.71+00:00

I'm currently getting a warning below:

Screenshot 2023-07-31 145254

I'm getting this in my Dev environment after I deployed it from a local project. In my local project, the function timeout is set to 1 hour and it works fine.

What might be the issue and how can I resolve it?

Community Center Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 36,761 Reputation points MVP Volunteer Moderator
    2023-07-31T15:26:37.2466667+00:00

    Hello @Henry Chen,

    the message you get is by design.

    This is to protect you from unsuspected costs because time is part of the way (consumption plan) functions are billed.

    Azure Functions in the Consumption plan have a default timeout of 5 minutes and an upper limit of 10 minutes.

    If you need a longer timeout, you need to switch over to a different plan which provides longer timeouts and dedicated resources.

    If you want to extend towards that 10 minute limit, follow this guide.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

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.