Skip to content

Commit d9b35b7

Browse files
Merge pull request #228193 from anaharris-ms/toc-fix
Reliability content added to TOC
2 parents a3cb080 + 780c37a commit d9b35b7

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

articles/reliability/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
- name: Azure Cognitive Search
163163
href: ../search/search-performance-optimization.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json
164164
- name: Azure Container Instances
165-
href: ../container-instances/availability-zones.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json
165+
href: reliability-containers.md
166166
- name: Azure Container Registry
167167
href: ../container-registry/zone-redundancy.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json
168168
- name: Azure Cosmos DB

articles/reliability/reliability-containers.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Azure Container Instances supports *zonal* container group deployments, meaning
3434
> [!IMPORTANT]
3535
> This feature is currently not available for Azure portal.
3636
37-
- 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].
37+
- 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).
38+
3839
- Availability zone support is only available on ACI API version 09-01-2021 or later.
3940
- For Azure CLI, version 2.30.0 or later must be installed.
4041
- For PowerShell, version 2.1.1-preview or later must be installed.
@@ -54,8 +55,12 @@ To change your container group's availability zone, you must delete the containe
5455

5556
### Create a resource with availability zone enabled
5657

58+
To create a Container Instance resource with availability zone enabled, you'll need to deploy a container group using an Azure Resource Manager (ARM) template.
59+
60+
>[!NOTE]
61+
>Examples in this article are formatted for the Bash shell. If you prefer another shell, adjust the line continuation characters accordingly.
5762
58-
#### Deploy a container group using an Azure Resource Manager (ARM) template
63+
**To deploy a container with ARM:**
5964

6065
1. Copy-paste the following JSON into a new file named `azuredeploy.json`. This example template deploys a container group with a single container into availability zone 1 in East US.
6166

@@ -193,14 +198,11 @@ To change your container group's availability zone, you must delete the containe
193198
--resource-group myResourceGroup \
194199
--template-file azuredeploy.json
195200
```
196-
197-
## Get container group details
198-
199-
To verify the container group deployed successfully into an availability zone, view the container group details with the [az container show][az-container-show] command:
200-
201-
```azurecli
202-
az containershow --name acilinuxcontainergroup --resource-group myResourceGroup
203-
```
201+
4. To verify the container group deployed successfully into an availability zone, view the container group details with the [az container show][az-container-show] command:
202+
203+
```azurecli
204+
az containershow --name acilinuxcontainergroup --resource-group myResourceGroup
205+
```
204206

205207
### Zonal failover support
206208

@@ -218,7 +220,7 @@ When an entire Azure region or datacenter experiences downtime, your mission-cri
218220
## Next steps
219221

220222
> [!div class="nextstepaction"]
221-
> [Azure Cache for Redis Premium service tiers](../container-instances/availability-zones.md#next-steps)
223+
[Azure Architecture Center's guide on availability zones](/azure/architecture/high-availability/building-solutions-for-high-availability).
222224

223225
> [!div class="nextstepaction"]
224226
> [Reliability in Azure](./overview.md)

0 commit comments

Comments
 (0)