Skip to content

Commit 36d1c24

Browse files
authored
Merge pull request #103032 from dlepow/acifresh2
[ACI] Storage for container groups
2 parents daaeb42 + ff5bdd4 commit 36d1c24

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

articles/container-instances/container-instances-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 03/01/2019
88

99
All Azure services include certain default limits and quotas for resources and features. This article details the default quotas and limits for Azure Container Instances.
1010

11-
For the availability of Azure Container Instances features and resources in Azure regions, see [Resource availability for Azure Container Instances](container-instances-region-availability.md).
11+
Availability of compute, memory, and storage resources for Azure Container Instances varies by region and operating system. For details, see [Resource availability for Azure Container Instances](container-instances-region-availability.md).
1212

1313
## Service quotas and limits
1414

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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
---
99
# Resource availability for Azure Container Instances in Azure regions
1010

11-
This article details the availability of Azure Container Instances compute and memory resources in Azure regions.
11+
This article details the availability of Azure Container Instances compute, memory, and storage resources in Azure regions and by target operating system.
1212

1313
Values presented are the maximum resources available per deployment of a [container group](container-instances-container-groups.md). Values are current at time of publication.
1414

@@ -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)