我正在使用Windows Azure持久性虚拟机。最后,我成功删除了虚拟机,并尝试删除关联的存储帐户。
删除存储帐户的请求失败。
当我删除存储帐户时,在预览门户(manage.windowsazure.com)上收到此错误:
Failed to delete Storage account 'portalvhdscwtwycpsxxxxx'
Details:
Storage account portalvhdscwtwycpsxxxxx has 1 container(s) which have an active image and/or disk artifacts. Ensure those artifacts are removed from the image repository before deleting this storage account.
在以前的门户网站(windows.azure.com)上,出现以下错误:
Submit Failed
Storage account portalvhdscwtwycpsxxxxx has 1 container(s) which have an active image and/or disk artifacts. Ensure those artifacts are removed from the image repository before deleting this storage account.
尝试在Azure Storage Explorer上删除Blob本身(30GB VHD),出现以下错误:
There is currently a lease on the blob and no lease ID was specified in the request.
因此,我的评估是,此Blob是由先前已删除的虚拟机租用的,除非获得此租约ID,否则我将无法删除它。
问题是:如何删除该Blob,并因此删除存储帐户?