Track size of each container in azure storage account every month ?

MyAzQuery 171 Reputation points
2022-10-02T16:25:31.95+00:00

in my azure storage account , have 6 containers,

How to Track size of each container in azure storage account every month ?
like in Jan size is 200 GB
In Feb size is 450 GB
in Mar size is 800 GB

How to get differential size and overall size ?

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,539 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,199 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. rafalzak 3,251 Reputation points
    2022-10-02T17:57:52.103+00:00
    0 comments No comments

  2. Sumarigo-MSFT 47,471 Reputation points Microsoft Employee Moderator
    2022-10-03T06:28:06.503+00:00

    @MyAzQuery , Welcome to Microsoft Q&A Forum, Thank you for posting your query here

    To track the Blob account Size for every month and Over all Size you can you Azure Monitor.

    Calculate the capacity at the single storage account and different service level (Blob/Queue/Table/File) – via Portal.

    • In the Azure portal, select Storage accounts.
    • From the list, choose a storage account.
    • In the Monitoring section, choose Insights

    246866-image.png

    This script calculates the size of a container in Azure Blob Storage. It first displays the total number of bytes used by the blobs within the container, then displays their individual names and lengths.

    Additional information: This script calculates the size of a container in Azure Blob storage for the purpose of estimating billing costs.

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 246971-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.