Reputation: 53201
I have installed Azure SDK into my Visual Studio 2012 and in the Server Explorer, I can connect to my storage account and view all the various storage spaces, blobs, containers etc.
One piece of information I would like to find is what is the size of one of my containers. Is it possible within VS or do I need to use another tool? Maybe I am just overlooking some button or context menu...
Upvotes: 2
Views: 1755
Reputation: 161
I guess only way to get the size of the container is to loop through the blobs. I have checked with Azure storage explorer and Cloud Storage studio for the same but even these tools doesn't provide total size of the container but tells the size of each blob though. Please see this
Upvotes: 2