Skip to content

Commit 0758758

Browse files
authored
Update quotas.md
1 parent 99b2273 commit 0758758

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/container-apps/quotas.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ The *Is Configurable* column in the following tables denotes a feature maximum m
2222
| Feature | Scope | Default Quota | Is Configurable | Remarks |
2323
|--|--|--|--|--|
2424
| Environments | Region | Up to 15 | Yes | Up to 15 environments per subscription, per region. |
25-
| Environments | Global | Up to 20 | Yes | Up to 20 environments per subscription across all regions |
25+
| Environments | Global | Up to 20 | Yes | Up to 20 environments per subscription, across all regions. |
2626
| Container Apps | Environment | Unlimited | n/a | |
27-
| Revisions | Container app | 100 | No | |
28-
| Replicas | Revision | 300 (Azure portal) / 1000 (Azure CLI) | Yes | |
27+
| Revisions | Container app | Up to 100 | No | |
28+
| Minimum number of replicas | Revision | Up to 300 (Azure portal) / 1000 (Azure CLI) | Yes | |
29+
| Maximum number of replicas | Revision | Up to 300 (Azure portal) / 1000 (Azure CLI) | Yes | |
2930

30-
For apps you create using Azure portal, there's a default quota of 300 replicas per revision. For apps you create using Azure CLI, there's a default quota of 1,000 replicas per revision. Note that the true number of replicas in a revision depends on various factors.
31+
When you set the minimum or maximum number of replicas using Azure portal, there's a default quota of 300 replicas per revision. When you use the [Azure CLI](https://learn.microsoft.com/cli/azure/containerapp/revision?view=azure-cli-latest#az-containerapp-revision-copy), there's a default quota of 1,000 replicas per revision. Note that the true number of replicas in a revision depends on various factors.
3132

3233
## Consumption plan
3334

0 commit comments

Comments
 (0)