Skip to content

Commit 2e07af3

Browse files
authored
Merge pull request #110481 from dcurwin/april7-2020
Move vaults across regions
2 parents 977003a + 1f89f79 commit 2e07af3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/backup/backup-azure-move-recovery-services-vault.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ France Central, France South, Germany Northeast, Germany Central, US Gov Iowa, C
2222

2323
- During vault move across resource groups, both the source and target resource groups are locked preventing the write and delete operations. For more information, see this [article](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-move-resources).
2424
- Only admin subscription has the permissions to move a vault.
25-
- For moving vault across subscriptions, the target subscription must reside in the same tenant as the source subscription and its state should be enabled.
25+
- For moving vaults across subscriptions, the target subscription must reside in the same tenant as the source subscription and its state should be enabled.
2626
- You must have permission to perform write operations on the target resource group.
27-
- Moving the vault only changes the resource group. The Recovery Services vault will reside on the same location and it cannot be changed.
27+
- Moving the vault only changes the resource group. The Recovery Services vault will reside on the same location and it can't be changed.
2828
- You can move only one Recovery Services vault, per region, at a time.
29-
- If a VM doesnt move with the Recovery Services vault across subscriptions, or to a new resource group, the current VM recovery points will remain intact in the vault until they expire.
29+
- If a VM doesn't move with the Recovery Services vault across subscriptions, or to a new resource group, the current VM recovery points will remain intact in the vault until they expire.
3030
- Whether the VM is moved with the vault or not, you can always restore the VM from the retained backup history in the vault.
3131
- The Azure Disk Encryption requires that the key vault and VMs reside in the same Azure region and subscription.
3232
- To move a virtual machine with managed disks, see this [article](https://azure.microsoft.com/blog/move-managed-disks-and-vms-now-available/).
33-
- The options for moving resources deployed through the Classic model differ depending on whether you are moving the resources within a subscription, or to a new subscription. For more information, see this [article](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-move-resources).
33+
- The options for moving resources deployed through the Classic model differ depending on whether you're moving the resources within a subscription, or to a new subscription. For more information, see this [article](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-move-resources).
3434
- Backup policies defined for the vault are retained after the vault moves across subscriptions or to a new resource group.
35-
- Moving vault with the Azure Files, Azure File Sync, or SQL in IaaS VMs across subscriptions and resource groups is not supported.
35+
- Moving vaults with the Azure Files, Azure File Sync, or SQL in IaaS VMs across subscriptions and resource groups isn't supported.
3636
- If you move a vault containing VM backup data, across subscriptions, you must move your VMs to the same subscription, and use the same target VM resource group name (as it was in old subscription) to continue backups.
3737

3838
> [!NOTE]
39-
>
40-
> Recovery Services vaults configured to use with **Azure Site Recovery** can’t move, yet. If you have configured any VMs (Azure IaaS, Hyper-V, VMware) or physical machines for disaster recovery using the **Azure Site Recovery**, the move operation will be blocked. The resource move feature for Site Recovery service is not yet available.
39+
> Moving Recovery Services vaults for Azure Backup across Azure regions isn't supported.<br><br>
40+
> If you have configured any VMs (Azure IaaS, Hyper-V, VMware) or physical machines for disaster recovery using **Azure Site Recovery**, the move operation will be blocked. If you want to move vaults for Azure Site Recovery, review [this article](https://docs.microsoft.com/azure/site-recovery/move-vaults-across-regions) to learn about moving vaults manually.
4141
4242
## Use Azure portal to move Recovery Services vault to different resource group
4343

@@ -48,15 +48,15 @@ To move a recovery services vault and its associated resources to different reso
4848

4949
![Open Recover Service Vault](./media/backup-azure-move-recovery-services/open-recover-service-vault.png)
5050

51-
If you do not see the **Essentials** information for your vault, click the drop-down icon. You should now see the Essentials information for your vault.
51+
If you don't see the **Essentials** information for your vault, click the drop-down icon. You should now see the Essentials information for your vault.
5252

5353
![Essentials Information tab](./media/backup-azure-move-recovery-services/essentials-information-tab.png)
5454

5555
3. In the vault overview menu, click **change** next to the **Resource group**, to open the **Move resources** blade.
5656

5757
![Change Resource Group](./media/backup-azure-move-recovery-services/change-resource-group.png)
5858

59-
4. In the **Move resources** blade, for the selected vault it is recommended to move the optional related resources by selecting the checkbox as shown in the following image.
59+
4. In the **Move resources** blade, for the selected vault it's recommended to move the optional related resources by selecting the checkbox as shown in the following image.
6060

6161
![Move Subscription](./media/backup-azure-move-recovery-services/move-resource.png)
6262

@@ -117,7 +117,7 @@ To move the resources to different subscription, include the `-DestinationSubscr
117117
Move-AzureRmResource -DestinationSubscriptionId "<destinationSubscriptionID>" -DestinationResourceGroupName $destinationRG -ResourceId $vault.ID
118118
```
119119

120-
After executing the above cmdlets, you will be asked to confirm that you want to move the specified resources. Type **Y** to confirm. After a successful validation, the resource moves.
120+
After executing the above cmdlets, you'll be asked to confirm that you want to move the specified resources. Type **Y** to confirm. After a successful validation, the resource moves.
121121

122122
## Use CLI to move Recovery Services vault
123123

0 commit comments

Comments
 (0)