Skip to content

Commit 4b68986

Browse files
Merge pull request #271613 from tomvcassidy/hardLimitClarifications
clarification on hard limits
2 parents a96fb0d + ec8d0fd commit 4b68986

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/container-instances/container-instances-resource-and-quota-limits.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resource availability & quota limits for ACI
2+
title: Resource availability & quota limits for Azure Container Instances (ACI)
33
description: Availability and quota limits of compute and memory resources for the Azure Container Instances service in different Azure regions.
44
ms.author: tomcassidy
55
author: tomvcassidy
@@ -25,7 +25,7 @@ All Azure services include certain default limits and quotas for resources and f
2525

2626
Use the [List Usage](/rest/api/container-instances/2022-09-01/location/list-usage) API to review current quota usage in a region for a subscription.
2727

28-
Certain default limits and quotas can be increased. To request an increase of one or more resources that support such an increase, please submit an [Azure support request][azure-support] (select "Quota" for **Issue type**).
28+
Certain default limits and quotas can be increased. To request an increase of one or more resources that support such an increase, submit an [Azure support request][azure-support] (select "Quota" for **Issue type**).
2929

3030
> [!IMPORTANT]
3131
> Not all limit increase requests are guaranteed to be approved.
@@ -34,7 +34,7 @@ Certain default limits and quotas can be increased. To request an increase of on
3434
3535
### Unchangeable (Hard) Limits
3636

37-
The following limits are default limits that can’t be increased through a quota request. Any quota increase requests for these limits will not be approved.
37+
The following limits are default limits that can’t be increased through a quota request. Any quota increase requests for these limits won't be approved.
3838

3939
| Resource | Actual Limit |
4040
| --- | :--- |
@@ -61,7 +61,7 @@ The following limits are default limits that can’t be increased through a quot
6161

6262
### Linux Container Groups
6363

64-
By default, the following resources are available general purpose (standard core SKU) containers in general deployments and [Azure virtual network](container-instances-vnet.md) deployments) for Linux & Windows containers.
64+
By default, the following resources are available general purpose (standard core SKU) containers in general deployments and [Azure virtual network](container-instances-vnet.md) deployments) for Linux & Windows containers. These maximums are hard limits and can't be increased.
6565

6666
| Max CPU | Max Memory (GB) | VNET Max CPU | VNET Max Memory (GB) | Storage (GB) |
6767
| :---: | :---: | :----: | :-----: | :-------: |
@@ -71,7 +71,7 @@ For a general list of available regions for Azure Container Instances, see [avai
7171

7272
### Windows Containers
7373

74-
The following regions and maximum resources are available to container groups with [supported and preview](./container-instances-faq.yml) Windows Server containers.
74+
The following regions and maximum resources are available to container groups with [supported and preview](./container-instances-faq.yml) Windows Server containers. These maximums are hard limits and can't be increased.
7575

7676
#### Windows Server 2022 LTSC
7777

@@ -92,7 +92,7 @@ The following resources are available in all Azure Regions supported by Azure Co
9292

9393
## Spot Container Resources (Preview)
9494

95-
The following maximum resources are available to a container group deployed using [Spot Containers](container-instances-spot-containers-overview.md) (preview).
95+
The following maximum resources are available to a container group deployed using [Spot Containers](container-instances-spot-containers-overview.md) (preview). These maximums are hard limits and can't be increased.
9696

9797
> [!NOTE]
9898
> Spot Containers are only available in the following regions at this time: East US 2, West Europe, and West US.
@@ -103,7 +103,7 @@ The following maximum resources are available to a container group deployed usin
103103

104104
## Confidential Container Resources (Preview)
105105

106-
The following maximum resources are available to a container group deployed using [Confidential Containers](container-instances-confidential-overview.md) (preview).
106+
The following maximum resources are available to a container group deployed using [Confidential Containers](container-instances-confidential-overview.md) (preview). These maximums are hard limits and can't be increased.
107107

108108
> [!NOTE]
109109
> Confidential Containers are only available in the following regions at this time: East US, North Europe, West Europe, and West US.
@@ -122,7 +122,7 @@ The following maximum resources are available to a container group deployed usin
122122
> Deployments with GPU resources are not supported in an Azure virtual network deployment and are only available on Linux container groups.
123123
> Using GPU resources (preview) is not fully supported yet and any support is provided on a best-effort basis.
124124
125-
The following maximum resources are available to a container group deployed with [GPU resources](container-instances-gpu.md) (preview).
125+
The following maximum resources are available to a container group deployed with [GPU resources](container-instances-gpu.md) (preview). These maximums are hard limits and can't be increased.
126126

127127
| GPU SKUs | GPU count | Max CPU | Max Memory (GB) | Storage (GB) |
128128
| --- | --- | --- | --- | --- |
@@ -132,11 +132,11 @@ The following maximum resources are available to a container group deployed with
132132

133133
## Next steps
134134

135-
Certain default limits and quotas can be increased. To request an increase of one or more resources that support such an increase, please submit an [Azure support request][azure-support] (select "Quota" for **Issue type**).
135+
Certain default limits and quotas can be increased. To request an increase of one or more resources that support such an increase, submit an [Azure support request][azure-support] (select "Quota" for **Issue type**).
136136

137-
Let the team know if you'd like to see additional regions or increased resource availability at [aka.ms/aci/feedback](https://aka.ms/aci/feedback).
137+
Let the team know if you'd like to see other regions or increased resource availability at [aka.ms/aci/feedback](https://aka.ms/aci/feedback).
138138

139-
For information on troubleshooting container instance deployment, see [Troubleshoot deployment issues with Azure Container Instances](container-instances-troubleshooting.md)
139+
For information on troubleshooting container instance deployment, see [Troubleshoot deployment issues with Azure Container Instances](container-instances-troubleshooting.md).
140140

141141
<!-- LINKS - External -->
142142

0 commit comments

Comments
 (0)