I'm trying to clean up after myself in azure, deleting everything. If I go to https://portal.azure.com/ and select "All resources", I see one item: storage account (classic). If I try to delete it, I get an error message:
Failed to delete storage account 'xxxxx'. Unable to delete storage account 'xxxxx': 'Storage account xxxxx has some active image(s) and/or disk(s), e.g. xxxxx-xxxxx-os-##########. Ensure these image(s) and/or disk(s) are removed before deleting this storage account.'.
I have no other resources, so I'm not sure how to delete this supposed in-use disk. Clicking on the various menu options on the left, the only other item is a resource group (which I also can't delete, probably because of this storage account). There are no items under "Virtual Machines" or "Virtual Machines (classic)". (So, there are no disks to delete... unless I'm missing something.) I've waited an hour and tried again, still with no success.
Any advice on how to delete this stubborn resource?
Related questions: