Skip to content

Commit ee6ad32

Browse files
authored
Update container-instances-resource-and-quota-limits.md
Add spot containers and confidential containers
1 parent 0bfcc31 commit ee6ad32

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

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

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ The following limits are default limits that can’t be increased through a quot
5050
| Resource | Actual Limit |
5151
| --- | :--- |
5252
| 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 |
5554
| Standard sku cores (CPUs) for V100 GPU per region per subscription | 0 |
5655
| Container group creates per hour |300<sup>1</sup> |
5756
| Container group creates per 5 minutes | 100<sup>1</sup> |
5857
| Container group deletes per hour | 300<sup>1</sup> |
5958
| Container group deletes per 5 minutes | 100<sup>1</sup> |
6059

61-
## Standard Core Resources
60+
## Standard Container Resources
6261

6362
### Linux Container Groups
6463

@@ -91,7 +90,29 @@ The following resources are available in all Azure Regions supported by Azure Co
9190
| :----: | :-----: | :-------: |
9291
| 4 | 16 | 20 | Y |
9392

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)
95116
> [!IMPORTANT]
96117
> 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).
97118

0 commit comments

Comments
 (0)