Skip to content

Commit 8aecbea

Browse files
authored
remove TBD
1 parent 748a523 commit 8aecbea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

includes/functions-limits.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ ms.author: glenga
99
| --- | --- | --- | --- | --- |
1010
| Default [timeout duration](../articles/azure-functions/functions-scale.md#timeout) (min) |5 | 30 | 30 |30<sup>1</sup> |
1111
| Max [timeout duration](../articles/azure-functions/functions-scale.md#timeout) (min) |10 | unbounded<sup>15</sup> | unbounded<sup>7</sup> | unbounded<sup>2</sup> |
12-
| Max outbound connections (per instance) | 600 active (1200 total) | TBD | unbounded | unbounded |
12+
| Max outbound connections (per instance) | 600 active (1200 total) | unbounded | unbounded | unbounded |
1313
| Max request size (MB)<sup>3</sup> | 100 | 100 | 100 | 100 |
1414
| Max query string length<sup>3</sup> | 4096 | 4096 | 4096 | 4096 |
1515
| Max request URL length<sup>3</sup> | 8192 | 8192 | 8192 | 8192 |
16-
|[ACU](../articles/virtual-machines/acu.md) per instance | 100 | TBD | 210-840 | 100-840/210-250<sup>8</sup> |
16+
|[ACU](../articles/virtual-machines/acu.md) per instance | 100 | varies | 210-840 | 100-840/210-250<sup>8</sup> |
1717
| Max memory (GB per instance) | 1.5 | 4<sup>13</sup> | 3.5-14 | 1.75-14/3.5-14 |
1818
| Max instance count (Windows/Linux) | 200/100 | 1000 <sup>14</sup> | 100/20 | varies by SKU/100<sup>9</sup> |
1919
| Function apps per plan<sup>11</sup> | 100 | 100 | 100 | unbounded<sup>4</sup> |
20-
| [App Service plans](../articles/app-service/overview-hosting-plans.md) | 100 per [region](https://azure.microsoft.com/global-infrastructure/regions/) | TBD | 100 per resource group |100 per resource group |
20+
| [App Service plans](../articles/app-service/overview-hosting-plans.md) | 100 per [region](https://azure.microsoft.com/global-infrastructure/regions/) | n/a | 100 per resource group |100 per resource group |
2121
| [Deployment slots](../articles/azure-functions/functions-deployment-slots.md) per app<sup>10</sup> | 2 | n/a | 3 | 1-20<sup>9</sup> |
22-
| Storage<sup>5</sup> | 5 GB | TBD | 250 GB |50-1000 GB |
22+
| Storage<sup>5</sup> | 5 GB | 250 GB | 250 GB |50-1000 GB |
2323
| Custom domains per app</a> |500<sup>6</sup> | 500 | 500 | 500 |
24-
| Custom domain [SSL support](../articles/app-service/configure-ssl-bindings.md) |unbounded SNI SSL connection included | TBD | unbounded SNI SSL and 1 IP SSL connections included |unbounded SNI SSL and 1 IP SSL connections included |
24+
| Custom domain [SSL support](../articles/app-service/configure-ssl-bindings.md) |unbounded SNI SSL connection included | unbounded SNI SSL and 1 IP SSL connections included | unbounded SNI SSL and 1 IP SSL connections included |unbounded SNI SSL and 1 IP SSL connections included |
2525

2626
Notes on service limits:
2727

0 commit comments

Comments
 (0)