An Azure service that stores unstructured data in the cloud as blobs.
Hello @ Handian Sudianto
Thank you for reaching out to Microsoft Q&A
Azure does not show container‑level size directly in the Azure portal by default. However, you can determine container size using the following supported method:
1.Azure Storage Explorer (Recommended & Simple)
- You can use Azure Storage Explorer to calculate container size.
- Select the container → use Folder Statistics, which computes the total size of blobs in the container.
Microsoft-supported tool: https://learn.microsoft.com/azure/storage/common/storage-explorer-introduction
Important note: Azure Monitor exposes storage account–level capacity metrics only, not per‑container usage.
Documented limitation: https://learn.microsoft.com/azure/storage/blobs/monitor-blob-storage-reference
- Can we set a quota or size limit on an Azure Blob container?
No, Azure does not support setting quotas or size limits at the container level.
What is supported:
- Azure enforces limits at Storage account level
Reference document:
Calculate the size of a Blob storage container: https://learn.microsoft.com/en-us/azure/storage/scripts/storage-blobs-container-calculate-size-cli
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".