Hi @CBM Cloud,
Welcome to Microsoft Q&A Platform.
Azure groups API operations into three billing categories
- Write Operations – Actions that modify data or metadata (e.g.,
PutBlob,CreateContainer). - List/Create Container Operations – Management-level operations such as listing or creating containers.
- All Other Operations – Read operations and metadata queries, such as
GetBlobProperties.
Why some control-plane operations (List Containers, etc.) are billed at Hot tier even though the account is Cold tier.
The ListContainers operation falls under the List/Create Container Ops category, which is grouped with control-plane operations. These operations are billed at a flat transaction rate that aligns with the Hot tier pricing shown in the documentation not because your data is in Hot tier, but because Microsoft uses the Hot tier rate as the standard for these management-level calls. The access tier (Hot, Cool, Cold) only affects data storage and retrieval costs, not control-plane transactions
Ref: Azure Blob Storage pricing and How you're charged for Azure Blob Storage
Please provide a breakdown or mapping of each operation type to the corresponding meter in the invoice. Please raise billing support request to provide a breakdown or mapping of each operation type.
Kindly let us know if the above helps or you need further assistance on this issue.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.