Azure Functions - Premium Plan - max execution time

Marcin Dzięgielewski 41 Reputation points
2022-08-24T10:16:43.75+00:00

Hi,

When browsing documentation I found that Premium plan allows for unbounded execution time (https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale).

234417-image.png

But there is a comment saying: (7) Guaranteed for up to 60 minutes.

So my question is, can I safely run functions on premium plan that exceed 1h execution time or is it a roulette?

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

Accepted answer
  1. MughundhanRaveendran-MSFT 12,481 Reputation points
    2022-08-24T12:14:02.13+00:00

    Hi anonymous user-8698 ,

    Thanks for posting your query in Q&A forum.

    For premium and dedicated plans, the max timeout duration is unbounded however you need to make sure that the memory utilization and cpu utilization is not exhausted. For long running functions (~60 minutes) , I would suggest you to use durable functions.

    https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=csharp


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.