Skip to content

Commit b5fecf2

Browse files
authored
limitations
1 parent d54e8ae commit b5fecf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, 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 limitations:
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)