Restore VM from Azure backup

Last updated:

AZUREBACKUP

Part of [[202408131927 Azure restore from backup|Restore from backups]]

Restore Options

  1. Create a new VM
  2. Restore disk
    1. A template is generated where we can specify VM settings.
      1. Disks are copied to the RG we specify
    2. Or, attach the disk to existing VM, or create a new VM using powershell and attach the disk to it.
  3. Replace existing disk on existing VM
    1. After replace original disk is retained and can be deleted manually

references:

Restore VM