Skip to content
BleemeoBleemeo

Azure Blob Storage Monitoring

Starter
Professional

Bleemeo collects metrics for Azure Blob Storage accounts via Azure Monitor. Metrics are polled every hour.

Three Azure Monitor namespaces are involved, which matters if you cross-check a metric in the Azure Portal’s metric explorer:

Namespace Metrics
Microsoft.Storage/storageAccounts blob_storage_transactions, blob_storage_availability, blob_storage_capacity
Microsoft.Storage/storageAccounts/blobServices blob_storage_object_count
Microsoft.Storage/storageAccounts/fileServices blob_storage_file_count
MetricDescription
blob_storage_transactionsNumber of requests made to the storage account
blob_storage_availabilityPercentage of successful requests to the storage account
blob_storage_capacityTotal storage used by the account's blob service, in bytes
blob_storage_object_countNumber of blobs stored in the account
blob_storage_file_countNumber of files stored in the account's Azure Files service

Requires the Monitoring Reader role and the Microsoft.Insights resource provider registered on the subscription — see Permissions Summary.

~$0.02/month per batch of up to 50 storage accounts in the same region (3 Azure Monitor API calls per hour: one for account-level metrics, one for Blob service metrics, one for File service metrics) — see Estimated Azure Costs.