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-resource-and-quota-limits.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,14 @@ The following limits are default limits that can’t be increased through a quot
50
50
| Resource | Actual Limit |
51
51
| --- | :--- |
52
52
| Standard sku container groups per region per subscription | 100 |
53
-
| Standard sku cores (CPUs) per region per subscription | 100 |
54
-
| Standard sku cores (CPUs) for K80 GPU per region per subscription | 0 |
53
+
| Standard sku cores (CPUs) per region per subscription | 100 |
55
54
| Standard sku cores (CPUs) for V100 GPU per region per subscription | 0 |
56
55
| Container group creates per hour |300<sup>1</sup> |
57
56
| Container group creates per 5 minutes | 100<sup>1</sup> |
58
57
| Container group deletes per hour | 300<sup>1</sup> |
59
58
| Container group deletes per 5 minutes | 100<sup>1</sup> |
60
59
61
-
## Standard Core Resources
60
+
## Standard Container Resources
62
61
63
62
### Linux Container Groups
64
63
@@ -91,7 +90,29 @@ The following resources are available in all Azure Regions supported by Azure Co
91
90
| :----: | :-----: | :-------: |
92
91
| 4 | 16 | 20 | Y |
93
92
94
-
## GPU Resources (Preview)
93
+
## Spot Container Resources (Preview)
94
+
95
+
The following maximum resources are available to a container group deployed using [Spot Containers](container-instances-spot-containers-overview.md) (preview).
96
+
97
+
> [!NOTE]
98
+
> Spot Containers are only available in the following regions at this time: East US 2, West Europe, and West US.
99
+
100
+
| Max CPU | Max Memory (GB) | VNET Max CPU | VNET Max Memory (GB) | Storage (GB) |
101
+
| :---: | :---: | :----: | :-----: | :-------: |
102
+
| 4 | 16 | N/A | N/A | 50 |
103
+
104
+
## Confidential Container Resources (Preview)
105
+
106
+
The following maximum resources are available to a container group deployed using [Confidential Containers](container-instances-confidential-overview.md) (preview).
107
+
108
+
> [!NOTE]
109
+
> Confidential Containers are only available in the following regions at this time: East US, North Europe, West Europe, and West US.
110
+
111
+
| Max CPU | Max Memory (GB) | VNET Max CPU | VNET Max Memory (GB) | Storage (GB) |
112
+
| :---: | :---: | :----: | :-----: | :-------: |
113
+
| 4 | 16 | 4 | 16 | 50 |
114
+
115
+
## GPU Container Resources (Preview)
95
116
> [!IMPORTANT]
96
117
> 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