Skip to content

Commit fbc4b80

Browse files
Merge pull request #297727 from chinadragon0515/dashe/quota
Fix incorrect quota type for consumption workload profile
2 parents 66d6938 + da6010c commit fbc4b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/quotas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ You can [request a quota increase in the Azure portal](/azure/quotas/quickstart-
3434
| Feature | Scope | Default Quota | Maximum Quota | Remarks |
3535
|--|--|--|--|--|
3636
| Cores | Replica | 4 | 4 | Maximum number of cores available to a revision replica. |
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 |
37+
| Cores | Environment | 500 | 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 Consumption Cores |
3838

3939
### Dedicated workload profiles
4040

4141
| Feature | Scope | Default Quota | Maximum Quota | Remarks |
4242
|--|--|--|--|--|
4343
| Cores | Subscription | 2,000 | Unlimited | Maximum number of dedicated workload profile cores within one subscription |
4444
| Cores | Replica | Maximum cores a workload profile supports | Same as default quota | Maximum number of cores available to a revision replica. |
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 |
45+
| Cores | Environment | 500 | 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 | 500 | 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 |
4747

4848
> [!NOTE]
4949
> 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).

0 commit comments

Comments
 (0)