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を削除して、結果としてストレージアカウントを削除する方法を教えてください。