Boston George
Boston George

Reputation: 81

Backup/Restore an azure virtual machine

I would like to know the fastest way to backup and then restore an azure VM. Something like taking a snapshot and then reversing to it later (like with a traditional virtual machine).

Any ideas?

Upvotes: 1

Views: 615

Answers (3)

Jennelle Crothers
Jennelle Crothers

Reputation: 189

The ability to protect both ARM VMs with Azure Backup is now in public preview. You can find more information at https://azure.microsoft.com/en-us/documentation/articles/backup-azure-vms-first-look-arm/

You can find the steps to backup classic VMs in the same area, but that feature has been available for while.

Upvotes: 0

astha
astha

Reputation: 31

I did by using blob. It is very efficient and creates a .vhd files as a backup. just go to Azure portal->Storage-> open ur vhd -> containers-> download the vhd file.

Upvotes: 1

Boston George
Boston George

Reputation: 81

I guess there isn't any out of the box method at the moment. In the end I used powershell scripts to get the most automatization of the process.

Upvotes: 1

Related Questions