Skip to content

Commit d75f3c6

Browse files
committed
edits
1 parent ad6a0d2 commit d75f3c6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/reliability/reliability-containers.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: anaharris
66
ms.topic: overview
77
ms.custom: subject-reliability
88
ms.prod: non-product-specific
9-
ms.date: 11/02/2022
9+
ms.date: 11/29/2022
1010
---
1111

1212
<!--#Customer intent: I want to understand reliability support in Azure Container Instances so that I can respond to and/or avoid failures in order to minimize downtime and data loss. -->
@@ -204,14 +204,11 @@ az containershow --name acilinuxcontainergroup --resource-group myResourceGroup
204204

205205
### Zonal failover support
206206

207-
<!-- Indicate here whether the customer can set up resources of the service to failover to another zone. If they can set up failover resources, provide a link to documentation for this procedure. If such documentation doesn’t exist, create the document, and then link to it from here. -->
207+
A container group of container instances is assigned to a single availability zone. As a result, that group of container instances will not be impacted by an outage that occurs in any other availability zone, even in the same region.
208208

209+
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.
209210

210-
### Fault tolerance
211-
212-
<!-- 3E. Fault tolerance ---------------------------------------------------------------
213-
To prepare for availability zone failure, customers should over-provision capacity of service to ensure that the solution can tolerate ⅓ loss of capacity and continue to function without degraded performance during zone-wide outages. Provide any information as to how customers should achieve this.
214-
-->
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.
215212

216213

217214
## Disaster recovery

0 commit comments

Comments
 (0)