Skip to content

Commit e614d6a

Browse files
author
Simon Jakesch
committed
confirmed numbers, moved old consumption below new consumption
1 parent 5da3118 commit e614d6a

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

articles/container-apps/quotas.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,12 @@ You can [request a quota increase in the Azure portal](/azure/quotas/quickstart-
1919

2020
| Feature | Scope | Default Quota | Maximum Quota | Remarks |
2121
|--|--|--|--|--|
22-
| Environments | Region | 15 | Unlimited | 15 environments per subscription, per region. Quota name: Managed Environment Count|
23-
| Environments | Global | 20 | Unlimited | Up to 20 environments per subscription, across all regions. Quota name: ??? |
22+
| Environments | Region | 15 | Unlimited | Up to 15 environments per subscription, per region. Quota name: Managed Environment Count |
23+
| Environments | Global | 20 | Unlimited | Up to 20 environments per subscription, across all regions. Adjusted through Managed Environment Count quota (usually 20% more than Managed Environment Count) |
2424
| Container Apps | Environment | Unlimited | Unlimited | |
2525
| Revisions | Container app | Up to 100 | Unlimited | |
2626
| Replicas | Revision | Unlimited | Unlimited | Maximum replicas configurable are 300 in Azure portal and 1000 in Azure CLI. There must also be enough cores quota available. |
27-
| Session pools | Global | Up to 6 | 10,000 | Maximum number of dynamic session pools per subscription. Quota name: ??? |
28-
29-
## Consumption plan
30-
31-
| Feature | Scope | Default Quota | Maximum Quota | Remarks |
32-
|--|--|--|--|--|
33-
| Cores | Replica | 2 | 2 | Maximum number of cores available to a revision replica. |
34-
| Cores | Environment | 100 | 10,000 | Maximum number of cores an environment can accommodate. Calculated by the sum of cores requested by each active replica of all revisions in an environment. Quota name: Managed Environment Consumption Cores |
27+
| Session pools | Global | Up to 6 | 10,000 | Maximum number of dynamic session pools per subscription. No official Azure quota yet, please raise support case. |
3528

3629

3730
## Workload Profiles Environments
@@ -41,23 +34,36 @@ You can [request a quota increase in the Azure portal](/azure/quotas/quickstart-
4134
| Feature | Scope | Default Quota | Maximum Quota | Remarks |
4235
|--|--|--|--|--|
4336
| Cores | Replica | 4 | 4 | Maximum number of cores available to a revision replica. |
44-
| Cores | Environment | 100 | 100,000 | Maximum number of cores the Consumption workload profile in a Dedicated plan environment can accommodate. Calculated by the sum of cores requested by each active replica of all revisions in an environment. Quota name: ??? |
37+
| Cores | Environment | 100 | 5,000 | Maximum number of cores the Consumption workload profile in a Dedicated plan environment can accommodate. Calculated by the sum of cores requested by each active replica of all revisions in an environment. Quota name: Managed Environment General Purpose Cores |
4538

4639
### Dedicated workload profiles
4740

4841
| Feature | Scope | Default Quota | Maximum Quota | Remarks |
4942
|--|--|--|--|--|
5043
| Cores | Subscription | 2,000 | Unlimited | Maximum number of dedicated workload profile cores within one subscription |
5144
| Cores | Replica | Maximum cores a workload profile supports | Same as default quota | Maximum number of cores available to a revision replica. |
52-
| Cores | General Purpose Workload Profiles | 100 | 100,000 | The total cores available to all general purpose (D-series) profiles within an environment. Maximum assumes appropriate network size. Quota name: Managed Environment General Purpose Cores |
53-
| Cores | Memory Optimized Workload Profiles | 50 | 100,000 | The total cores available to all memory optimized (E-series) profiles within an environment. Maximum assumes appropriate network size. Quota name: Managed Environment Memory Optimized Cores |
45+
| Cores | Environment | 100 | 5,000 | The total cores available to all general purpose (D-series) profiles within an environment. Maximum assumes appropriate network size. Quota name: Managed Environment General Purpose Cores |
46+
| Cores | Environment | 50 | 5,000 | The total cores available to all memory optimized (E-series) profiles within an environment. Maximum assumes appropriate network size. Quota name: Managed Environment Memory Optimized Cores |
5447

5548
> [!NOTE]
5649
> For GPU enabled workload profiles, you need to request capacity via a [request for a quota increase in the Azure portal](/azure/quotas/quickstart-increase-quota-portal).
5750
5851
> [!NOTE]
5952
> [Free trial](https://azure.microsoft.com/offers/ms-azr-0044p) and [Azure for Students](https://azure.microsoft.com/free/students/) subscriptions are limited to one environment per subscription globally and ten (10) cores per environment.
6053
54+
55+
56+
## Consumption plan
57+
58+
All new environments use the Consumption workload profile architecture listed above. Only environments created before January 2024 use the consumption plan below.
59+
60+
| Feature | Scope | Default Quota | Maximum Quota | Remarks |
61+
|--|--|--|--|--|
62+
| Cores | Replica | 2 | 2 | Maximum number of cores available to a revision replica. |
63+
| Cores | Environment | 100 | 1,500 | Maximum number of cores an environment can accommodate. Calculated by the sum of cores requested by each active replica of all revisions in an environment. Quota name: Managed Environment Consumption Cores |
64+
65+
66+
6167
## Considerations
6268

6369
* If an environment runs out of allowed cores:

0 commit comments

Comments
 (0)