Skip to main content
Ent+
This feature is available as an add-on for the Honeycomb Enterprise plan. Please contact your Honeycomb account team for details.

Supported Types

​The Azure Blob Storage destination saves telemetry as OTLP JSON files in Azure Blob Storage.

Configuration

* required field

Supported Retry and Queuing Settings

This destination supports the following retry and queuing settings:

Example Configuration

Basic Configuration

For basic configuration, we specify the connection_string as well as a container, prefix, and blob_prefix. By default, we are still using a partition of minute and gzip for the compression value. This will create a blob path that looks like the following inside the otel container:

Web Interface

Honeycomb Docs - Azure Blob Storage - image 1

Standalone Destination

Specify Partition and Default Configuration

This configuration is the same as the basic configuration but will specify a partition of hour and compression set to none. This will create a blob path that looks like the following inside the otel container:

Web Interface

Honeycomb Docs - Azure Blob Storage - image 2

Standalone Destination