Skip to content

Commit 312496a

Browse files
authored
Merge pull request #45239 from andresnava/patch-169
"time out" -> "timeout"
2 parents bb120cc + 48b6edf commit 312496a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.author: glenga
99
| --- | --- | --- | --- |
1010
| Scale out | Event driven | Event driven | [Manual/autoscale](../articles/app-service/manage-scale-up.md) |
1111
| Max instances | 200 | 100 | 10-20 |
12-
|Default [time out duration](../articles/azure-functions/functions-scale.md#timeout) (min) |5 | 30 |30<sup>2</sup> |
13-
|Max [time out duration](../articles/azure-functions/functions-scale.md#timeout) (min) |10 | 60 | unbounded<sup>3</sup> |
12+
|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> |
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 |

0 commit comments

Comments
 (0)