An Azure service that stores unstructured data in the cloud as blobs.
To find why the storage account is using 40 TB and reduce future growth, start by separating capacity usage from transaction activity.
- In Azure Monitor → Storage Insights, review the account’s used capacity and transactions.
- Sort by Account used capacity on the Capacity tab to confirm how large the account is compared to others.
- Sort by Transactions to see whether the account is actively used or mostly idle.
- Drill into the account in Storage Insights.
- Check Transactions by service type to see whether Blob Storage is the main source of activity.
- Check Transactions by API name to understand what operations are happening. If activity is mostly listing operations or account property requests and there are few read/write transactions, that can indicate the account is not being used significantly even though it still holds data.
- Inspect what data is consuming the space.
- Use Storage Explorer to examine the blobs associated with the used capacity.
- If there are a large number of blobs, generate a report by using a Blob Inventory policy. This helps identify which blobs, containers, or data sets are occupying most of the 40 TB.
- To prevent future unexpected growth, monitor usage trends regularly.
- Use Storage Insights as the ongoing dashboard for transaction volume and used capacity.
- Review whether the account has low business value but high retained data, which can indicate old data that should be archived, moved, or retired.
- If the concern is also cost growth, review the billing drivers.
- Storage charges can come from data capacity, read/write operations, and optional features.
- In Subscription → Cost Analysis, use Cost by Resource and expand the Storage Account resource to identify which meter is driving the increase.
- After identifying the meter, enable Diagnostic Settings (Classic) on the storage account to investigate the source of operations, including source IP address and source URL.
The practical path is:
- Use Storage Insights to confirm whether the 40 TB is from retained blob data or active workload growth.
- Use Storage Explorer or Blob Inventory to identify exactly which blobs are consuming capacity.
- Use Cost Analysis and diagnostics if the issue includes rising charges, so the growth can be tied to capacity or operations.
References: