Restore Azure VM using Snapshot (UnManaged Disk)
How to take a snapshot of UnManaged OS disk and restore the VM from that snapshot
Login into Azure Portal and open Storage Explorer

Select subscription > Storage Account > Blob Containers > VHDs. Here you will see the unmanaged disk of your VM.

Click on Create Snapshot to take snapshot of the VM’s Unmanaged OS Disk



**Create Disk from the Snapshot**
You need to convert the snapshot which we made earlier into a disk. Click on Disks

Now, click on + Add

Fill in all the required details. Select Storage Blob Source type and click on browse. Select your snapshot blob container and select the Blob.


Go again to the Disks Section and you will see that the new disk is created.

**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!