Restore Azure VM using Snapshot (Managed Disk)
How to take a snapshot of Managed OS disk and restore the VM from that snapshot
Login into azure portal and select the VM



Enter the name of your snapshot, account type (in this case we are using Standard HDD) and click on Review + Create
6. After validation test passed click Create
7. VM-Test-Snapshot is created.

Restore VM from snapshot, first create a disk from snapshot
You need to convert the snapshot which we made earlier into a disk. Click on Disks

Now, click on + Add


5. Now you can see you newly created disk in Disks resources

Now by using this disk you can create a VM
Click on the disk you created in the previous section


4. Click Create in the final step

You can see your new VM, which is created using Snapshot in VM’s Section

Updated on: 31/01/2023
Thank you!