Skip to content

Commit 022911d

Browse files
authored
Merge pull request #106504 from jeffhollan/premium-timeout
functions: clarifying timeout
2 parents a8ee1c9 + 86dc2a9 commit 022911d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Additional compute instances are automatically added for your app using the same
6161

6262
### Longer run duration
6363

64-
Azure 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 this 60 minutes for Premium plan apps.
64+
Azure 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 this unbounded for Premium plan apps (guaranteed 60 minutes).
6565

6666
## Plan and SKU settings
6767

articles/azure-functions/functions-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When you're using the Premium plan, instances of the Azure Functions host are ad
5959

6060
* Perpetually warm instances to avoid any cold start
6161
* VNet connectivity
62-
* Unlimited execution duration
62+
* Unlimited execution duration (60 minutes guaranteed)
6363
* Premium instance sizes (one core, two core, and four core instances)
6464
* More predictable pricing
6565
* High-density app allocation for plans with multiple function apps

0 commit comments

Comments
 (0)