How to know the Space used and space available in azure storage account container ?
How to know the Space used and space available in azure storage account container ?
Hi @MSTechie-7364 ,
Thank you for the ask. Limit for storage account is 5 PiB (you can increase the limit by contacting Azure Support). Please check the link below for details.
for overall Capacity, you can either go the Storage Browser or Metrics from the LeftPanel

or you can go to the LeftPanel --> Containers --> click the specific container --> properties --> calculate size. Bingo! :)

Hope this helps! Thank you!
How to get exact size. i think size is around 800 GB , but it shows only > 1.32 GB.
Please let me know how to get exact size . Please see the pic below

Even the storage browser , it is not showing correct data still.
Hi @MSTechie-7364,
In this case, you can try Powershell or C# code. Please checkout the links below. Thank you!
https://docs.microsoft.com/en-us/azure/storage/scripts/storage-blobs-container-calculate-billing-size-powershell
https://stackoverflow.com/questions/14376459/azure-storage-container-size
16 people are following this question.