Skip to content

Commit e01fe24

Browse files
authored
Merge pull request #124633 from jussong-msft/jussong/october2024
Remove preview designation for AZ support in ACI
2 parents 78d9d6e + 89e554f commit e01fe24

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/reliability/reliability-containers.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ms.date: 11/29/2022
1212

1313
# Reliability in Azure Container Instances
1414

15-
> [!IMPORTANT]
16-
> This feature is currently in preview. Previews are made available to you on the condition that you agree to the supplemental terms of use.
17-
1815
This article describes reliability support in Azure Container Instances (ACI) and covers both intra-regional resiliency with [availability zones](#availability-zone-support) and information on Disaster Recovery. For a more detailed overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
1916

2017
## Availability zone support
@@ -27,9 +24,6 @@ Azure Container Instances supports *zonal* container group deployments, meaning
2724

2825
### Prerequisites
2926

30-
> [!IMPORTANT]
31-
> This feature is currently not available for Azure portal.
32-
3327
- 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](/azure/container-instances/container-instances-region-availability).
3428

3529
* If using Azure CLI, ensure version `2.30.0` or later is installed.
@@ -178,7 +172,7 @@ To create a Container Instance resource with availability zone enabled, you'll n
178172
}
179173
```
180174

181-
2. Create a resource group with the [az group create][availability-zones-group-create] command:
175+
2. Create a resource group with the [az group create][az-group-create] command:
182176

183177
```azurecli
184178
az group create --name myResourceGroup --location eastus

0 commit comments

Comments
 (0)