Skip to content

Commit f4869cd

Browse files
atsushinaggailey777
authored andcommitted
Update max outbound connections reference in limits doc
I understand that the number of outbound connections for the Azure Functions is subject to the SNAT limitations of App Service when using the Dedicated or Premium plan. While the App Service documentation states this restriction explicitly, the limits on Azure Functions for Premium and Dedicated plans are described as unbounded, leading to a discrepancy in the information. Therefore, I believe it would be better to revise and clarify this inconsistency.
1 parent 18953d2 commit f4869cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/functions-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313
| --- | --- | --- | --- | --- | --- |
1414
| Default [time-out duration](/azure/azure-functions/functions-scale#timeout) (min) | 30 | 30 |30<sup>1</sup> | 30<sup>16</sup> |5 |
1515
| Max [time-out duration](/azure/azure-functions/functions-scale#timeout) (min) | unbounded<sup>9</sup> | unbounded<sup>9</sup> | unbounded<sup>2</sup> | unbounded<sup>17</sup> |10 |
16-
| Max outbound connections (per instance) | unbounded | unbounded | unbounded | unbounded |600 active (1200 total) |
16+
| Max outbound connections (per instance) | unbounded | See [Azure App Service Limits](https://github.com/MicrosoftDocs/azure-docs/blob/main/includes/azure-websites-limits.md) | [Azure App Service Limits](https://github.com/MicrosoftDocs/azure-docs/blob/main/includes/azure-websites-limits.md) | unbounded |600 active (1200 total) |
1717
| Max request size (MB)<sup>3</sup> | 210 | 210 | 210 | 210 |210 |
1818
| Max query string length<sup>3</sup> | 4096 | 4096 | 4096 | 4096 | 4096 |
1919
| Max request URL length<sup>3</sup> | 8192 | 8192 | 8192 | 8192 | 8192 |

0 commit comments

Comments
 (0)