How can I delete the associated account with the virtual machines
On the preview portal on deleting the storage account I got this error:
Failed to delete Storage account 'portalabcd'
Details:
Storage account portalabcd 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.
On the previous portal I got this error:
Submit Failed
Storage account portalabcd 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.
And on trying to delete the blob I get this error:
There is currently a lease on the blob and no lease ID was specified in the request.
The conclusion is that the blob is leased and I can't delete it unless I've the lease ID
Now, how can I delete the blob and the storage account as well.