Skip to content

Commit b14f1c1

Browse files
author
Julia Shimanskiy
committed
Updated best prac doc with region move info.
1 parent 7ed9545 commit b14f1c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/batch/best-practices.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,15 @@ Although rare, a task can be retried internally due to failures on the compute n
147147
### Security isolation
148148

149149
For the purposes of isolation, if your scenario requires isolating jobs from each other, then you should isolate these jobs by having them in separate pools. A pool is the security isolation boundary in Batch, and by default, two pools are not visible or able to communicate with each other. Avoid using separate Batch accounts as a means of isolation.
150+
151+
## Moving
152+
153+
### Move Batch account across regions
154+
155+
There are various scenarios in which you'd want to move your existing Batch account from one region to another. For example, you may want to move to another region as part of disaster recovery planning.
156+
157+
Azure Batch accounts cannot be moved from one region to another. You can however, use an Azure Resource Manager template to export the existing configuration of your Batch account. You can then stage the resource in another region by exporting the Batch account to a template, modifying the parameters to match the destination region, and then deploy the template to the new region. After you upload the template to the new region, you will have to recreate certificates, job schedules, and application packages. To commit the changes and complete the move of the Batch account, remember to delete the original Batch account or resource group.
158+
159+
For more information on Resource Manager and templates, see [Quickstart: Create and deploy Azure Resource Manager templates by using the Azure portal](https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-quickstart-create-templates-use-the-portal).
160+
161+

0 commit comments

Comments
 (0)