You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-instances/container-instances-region-availability.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 1/19/2023
10
10
ms.custom: references_regions
11
11
12
12
---
13
-
# Region Availability & Limits
13
+
# Region availability and limits
14
14
15
15
This article details the availability and quota limits of Azure Container Instances compute, memory, and storage resources in Azure regions and by target operating system. For a general list of available regions for Azure Container Instances, see [available regions](https://azure.microsoft.com/regions/services/).
16
16
@@ -19,7 +19,7 @@ Values presented are the maximum resources available per deployment of a [contai
19
19
> [!NOTE]
20
20
> Container groups created within these resource limits are subject to availability within the deployment region. When a region is under heavy load, you may experience a failure when deploying instances. To mitigate such a deployment failure, try deploying instances with lower resource settings, or try your deployment at a later time or in a different region with available resources.
21
21
22
-
## Default Quota Limits
22
+
## Default quota limits
23
23
24
24
All Azure services include certain default limits and quotas for resources and features. This section details the default quotas and limits for Azure Container Instances.
25
25
@@ -32,7 +32,7 @@ Certain default limits and quotas can be increased. To request an increase of on
32
32
> Deployments with GPU resources are not supported in an Azure virtual network deployment and are only available on Linux container groups.
33
33
> Using GPU resources (preview) is not fully supported yet and any support is provided on a best-effort basis.
34
34
35
-
### Unchangeable (Hard) Limits
35
+
### Unchangeable (hard) limits
36
36
37
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.
38
38
@@ -45,7 +45,7 @@ The following limits are default limits that can’t be increased through a quot
### Changeable Limits (Eligible for Quota Increases)
48
+
### Changeable limits (eligible for quota increases)
49
49
50
50
| Resource | Actual Limit |
51
51
| --- | :--- |
@@ -57,19 +57,19 @@ The following limits are default limits that can’t be increased through a quot
57
57
| Container group deletes per hour | 300<sup>1</sup> |
58
58
| Container group deletes per 5 minutes | 100<sup>1</sup> |
59
59
60
-
## Standard Container Resources
60
+
## Standard container resources
61
61
62
-
### Linux Container Groups
62
+
### Linux container groups
63
63
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 and Windows containers.
65
65
66
66
| Max CPU | Max Memory (GB) | VNET Max CPU | VNET Max Memory (GB) | Storage (GB) |
67
67
| :---: | :---: | :----: | :-----: | :-------: |
68
68
| 4 | 16 | 4 | 16 | 50 |
69
69
70
70
For a general list of available regions for Azure Container Instances, see [available regions](https://azure.microsoft.com/regions/services/).
71
71
72
-
### Windows Containers
72
+
### Windows containers
73
73
74
74
The following regions and maximum resources are available to container groups with [supported and preview](./container-instances-faq.yml) Windows Server containers.
75
75
@@ -90,7 +90,7 @@ The following resources are available in all Azure Regions supported by Azure Co
90
90
| :----: | :-----: | :-------: |
91
91
| 4 | 16 | 20 | Y |
92
92
93
-
## Spot Container Resources (Preview)
93
+
## Spot container resources (preview)
94
94
95
95
The following maximum resources are available to a container group deployed using [Spot Containers](container-instances-spot-containers-overview.md) (preview).
96
96
@@ -101,7 +101,7 @@ The following maximum resources are available to a container group deployed usin
101
101
| :---: | :---: | :----: | :-----: | :-------: |
102
102
| 4 | 16 | N/A | N/A | 50 |
103
103
104
-
## Confidential Container Resources (Preview)
104
+
## Confidential container resources (preview)
105
105
106
106
The following maximum resources are available to a container group deployed using [Confidential Containers](container-instances-confidential-overview.md) (preview).
107
107
@@ -112,7 +112,7 @@ The following maximum resources are available to a container group deployed usin
112
112
| :---: | :---: | :----: | :-----: | :-------: |
113
113
| 4 | 16 | 4 | 16 | 50 |
114
114
115
-
## GPU Container Resources (Preview)
115
+
## GPU container resources (preview)
116
116
117
117
> [!IMPORTANT]
118
118
> K80 and P100 GPU SKUs are retiring by August 31st, 2023. This is due to the retirement of the underlying VMs used: [NC Series](../virtual-machines/nc-series-retirement.md) and [NCv2 Series](../virtual-machines/ncv2-series-retirement.md) Although V100 SKUs will be available, it is receommended to use Azure Kubernetes Service instead. GPU resources are not fully supported and should not be used for production workloads. Use the following resources to migrate to AKS today: [How to Migrate to AKS](../aks/aks-migration.md).
0 commit comments