How can I delete a leased blob in Microsoft Azure storage -


i created virtual machine in azure , deleted it. however, associated storage account still exists. can't delete storage account because contains container blob in has indefinite lease.
nothing else using storage account.
how can delete blob?

you need delete disk objects associated abandoned vhd's. can in either classic or new portal. once dispose of these (along associated leases), should able rid of storage account

in classic portal (manage.windowsazure.com), visit virtual machines, disks. select disk delete, , click trash can @ bottom of screen.

classic portal - disks

in new portal (portal.azure.com) you'll find disks under os disks (classic) :

os disks in new portal

from there, can select , delete disks vm's deleted.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -