Skip to content

Commit 7bff824

Browse files
Merge pull request #233482 from anaharris-ms/batch
Reliability Batch Doc: Add migration section
2 parents 37dd728 + d0f1fdd commit 7bff824

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/reliability/reliability-batch.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Batch maintains parity with Azure on supporting availability zones.
4444
4545
### Create an Azure Batch pool across availability zones
4646
47-
For examples on how to create a Batch pool across availability zones, see [Create an Azure Batch pool across Availability Zones](/azure/batch/create-pool-availability-zones).
47+
For examples on how to create a Batch pool across availability zones, see [Create an Azure Batch pool across availability zones](/azure/batch/create-pool-availability-zones).
4848
4949
Learn more about creating Batch accounts with the [Azure portal](../batch/batch-account-create-portal.md), the [Azure CLI](../batch/scripts/batch-cli-sample-create-account.md), [PowerShell](../batch/batch-powershell-cmdlets-get-started.md), or the [Batch management API](../batch/batch-management-dotnet.md).
5050
@@ -59,6 +59,10 @@ Azure Batch account doesn't reallocate or create new nodes to compensate for nod
5959
To prepare for a possible 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.
6060
6161
62+
### Availability zone redeployment and migration
63+
64+
You can't migrate an existing Batch pool to availability zone support. If you wish to recreate your Batch pool across availability zones, see [Create an Azure Batch pool across availability zones](/azure/batch/create-pool-availability-zones).
65+
6266
## Disaster recovery: cross region failover
6367
6468
Azure Batch is available in all Azure regions. However, when a Batch account is created, it must be associated with one specific region. All subsequent operations for that Batch account only apply to that region. For example, pools and associated virtual machines (VMs) are created in the same region as the Batch account.

0 commit comments

Comments
 (0)