Skip to content

Commit ade3088

Browse files
Update functions-limits.md
1 parent 8700f35 commit ade3088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/functions-limits.md

Lines changed: 2 additions & 1 deletion
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 |
@@ -30,3 +30,4 @@ ms.author: glenga
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.
3232
<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.

0 commit comments

Comments
 (0)