Skip to content

Commit d04ddd7

Browse files
author
David Curwin
committed
Move backed up VM to different resource group
1 parent 4c30e3b commit d04ddd7

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

articles/azure-resource-manager/management/move-limitations/virtual-machines-move-limitations.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,18 @@ If [soft delete](../../../backup/backup-azure-security-feature-cloud.md) is enab
2828

2929
### Portal
3030

31-
1. Select the virtual machine that is configured for backup.
32-
33-
1. In the left pane, select **Backup**.
34-
35-
1. Select **Stop backup**.
36-
37-
1. Select **Delete back data**.
38-
39-
1. After delete is complete, you can move the vault and virtual machine to the target subscription. After the move, you can continue backups.
31+
1. Temporarily stop the backup and retain backup data.
32+
2. To move virtual machines configured with Azure Backup, do the following steps:
33+
34+
1. Find the location of your virtual machine.
35+
2. Find a resource group with the following naming pattern: `AzureBackupRG_<location of your VM>_1`. For example, *AzureBackupRG_westus2_1*
36+
3. In the Azure portal, check **Show hidden types**.
37+
4. Find the resource with type **Microsoft.Compute/restorePointCollections** that has the naming pattern `AzureBackup_<name of your VM that you're trying to move>_###########`.
38+
5. Delete this resource. This operation deletes only the instant recovery points, not the backed-up data in the vault.
39+
6. After the delete operation is complete, you can move your virtual machine.
40+
41+
3. Move the VM to the target resource group.
42+
4. Resume the backup.
4043

4144
### PowerShell
4245

articles/backup/backup-azure-vm-backup-faq.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,18 @@ The VM is backed up using the schedule and retention settings in the modified or
156156

157157
### How do I move a VM backed up by Azure Backup to a different resource group?
158158

159-
1. Temporarily stop the backup, and retain backup data.
160-
2. Move the VM to the target resource group.
161-
3. Re-enable backup in the same or new vault.
159+
1. Temporarily stop the backup and retain backup data.
160+
2. To move virtual machines configured with Azure Backup, do the following steps:
161+
162+
1. Find the location of your virtual machine.
163+
2. Find a resource group with the following naming pattern: `AzureBackupRG_<location of your VM>_1`. For example, *AzureBackupRG_westus2_1*
164+
3. In the Azure portal, check **Show hidden types**.
165+
4. Find the resource with type **Microsoft.Compute/restorePointCollections** that has the naming pattern `AzureBackup_<name of your VM that you're trying to move>_###########`.
166+
5. Delete this resource. This operation deletes only the instant recovery points, not the backed-up data in the vault.
167+
6. After the delete operation is complete, you can move your virtual machine.
168+
169+
3. Move the VM to the target resource group.
170+
4. Resume the backup.
162171

163172
You can restore the VM from available restore points that were created before the move operation.
164173

0 commit comments

Comments
 (0)