我在玩 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 存储资源管理器上删除 blob 本身(30GB VHD)我收到此错误:
There is currently a lease on the blob and no lease ID was specified in the request.
所以我的评估是这个 blob 是租用的(由以前的,现在删除的虚拟机租用),除非我能得到这个租用 ID,否则我不能删除它。
问题是:如何删除此 blob 以及存储帐户?