Skip to content

Commit 4f5bfab

Browse files
authored
Merge pull request #104947 from dlepow/acifix2
[ACI] GPU update
2 parents 38511e3 + be1832a commit 4f5bfab

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

articles/container-instances/container-instances-gpu.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy GPU-enabled container instance
33
description: Learn how to deploy Azure container instances to run compute-intensive container apps using GPU resources.
44
ms.topic: article
5-
ms.date: 04/17/2019
5+
ms.date: 02/19/2020
66
---
77

88
# Deploy container instances that use GPU resources
@@ -28,6 +28,9 @@ Support will be added for additional regions over time.
2828

2929
## About GPU resources
3030

31+
> [!IMPORTANT]
32+
> GPU resources are available only upon request. To request access to GPU resources, please submit an [Azure support request][azure-support].
33+
3134
### Count and SKU
3235

3336
To use GPUs in a container instance, specify a *GPU resource* with the following information:
@@ -225,6 +228,7 @@ az container delete --resource-group myResourceGroup --name gpucontainergrouprm
225228

226229
<!-- LINKS - External -->
227230
[terms-of-use]: https://azure.microsoft.com/support/legal/preview-supplemental-terms/
231+
[azure-support]: https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest
228232

229233
<!-- LINKS - Internal -->
230234
[az-container-create]: /cli/azure/container#az-container-create

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

Lines changed: 11 additions & 5 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: 01/31/2020
5+
ms.date: 02/19/2020
66
ms.author: danlep
77

88
---
@@ -19,7 +19,7 @@ For information about quotas and other limits in your deployments, see [Quotas a
1919

2020
## Availability - General
2121

22-
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.
22+
The following regions and maximum 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

2424
| Regions | OS | Max CPU | Max Memory (GB) | Storage (GB) |
2525
| -------- | -- | :---: | :-----------: | :---: |
@@ -32,7 +32,7 @@ The following regions and resources are available to container groups with Linux
3232

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

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

3737
| Regions | OS | Max CPU | Max Memory (GB) | Storage (GB) |
3838
| -------- | -- | :---: | :-----------: | :---: |
@@ -42,13 +42,16 @@ The following regions and resources are available to container groups with Windo
4242

4343
## Availability - Virtual network deployment
4444

45-
The following regions and resources are available to a container group deployed in an [Azure virtual network](container-instances-vnet.md).
45+
The following regions and maximum resources are available to a container group deployed in an [Azure virtual network](container-instances-vnet.md).
4646

4747
[!INCLUDE [container-instances-vnet-limits](../../includes/container-instances-vnet-limits.md)]
4848

4949
## Availability - GPU resources (preview)
5050

51-
The following regions and resources are available to a container group deployed with [GPU resources](container-instances-gpu.md) (preview).
51+
The following regions and maximum resources are available to a container group deployed with [GPU resources](container-instances-gpu.md) (preview).
52+
53+
> [!IMPORTANT]
54+
> GPU resources are available only upon request. To request access to GPU resources, please submit an [Azure support request][azure-support].
5255
5356
[!INCLUDE [container-instances-gpu-regions](../../includes/container-instances-gpu-regions.md)]
5457
[!INCLUDE [container-instances-gpu-limits](../../includes/container-instances-gpu-limits.md)]
@@ -58,3 +61,6 @@ The following regions and resources are available to a container group deployed
5861
Let the team know if you'd like to see additional regions or increased resource availability at [aka.ms/aci/feedback](https://aka.ms/aci/feedback).
5962

6063
For information on troubleshooting container instance deployment, see [Troubleshoot deployment issues with Azure Container Instances](container-instances-troubleshooting.md).
64+
65+
66+
[azure-support]: https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest

0 commit comments

Comments
 (0)