Skip to content

Commit c4166bc

Browse files
authored
Merge pull request #104161 from alexkarcher-msft/master
Updating Premium Timeout
2 parents e2e9dba + bd9e0a1 commit c4166bc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

includes/functions-limits.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: glenga
1010
| Scale out | Event driven | Event driven | [Manual/autoscale](../articles/app-service/manage-scale-up.md) |
1111
| Max instances | 200 | 100 | 10-20 |
1212
|Default [timeout duration](../articles/azure-functions/functions-scale.md#timeout) (min) |5 | 30 |30<sup>2</sup> |
13-
|Max [timeout duration](../articles/azure-functions/functions-scale.md#timeout) (min) |10 | 60 | unbounded<sup>3</sup> |
13+
|Max [timeout duration](../articles/azure-functions/functions-scale.md#timeout) (min) |10 | unbounded<sup>8</sup> | unbounded<sup>3</sup> |
1414
| Max outbound connections (per instance) | 600 active (1200 total) | unbounded | unbounded |
1515
| Max request size (MB)<sup>4</sup> | 100 | 100 | 100 |
1616
| Max query string length<sup>4</sup> | 4096 | 4096 | 4096 |
@@ -29,4 +29,5 @@ ms.author: glenga
2929
<sup>4</sup> These limits are [set in the host](https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/web.config).
3030
<sup>5</sup> The actual number of function apps that you can host depends on the activity of the apps, the size of the machine instances, and the corresponding resource utilization.
3131
<sup>6</sup> The storage limit is the total content size in temporary storage across all apps in the same App Service plan. Consumption plan uses Azure Files for temporary storage.
32-
<sup>7</sup> When your function app is hosted in a [Consumption plan](../articles/azure-functions/functions-scale.md#consumption-plan), only the CNAME option is supported. For function apps in a [Premium plan](../articles/azure-functions/functions-scale.md#premium-plan) or an [App Service plan](../articles/azure-functions/functions-scale.md#app-service-plan), you can map a custom domain using either a CNAME or an A record.
32+
<sup>7</sup> When your function app is hosted in a [Consumption plan](../articles/azure-functions/functions-scale.md#consumption-plan), only the CNAME option is supported. For function apps in a [Premium plan](../articles/azure-functions/functions-scale.md#premium-plan) or an [App Service plan](../articles/azure-functions/functions-scale.md#app-service-plan), you can map a custom domain using either a CNAME or an A record.
33+
<sup>8</sup> Guaranteed for up to 60 minutes.

includes/functions-timeout-duration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ The timeout duration of a function app is defined by the `functionTimeout` prope
1818
| Consumption | 1.x | 5 | 10 |
1919
| Consumption | 2.x | 5 | 10 |
2020
| Consumption | 3.x | 5 | 10 |
21+
| Premium | 1.x | 30 | Unlimited |
22+
| Premium | 2.x | 30 | Unlimited |
23+
| Premium | 3.x | 30 | Unlimited |
2124
| App Service | 1.x | Unlimited | Unlimited |
2225
| App Service | 2.x | 30 | Unlimited |
2326
| App Service | 3.x | 30 | Unlimited |

0 commit comments

Comments
 (0)