Forum Discussion
Jeff Walzer
Mar 18, 2020Iron Contributor
How to see what resources are associated with a storage account?
Is there a quick way to see what resources are associated with a storage account?
Thx
- Hi Jeff, using Azure Storage Explorer it shows a tree control with the specific resources within a Storage Account. See the graphic here for a quick sample https://azure.microsoft.com/en-us/features/storage-explorer/#features This is also do-able with command line or .net with a short script. Hope this helps, Thanks, Klaas
2 Replies
- Klaas Langhout
Microsoft
Hi Jeff, using Azure Storage Explorer it shows a tree control with the specific resources within a Storage Account. See the graphic here for a quick sample https://azure.microsoft.com/en-us/features/storage-explorer/#features This is also do-able with command line or .net with a short script. Hope this helps, Thanks, Klaas- Jeff WalzerIron Contributor
Klaas Langhout- thx for the reply and info