Skip to content

Commit da285ba

Browse files
Merge pull request #295882 from nzthiago/nzthiagopatch1
Update functions-limits
2 parents 4a4cd3e + 6d0cc9a commit da285ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/functions-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.service: azure-functions
44
ms.custom:
55
- build-2024
66
ms.topic: include
7-
ms.date: 02/02/2025
7+
ms.date: 03/06/2025
88
ms.author: glenga
99
---
1010
| Resource |[Flex Consumption plan](/azure/azure-functions/flex-consumption-plan)|[Premium plan](/azure/azure-functions/functions-premium-plan)|[Dedicated plan](/azure/azure-functions/dedicated-plan)/[ASE](/azure/app-service/environment/intro)| [Container Apps](/azure/azure-functions/functions-container-apps-hosting)|[Consumption plan](/azure/azure-functions/consumption-plan)|
@@ -17,7 +17,7 @@ ms.author: glenga
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 |
1919
| 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&nbsp;\|&nbsp;Linux) | n/a&nbsp;\|&nbsp;1000<sup>15</sup> | varies by S KU&nbsp;\|&nbsp;100<sup>11</sup> | 10-300<sup>18</sup> | 200&nbsp;\|&nbsp;100 | 1000 |
20+
| Max instance count (Windows&nbsp;\|&nbsp;Linux) | n/a&nbsp;\|&nbsp;1000<sup>15</sup> | varies by SKU&nbsp;\|&nbsp;100<sup>11</sup> | 10-300<sup>18</sup> | n/a&nbsp;\|&nbsp;1000<sup>15</sup> | 200&nbsp;\|&nbsp;100 |
2121
| Function apps per plan<sup>13</sup> | 1 | 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 |
@@ -42,7 +42,7 @@ Notes on service limits:
4242
12. Including the production slot.
4343
13. There's currently a limit of 5,000 function apps in a given subscription.
4444
14. Flex Consumption plan instance sizes are currently defined as either 2,048 MB or 4,096 MB. For more information, see [Instance memory](/azure/azure-functions/flex-consumption-plan#instance-memory).
45-
15. Flex Consumption plan has a regional subscription quota that limits the total memory usage of all instances across a given region. For more information, see [Instance memory](/azure/azure-functions/flex-consumption-plan#instance-memory).
45+
15. Flex Consumption plan has a regional subscription quota that limits the total memory usage of all instances across a given region. For more information, see [Regional subscription memory quotas](/azure/azure-functions/flex-consumption-plan#regional-subscription-memory-quotas). Container Apps has Environments and cores quotas per subscription. See [Quotas for Azure Container Apps](/azure/container-apps/quotas).
4646
16. When the [minimum number of replicas](/azure/container-apps/scale-app#scale-definition) is set to zero, the default time-out depends on the specific triggers used in the app.
4747
17. When the [minimum number of replicas](../articles/container-apps/scale-app.md#scale-definition) is set to one or more.
4848
18. On Container Apps, you can set the [maximum number of replicas](/azure/container-apps/scale-app#scale-definition), which is honored as long as there's enough cores quota available.

0 commit comments

Comments
 (0)