Skip to content

Move Azure VM to new Recovery Vault

In this post I will walk through the process of how to change your recovery vault once you have setup your azure backup.

To get started:

Navigate to your vm which you want to move to a new recovery vault.

Then click on Backup:

Then click on “Stop backup” to stop the current backup in the existing vault.

Once your backup has stopped successfully, head over to the old recovery vault and select properties.

Graphical user interface, text, application, chat or text message

Description automatically generated

Under properties, “Disable” the “Soft delete” feature.

Graphical user interface, text, application

Description automatically generated

Click on Save.

On the next step, you will have to install the Azure PowerShell Module. Here we will remove the backup protection for the selected vm.

Install Azure PowerShell: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps?view=azps-4.2.0

Connect to Azure once the PowerShell module has been installed.

Text

Description automatically generated with medium confidence

Once you are connected run the following to remove backup protection from the VM.

Remember to update following fields

  • ResourceGroupName
  • VM FriendlyName

Once you have completed the process you will notice that the status is completed.

Graphical user interface, text, application

Description automatically generated

Now lets go back to the azure portal and look at the vm if it still associated with a recovery vault.

Graphical user interface, application

Description automatically generated

As we can see from the vm backup menu it is no longer associated with a recovery vault, we can now select the new recovery vault to continue backing up the virtual machine.

Credit: this process was found on “https://feedback.azure.com/forums/258995-azure-backup/suggestions/33419662-move-vm-from-recovery-services-vault-to-new-vault “by user Matheus.

Sharing is caring!