Delete disk from Azure after VM deleted

谁说我不能喝 提交于 2019-12-12 03:46:59

问题


All of the instructions available online for deleting a disk from a non-existent VM relate to the older Azure UI which does not contain the same menu commands as the new Portal. Therefore I need instructions for deleting an orphaned disk using the new Azure Management Portal. Instructions for the old portal are worthless for this action.


回答1:


Azure VM disks are stored in Azure Storage (blob containers).

Open http://portal.azure.com, click All Resources and locate the storage account, which you can manage there (for the entire account).

Or, to remove just that blob, get the Storage Explorer from here: http://storageexplorer.com/ - enter your credentials and use it to remove the required blob.



来源:https://stackoverflow.com/questions/36490638/delete-disk-from-azure-after-vm-deleted

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!