Skip to content

Commit b606bdb

Browse files
committed
edit
1 parent 101c0c8 commit b606bdb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/reliability/reliability-batch.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ Learn more about creating Batch accounts with the [Azure portal](../batch/batch-
5050
5151
### Zone down experience
5252
53-
When a zone goes down, the nodes within that zone become unavailable.
53+
During a zone down outage, the nodes within that zone become unavailable. Any nodes within that same node pool from other zone(s) aren't impacted and continue to be available.
5454
55-
### Availability zone redeployment and migration
55+
Azure Batch account doesn't reallocate or create new nodes to compensate for nodes that have gone down due to the outage. Users are required to add additional nodes to the node pool. These nodes will be allocated from other healthy zone(s).
5656
57-
<!-- Placeholder for more information -->
57+
### Fault tolerance
58+
59+
To prepare for availability zone failure, you should over-provision capacity of service to ensure that the solution can tolerate 1/3 loss of capacity and continue to function without degraded performance during zone-wide outages. Since the platform spreads VMs across three zones and you need to account for at least the failure of one zone, multiply peak workload instance count by a factor of zones/(zones-1), or 3/2. For example, if your typical peak workload requires four instances, you should provision six instances: (2/3 * 6 instances) = 4 instances.
5860
5961
6062
## Disaster recovery: cross region failover

0 commit comments

Comments
 (0)