Skip to content

Commit 3956b60

Browse files
committed
edit
1 parent 1f32039 commit 3956b60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/reliability/TOC.yml

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

articles/reliability/reliability-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,16 @@ az containershow --name acilinuxcontainergroup --resource-group myResourceGroup
204204

205205
### Zonal failover support
206206

207-
A container group of container instances is assigned to a single availability zone. As a result, that group of container instances can't impacted by an outage that occurs in any other availability zone of the same region
207+
A container group of container instances is assigned to a single availability zone. As a result, that group of container instances won't be impacted by an outage that occurs in any other availability zone of the same region
208208

209209
If, however, an outage occurs in the availability zone of the container group, you can expect downtime for all the container instances within that group.
210210

211-
To avoid container instance downtime, we recommend that you create a minimum of two container groups across two different availability zones in a given region. Doing this ensures that your container instance resources are up and running whenever any single zone in that region experiences outage.
211+
To avoid container instance downtime, we recommend that you create a minimum of two container groups across two different availability zones in a given region. This ensures that your container instance resources are up and running whenever any single zone in that region experiences outage.
212212

213213

214214
## Disaster recovery
215215

216-
When an entire Azure region or datacenter experiences downtime, your mission-critical code needs to continue processing in a different region. Azure Container Instances deployed with zonal configuration run in a specific zone within a specific region. There's no built-in redundancy available. To avoid loss of execution during region wide outages, you can redundantly deploy the Containers instances in additional regions.
216+
When an entire Azure region or datacenter experiences downtime, your mission-critical code needs to continue processing in a different region. Azure Container Instances deployed with zonal configuration run in a specific zone within a specific region. There's no built-in redundancy available. To avoid loss of execution during region wide outages, you can redundantly deploy the container instances in other regions.
217217

218218
## Next steps
219219

0 commit comments

Comments
 (0)