# Azure Blob Rehydration (Deprecated)

{% hint style="info" %}
**NOTE**

This source has been deprecated and replaced with a new [Azure Blob Rehydration](/integrations/sources/azure-blob-rehydration.md) source.\
While it will continue to function, it will no longer receive any enhancements and you should migrate to the new source.
{% endhint %}

### 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

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

### Example Configuration

#### Basic Configuration

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

<figure><img src="/files/LZ6vYjdZbICOaghwxgTw" alt="Bindplane docs - Azure Blob Rehydration (Deprecated) - image 1"><figcaption></figcaption></figure>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/integrations/sources/azure-blob-rehydration/azure-blob-rehydration-deprecated.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
