# Azure Blob Storage Monitoring Integration with SigNoz

> Source: <https://signoz.io/docs/integrations/azure/blob-storage>
> Published: 2026-06-10 00:00:00+00:00

The Azure Blob Storage integration collects metrics and diagnostic logs from blob storage in your storage accounts. Once enabled, the SigNoz agent discovers Blob Storage resources in your monitored resource groups and configures telemetry collection.

This integration requires SigNoz Azure agent version **v0.0.10** or later.

Getting started

Connect your Azure subscription first. See [Azure One-Click Integrations](https://signoz.io/docs/integrations/azure/one-click-azure-integrations/) for setup instructions.

Once connected:

- In SigNoz, navigate to
**Integrations**>** Microsoft Azure**. - Select
**Storage Accounts Blob Storage** from the left panel. - Toggle
**Log Collection** and**Metric Collection** on.

The agent deploys the necessary Event Hubs and diagnostic settings in the background. Data starts flowing within a few minutes. Navigate to **Dashboards** and open the **Blob Storage Overview** dashboard to confirm metrics are appearing.

What's collected

## Logs

| Name | Path | Type |
|---|---|---|
| Resource ID | `resources.azure.resource.id` | string |

## Metrics

| Metric name | Unit | Type |
|---|---|---|
`azure_availability_average` | Percent | Gauge |
`azure_blobcapacity_average` | Bytes | Gauge |
`azure_blobcount_average` | Count | Gauge |
`azure_blobprovisionedsize_average` | Bytes | Gauge |
`azure_containercount_average` | Count | Gauge |
`azure_egress_total` | Bytes | Gauge |
`azure_indexcapacity_average` | Bytes | Gauge |
`azure_ingress_total` | Bytes | Gauge |
`azure_successe2elatency_average` | Milliseconds | Gauge |
`azure_successserverlatency_average` | Milliseconds | Gauge |
`azure_transactions_total` | Count | Gauge |

Dashboards

The integration includes a pre-built Blob Storage dashboard. Pre-built dashboards are locked and cannot be edited. To customize, use **Export JSON** from the dashboard menu and import it as a new dashboard.

Key panels include:

- Transaction count and availability
- Success server latency and end-to-end latency
- Ingress and egress throughput
- Blob capacity, blob count, and container count

Next steps

[Create alerts](https://signoz.io/docs/alerts/)to get notified on availability drops or latency spikes[Build custom dashboards](https://signoz.io/docs/userguide/manage-dashboards/)to correlate storage metrics with application performance

Get Help

If you need help with the steps in this topic, please reach out to us on [SigNoz Community Slack](https://signoz.io/slack/).

If you are a SigNoz Cloud user, please use in product chat support located at the bottom right corner of your SigNoz instance or contact us at [cloud-support@signoz.io](mailto:cloud-support@signoz.io).
