We have an Azure storage account that uses blob and file storage but we seem to be incurring table requests and a few queue requests even though we haven't created any tables or queues. I assume they are to support the file storage upload/download in some way but I wanted to understand how and why to determine accurate usage for both monitoring and billing.
3
votes
1 Answers
2
votes
As @Gaurav Mantri mentioned, Tables are used to store Azure Storage Analytics metrics. You can find there are multi tables whose name is start with $Metrics.
The amount of storage used by metrics data is also billable. The following actions performed by Storage Analytics are also billable:
- Requests to create blobs for logging.
- Requests to create table entities for metrics.
You can enable or disable the metrics on Azure portal.
To find why your queue was used, I suggest you enable Queue logs on Diagnostics tab of Azure portal. You will find the detail usage of your queue in following blob.
<servicetype>/YYYY/MM/DD/HHMM/<counter>.log