Skip to content

Commit c1c1d69

Browse files
authored
Thiago comments
1 parent db26a08 commit c1c1d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-premium-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Premium plan hosting provides the following benefits to your functions:
1818

1919
* Avoid cold starts with warm instances.
2020
* Virtual network connectivity.
21-
* Unlimited execution duration, with 60 minutes supported (outside of platform upgrades and outages).
21+
* Supports [longer runtime durations](#longer-run-duration)
2222
* [Choice of Premium instance sizes](#available-instance-skus).
2323
* More predictable pricing, compared with the Consumption plan.
2424
* High-density app allocation for plans with multiple function apps.
@@ -143,7 +143,7 @@ To learn more about how scaling works, see [Event-driven scaling in Azure Functi
143143

144144
## Longer run duration
145145

146-
Functions in a Consumption plan are limited to 10 minutes for a single execution. In the Premium plan, the run duration defaults to 30 minutes to prevent runaway executions. However, you can [modify the host.json configuration](./functions-host-json.md#functiontimeout) to make the duration unbounded for Premium plan apps. Your function executions can have an unbounded duration, with the following exceptions:
146+
Functions in a Consumption plan are limited to 10 minutes for a single execution. In the Premium plan, the run duration defaults to 30 minutes to prevent runaway executions. However, you can [modify the host.json configuration](./functions-host-json.md#functiontimeout) to make the duration unbounded for Premium plan apps, with the following exceptions:
147147

148148
+ Platform upgrades can trigger a managed shutdown and halt the function execution.
149149
+ Platform outages can cause an unhandled shutdown and halt the function execution.

0 commit comments

Comments
 (0)