> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure Blob Rehydration

<Badge className="hny-badge-enterprise-addon" stroke>Ent+</Badge>

<Note>
  This feature is available as an add-on for the [Honeycomb Enterprise plan](https://www.honeycomb.io/pricing/).
  Please contact your Honeycomb account team for details.
</Note>

## Prerequisites

Ensure you have access to an Azure Blob Storage account. Set up your Azure Blob Storage to store OTLP data in the required format for rehydration. More information on how to set this up can be found in the Azure documentation [here](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-event-overview).

## Blob Format

Rehydrated data must be in [OTLP format](https://github.com/open-telemetry/opentelemetry-proto) for correct processing. Ensure your data adheres to this format.

## Supported Platforms

| Platform | Supported |
| :------- | :-------- |
| Linux    | ✓         |
| Windows  | ✓         |
| macOS    | ✓         |

## Configuration Fields

| Field             | Description                                                                                                                                |
| :---------------- | :----------------------------------------------------------------------------------------------------------------------------------------- |
| Connection String | The connection string for the Azure Blob Storage account.                                                                                  |
| Container         | Name of the Azure Storage container from which to rehydrate data.                                                                          |
| Poll Interval     | The interval for checking new blobs, e.g., '1m' for one minute.                                                                            |
| Starting Time     | UTC start time for rehydration.                                                                                                            |
| Ending Time       | UTC end time for rehydration.                                                                                                              |
| Delete on Read    | If true, blobs are deleted after rehydration.                                                                                              |
| Enable Storage    | Enable to specify a storage extension for tracking rehydration progress.                                                                   |
| Storage Directory | Directory for storing rehydration state, useful for maintaining state and resuming operations. (Only relevant if `Enable Storage` is true) |

## Example Configuration

### Basic Configuration

This configuration sets up Azure Blob Rehydration with necessary details such as connection string, container, and time range for rehydration.

<img src="https://mintcdn.com/honeycomb/xBk0WdKAt1ctZm35/_assets/images/htp/xnapper-azure-blob-rehydration-source.png?fit=max&auto=format&n=xBk0WdKAt1ctZm35&q=85&s=ee5fc77b8b416285b0919ce650456eb6" alt="Honeycomb Docs - Azure Blob Rehydration" width="2172" height="2056" data-path="_assets/images/htp/xnapper-azure-blob-rehydration-source.png" />

Adjust the Connection String, Container, Starting Time, and Ending Time to match your configuration.
