Skip to content

Commit d3bd77d

Browse files
committed
[ACI] Storage limits
1 parent 9bc1520 commit d3bd77d

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

articles/container-instances/container-instances-region-availability.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resource availability by region
33
description: Availability of compute and memory resources for the Azure Container Instances service in different Azure regions.
44
ms.topic: article
5-
ms.date: 12/17/2019
5+
ms.date: 01/31/2020
66
ms.author: danlep
77

88
---
@@ -21,23 +21,23 @@ For information about quotas and other limits in your deployments, see [Quotas a
2121

2222
The following regions and resources are available to container groups with Linux and [supported](container-instances-faq.md#what-windows-base-os-images-are-supported) Windows Server 2016-based containers.
2323

24-
| Regions | OS | Max CPU | Max Memory (GB) |
25-
| -------- | -- | :---: | :-----------: |
26-
| Brazil South, Canada Central, Central India, Central US, East Asia, East US, East US 2, North Europe, South Central US, Southeast Asia, South India, UK South, West Europe, West US, West US 2 | Linux | 4 | 16 |
27-
| Australia East, Japan East | Linux | 2 | 8 |
28-
| North Central US | Linux | 2 | 3.5 |
29-
| Brazil South, Japan East, West Europe | Windows | 4 | 16 |
30-
| East US, West US | Windows | 4 | 14 |
31-
| Australia East, Canada Central, Central India, Central US, East Asia, East US 2, North Central US, North Europe, South Central US, Southeast Asia, South India, UK South, West US 2 | Windows | 2 | 3.5 |
24+
| Regions | OS | Max CPU | Max Memory (GB) | Storage (GB) |
25+
| -------- | -- | :---: | :-----------: | :---: |
26+
| Brazil South, Canada Central, Central India, Central US, East Asia, East US, East US 2, North Europe, South Central US, Southeast Asia, South India, UK South, West Europe, West US, West US 2 | Linux | 4 | 16 | 50 |
27+
| Australia East, Japan East | Linux | 2 | 8 | 50 |
28+
| North Central US | Linux | 2 | 3.5 | 50 |
29+
| Brazil South, Japan East, West Europe | Windows | 4 | 16 | 20 |
30+
| East US, West US | Windows | 4 | 14 | 20 |
31+
| Australia East, Canada Central, Central India, Central US, East Asia, East US 2, North Central US, North Europe, South Central US, Southeast Asia, South India, UK South, West US 2 | Windows | 2 | 3.5 | 20 |
3232

3333
## Availability - Windows Server 2019 LTSC, 1809 deployments (preview)
3434

3535
The following regions and resources are available to container groups with Windows Server 2019-based containers (preview).
3636

37-
| Regions | OS | Max CPU | Max Memory (GB) |
38-
| -------- | -- | :---: | :-----------: |
39-
| Australia East, Brazil South, Canada Central, Central India, Central US, East Asia, East US, Japan East, North Central US, North Europe, South Central US, Southeast Asia, South India, UK South, West Europe | Windows | 4 | 16 |
40-
| East US 2, West US 2 | Windows | 2 | 3.5 |
37+
| Regions | OS | Max CPU | Max Memory (GB) | Storage (GB) |
38+
| -------- | -- | :---: | :-----------: | :---: |
39+
| Australia East, Brazil South, Canada Central, Central India, Central US, East Asia, East US, Japan East, North Central US, North Europe, South Central US, Southeast Asia, South India, UK South, West Europe | Windows | 4 | 16 | 20 |
40+
| East US 2, West US 2 | Windows | 2 | 3.5 | 20 |
4141

4242

4343
## Availability - Virtual network deployment

includes/container-instances-gpu-limits.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
author: dlepow
33
ms.service: container-instances
44
ms.topic: include
5-
ms.date: 10/17/2019
5+
ms.date: 01/31/2020
66
ms.author: danlep
77
---
88
### Resource availability
99

10-
| OS | GPU SKU | GPU count | Max CPU | Max Memory (GB) |
11-
| --- | --- | --- | --- | --- |
12-
| Linux | K80 | 1 | 6 | 56 |
13-
| Linux | K80 | 2 | 12 | 112 |
14-
| Linux | K80 | 4 | 24 | 224 |
15-
| Linux | P100 | 1 | 6 | 112 |
16-
| Linux | P100 | 2 | 12 | 224 |
17-
| Linux | P100 | 4 | 24 | 448 |
18-
| Linux | V100 | 1 | 6 | 112 |
19-
| Linux | V100 | 2 | 12 | 224 |
20-
| Linux | V100 | 4 | 24 | 448 |
10+
| OS | GPU SKU | GPU count | Max CPU | Max Memory (GB) | Storage (GB) |
11+
| --- | --- | --- | --- | --- | --- |
12+
| Linux | K80 | 1 | 6 | 56 | 50 |
13+
| Linux | K80 | 2 | 12 | 112 | 50 |
14+
| Linux | K80 | 4 | 24 | 224 | 50 |
15+
| Linux | P100 | 1 | 6 | 112 | 50 |
16+
| Linux | P100 | 2 | 12 | 224 | 50 |
17+
| Linux | P100 | 4 | 24 | 448 | 50 |
18+
| Linux | V100 | 1 | 6 | 112 | 50 |
19+
| Linux | V100 | 2 | 12 | 224 | 50 |
20+
| Linux | V100 | 4 | 24 | 448 | 50 |

includes/container-instances-vnet-limits.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
author: dlepow
33
ms.service: container-instances
44
ms.topic: include
5-
ms.date: 01/15/2020
5+
ms.date: 01/31/2020
66
ms.author: danlep
77
---
88
### Regions and resource availability
99

10-
| Regions | OS | Max CPU | Max Memory (GB) |
11-
| -------- | :---: | :---: | :-----------: |
12-
| Australia East, Canada Central, Central US, East US<sup>1</sup>, East US 2, North Europe, South Central US<sup>1</sup>, Southeast Asia, West Europe, West US 2<sup>1</sup> | Linux | 4 | 16 |
13-
| Japan East | Linux | 2 | 8 |
14-
| North Central US, South India, West US | Linux | 2 | 3.5 |
10+
| Regions | OS | Max CPU | Max Memory (GB) | Storage (GB) |
11+
| -------- | :---: | :---: | :-----------: | :---: |
12+
| Australia East, Canada Central, Central US, East US<sup>1</sup>, East US 2, North Europe, South Central US<sup>1</sup>, Southeast Asia, West Europe, West US 2<sup>1</sup> | Linux | 4 | 16 | 50 |
13+
| Japan East | Linux | 2 | 8 | 50 |
14+
| North Central US, South India, West US | Linux | 2 | 3.5 | 50 |
1515

1616
<sup>1</sup>Region in which container group deployments to a virtual network are generally available for production workloads. In other regions, virtual network deployments are in preview.

0 commit comments

Comments
 (0)