Skip to content

Commit 6ccad45

Browse files
authored
Update functions-limits.md
Fix formatting of the superscript for Max memory for Flex. Correct numbers for Max Instance count for Flex and Consumption The numbers are taken from here: https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#scale Can someone review the other numbers in this table?
1 parent 661cd74 commit 6ccad45

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
@@ -16,8 +16,8 @@ ms.author: glenga
1616
| Max query string length<sup>3</sup> | 4096 | 4096 | 4096 | 4096 | 4096 |
1717
| Max request URL length<sup>3</sup> | 8192 | 8192 | 8192 | 8192 | 8192 |
1818
|[ACU](/azure/virtual-machines/acu) per instance | 210-840 | 100-840/210-250<sup>10</sup> | [varies](/azure/container-apps/billing) |100 | varies |
19-
| Max memory (GB per instance) | 4<sup4</sup> | 3.5-14 | 1.75-256/8-256 | [varies](/azure/container-apps/billing) |1.5 |
20-
| Max instance count (Windows/Linux) | 100/20 | varies by SKU/100<sup>11</sup> | 10-300<sup>18</sup> | 200/100 | 1000 <sup>15</sup> |
19+
| Max memory (GB per instance) | 4<sup>14</sup> | 3.5-14 | 1.75-256/8-256 | [varies](/azure/container-apps/billing) |1.5 |
20+
| Max instance count (Windows/Linux) | 1000 <sup>15</sup> | varies by SKU/100<sup>11</sup> | 10-300<sup>18</sup> | 200/100 | |
2121
| Function apps per plan<sup>13</sup> | 100 | 100 | unbounded<sup>4</sup> | unbounded<sup>4</sup> |100 |
2222
| [App Service plans](/azure/app-service/overview-hosting-plans) | n/a | 100 per resource group |100 per resource group | n/a | 100 per [region](https://azure.microsoft.com/global-infrastructure/regions/) |
2323
| [Deployment slots](/azure/azure-functions/functions-deployment-slots) per app<sup>12</sup> | n/a | 3 | 1-20<sup>11</sup> | not supported |2 |

0 commit comments

Comments
 (0)