> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/vault/configuring-vault/configure-backup-environment/azure-blob-storage-environment.md).

# Azure Blob Storage Environment

### Customer-Hosted Storage Environment <a href="#customer-hosted-storage-environment" id="customer-hosted-storage-environment"></a>

To utilize Azure Blob as your storage medium for backing up metadata and data objects, follow these steps to configure it within the Vault application:

1. Navigate to the **Backup Environment** tab under the **Settings** module.
2. Select [**Azure Blob**](https://knowledgebase.autorabit.com/vault/docs/microsoft-azure-blob-retention-policy) as the **Storage Type**.
3. Enter a **Label Name** of your choice for easy identification.
4. **Naming Rules for Blob:**
   * Names can include any character combination.
   * Must be between 1 and 1,024 characters (256 for Azure Storage emulator).
   * Case-sensitive.
   * Reserved URL characters must be escaped properly.
   * Cannot exceed 254 path segments.
   * Avoid names ending with `.`, `/`, or their combinations.
5. Enter your Azure **Storage Account Name**. You can [create one here](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json\&tabs=azure-portal).
6. Input your **Access Key** (either primary or secondary) for the selected storage account.
   * You are provided with two keys per account to enable rotation or delegated access.

<figure><img src="/files/r94PWdm4WnPKO2qdK1Vi" alt="Azure Blob storage configuration screen in Vault" width="563"><figcaption><p>Azure Blob configuration in Vault</p></figcaption></figure>

7. Click **Save Settings** to complete the setup.

***

### Vault Hosted Backup Environment <a href="#vault-hosted-backup-environment" id="vault-hosted-backup-environment"></a>

To have AutoRABIT manage your backup environment:

* Contact the **AutoRABIT CloudOps** team to configure [Vault](https://www.autorabit.com/products/vault-data-backup-recovery/) as your default backup environment.
* Submit a support request [here](https://support.autorabit.com/portal/en/newticket?departmentId=241415000000006907\&layoutId=241415000000074011).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/vault/configuring-vault/configure-backup-environment/azure-blob-storage-environment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
