Skip to content

Commit e13950e

Browse files
Merge pull request #271220 from v-jaswel/v-jaswel-patch-1
[ACA] Add note re: replica limits
2 parents 78321b3 + 775fd10 commit e13950e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/container-apps/quotas.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ ms.author: cshoe
1515

1616
The following quotas are on a per subscription basis for Azure Container Apps.
1717

18-
To request an increase in quota amounts for your container app, learn [how to request a limit increase](faq.yml#how-can-i-request-a-quota-increase-) and [submit a support ticket](https://azure.microsoft.com/support/create-ticket/).
18+
To request a [quota increase](faq.yml#how-can-i-request-a-quota-increase-), you can [submit a support ticket](https://azure.microsoft.com/support/create-ticket/).
1919

2020
The *Is Configurable* column in the following tables denotes a feature maximum may be increased through a [support request](https://azure.microsoft.com/support/create-ticket/). For more information, see [how to request a limit increase](faq.yml#how-can-i-request-a-quota-increase-).
2121

22-
| Feature | Scope | Default | Is Configurable | Remarks |
22+
| Feature | Scope | Default Quota | Is Configurable | Remarks |
2323
|--|--|--|--|--|
24-
| Environments | Region | Up to 15 | Yes | Limit up to 15 environments per subscription, per region. |
25-
| Environments | Global | Up to 20 | Yes | Limit up to 20 environments per subscription across all regions |
24+
| 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. |
2626
| Container Apps | Environment | Unlimited | n/a | |
27-
| Revisions | Container app | 100 | No | |
28-
| Replicas | Revision | 300 | Yes | |
27+
| Revisions | Container app | Up to 100 | No | |
28+
| Replicas | Revision | Unlimited | No | Maximum replicas configurable are 300 in Azure portal and 1000 in Azure CLI. There must also be enough cores quota available. |
2929

3030
## Consumption plan
3131

articles/container-apps/scale-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Scaling is defined by the combination of limits, rules, and behavior.
2727

2828
| Scale limit | Default value | Min value | Max value |
2929
|---|---|---|---|
30-
| Minimum number of replicas per revision | 0 | 0 | 300 |
31-
| Maximum number of replicas per revision | 10 | 1 | 300 |
30+
| Minimum number of replicas per revision | 0 | 0 | Maximum replicas configurable are 300 in Azure portal and 1,000 in Azure CLI. |
31+
| Maximum number of replicas per revision | 10 | 1 | Maximum replicas configurable are 300 in Azure portal and 1,000 in Azure CLI. |
3232

33-
To request an increase in maximum replica amounts for your container app, [submit a support ticket](https://azure.microsoft.com/support/create-ticket/).
33+
For more information see [Quotas for Azure Container Apps](quotas.md).
3434

3535
- **Rules** are the criteria used by Container Apps to decide when to add or remove replicas.
3636

0 commit comments

Comments
 (0)