Help me to understand. I created a VM of Windows OS with a regular VHD disk. Then I converted it to a managed disk. My original VHD is located at Resource Group -> Account Storage -> Containers -> vhds folder. I can't find my new managed disk. Where is he located ? I can't find any information in Azure portal. Thanks.
Asked
Active
Viewed 45 times
1 Answers
1
According to the docs
Azure managed disks are stored as page blobs, which are a random IO storage object in Azure
So it will be residing in your storage account configured

Community
- 1
- 1

Sajeetharan
- 216,225
- 63
- 350
- 396
-
Thanks. I found it in my Resource Group. Thanks – Kirill Sereda Oct 30 '19 at 13:29