I need to delete some unattached managed disks in Azure. (they are not attached to any VM) In case of them being valuable I would like to know if it is possible to take backup of unattached managed disks. If this is possible please let me know of how I can do it and if this is not possible, what could be another solution for this?
Asked
Active
Viewed 85 times
0
-
Click the '+ Create snapshot' button for the disk. – tater Jan 05 '21 at 11:00
-
How can I know which of my deleted VM's that had backup? Im thinking to not create a snapshot of the disks that had a backup with their deleted VM. – InfrastructureDude Jan 05 '21 at 15:12
1 Answers
0
You can create a snapshot of the managed disk, which will provide a point in time backup of that disk. See here.

Sam Cogan
- 38,736
- 6
- 78
- 114
-
How can I know which of my deleted VM's that had backup? Im thinking to not create a snapshot of the disks that had a backup with their deleted VM. – InfrastructureDude Jan 05 '21 at 15:12
-
Look in your azure backup vault and check which VMs are registered and when they were backed up. – Sam Cogan Jan 05 '21 at 15:13