Skip to content

Commit 2df354a

Browse files
committed
wording changes for Acrolinx
1 parent ca6a290 commit 2df354a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-instances/availability-zones.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.custom: devx-track-js, devx-track-azurecli
1010

1111
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](/azure/availability-zones/az-region#highly-available-services).
1212

13-
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 cannot 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.
13+
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.
1414

1515
> [!IMPORTANT]
1616
> This feature is currently in preview. Previews are made available to you on the condition that you agree to the supplemental terms of use.
1717
1818
> [!IMPORTANT]
19-
> Zonal container group deployments are supported in most regions where ACI is available for Linux and Windows Sever 2019 container groups. For details, see [Regions and resource availability][container-regions].
19+
> 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].
2020
2121
> [!NOTE]
2222
> Examples in this article are formatted for the Bash shell. If you prefer another shell, adjust the line continuation characters accordingly.
@@ -26,9 +26,9 @@ Azure Container Instances (ACI) supports *zonal* container group deployments, me
2626
> [!IMPORTANT]
2727
> This feature is currently not available for Azure portal.
2828
29-
* Container groups with GPU resources do not support availability zones at this time.
30-
* Virtual Network injected container groups do not support availability zones at this time.
31-
* Windows Sever 2016 container groups do not support availability zones at this time.
29+
* Container groups with GPU resources don't support availability zones at this time.
30+
* Virtual Network injected container groups don't support availability zones at this time.
31+
* Windows Server 2016 container groups don't support availability zones at this time.
3232

3333
### Version requirements
3434

0 commit comments

Comments
 (0)