Skip to content

Commit 02a82c5

Browse files
Merge pull request #269336 from tysonfms/patch-52
Update availability-zones.md
2 parents a8f4599 + ba521ba commit 02a82c5

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

articles/container-instances/availability-zones.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,23 @@ author: tomvcassidy
66
ms.service: container-instances
77
services: container-instances
88
ms.topic: how-to
9-
ms.date: 06/17/2022
9+
ms.date: 03/18/2024
1010
ms.custom: devx-track-arm-template
1111
---
1212

13-
# Deploy an Azure Container Instances (ACI) container group in an availability zone (preview)
13+
# Deploy an Azure Container Instances (ACI) container group in an availability zone
1414

1515
An [availability zone][availability-zone-overview] is a physically separate zone in an Azure region. You can use availability zones to protect your containerized applications from an unlikely failure or loss of an entire data center. Three types of Azure services support availability zones: *zonal*, *zone-redundant*, and *always-available* services. You can learn more about these types of services and how they promote resiliency in the [Highly available services section of Azure services that support availability zones](../availability-zones/az-region.md#highly-available-services).
1616

1717
Azure Container Instances (ACI) supports *zonal* container group deployments, meaning the instance is pinned to a specific, self-selected availability zone. The availability zone is specified at the container group level. Containers within a container group can't have unique availability zones. To change your container group's availability zone, you must delete the container group and create another container group with the new availability zone.
1818

19-
> [!IMPORTANT]
20-
> This feature is currently in preview. Previews are made available to you on the condition that you agree to the supplemental terms of use.
21-
22-
> [!IMPORTANT]
23-
> Zonal container group deployments are supported in most regions where ACI is available for Linux and Windows Server 2019 container groups. For details, see [Regions and resource availability][container-regions].
24-
2519
> [!NOTE]
2620
> Examples in this article are formatted for the Bash shell. If you prefer another shell, adjust the line continuation characters accordingly.
2721
2822
## Limitations
2923

3024
> [!IMPORTANT]
31-
> This feature is currently not available for Azure portal.
32-
3325
* Container groups with GPU resources don't support availability zones at this time.
34-
* Virtual Network injected container groups don't support availability zones at this time.
35-
* Windows Server 2016 container groups don't support availability zones at this time.
3626

3727
### Version requirements
3828

0 commit comments

Comments
 (0)