私は 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 を削除してストレージ アカウントを削除するにはどうすればよいかということです。