Copy of Azure VM Backup

Handian Sudianto 4,136 Reputation points
2023-03-21T06:53:19.3366667+00:00

Hello,

It's possible to copy or download azure 'VM backup result' to the on-prem or to the storage account?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,132 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 76,601 Reputation points
    2023-03-21T08:01:34.4466667+00:00

    Hi,

    It is multi-step process. For example:

    1. Restore backup of VM using restore disks option
    2. Download OS and any data disk(s) to on-prem
    3. Download json files from restore staging storage account. These have VM config details and can be useful starting point for re-creating the VM

    https://learn.microsoft.com/en-us/azure/backup/backup-azure-arm-restore-vms#restore-options

    Above is basic outline of steps. Depending on your specific needs the process could be more complex or modified. For example, if the VM was created using some sort of automation then step#3 may not be required because you would already have the bicep file and/or ARM template and/or other necessary artifacts (not including disks) for recreating VM and dependent resources.

    -TP

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. JimmySalian-2011 41,921 Reputation points
    2023-03-21T07:04:54.8466667+00:00

    Hi Handian,

    I think this should help you to get started - https://learn.microsoft.com/en-us/azure/virtual-machines/windows/download-vhd?tabs=azure-portal

    Hope this helps.

    JS

    ==

    Please Accept the answer if the information helped you. This will help us and others in the community as well.