# Azure Blob Rehydration

### 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                | ✓         |
| Kubernetes Cluster\* | ✓         |

Available in the Bindplane Distro for OpenTelemetry Collector `v1.69.0+`.

{% hint style="info" %}
**Note:** When deploying with a Kubernetes Cluster agent, select `StatefulSet` as the deployment method.
{% endhint %}

### Configuration Fields

<table><thead><tr><th width="165.42578125">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>Batch Size</td><td>The number of blobs to download at once. This parameter directly impacts performance by controlling the number of concurrent blob downloads. If your host has a large number of cores, you can probably increase this value to increase rate of rehydration.</td></tr><tr><td>Page Size</td><td>The maximum number of blob information to return in a single API call.</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="https://1405008107-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgmiOMzBfoNFwmKJFHMcJ%2Fuploads%2Fgit-blob-cbb150b5e524d226916f69f9b87a6a77a048681c%2Fintegrations-sources-azure-blob-rehydration-readme-image-1.png?alt=media" alt="Bindplane docs - Azure Blob Rehydration - 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.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.
