> For the complete documentation index, see [llms.txt](https://docs.dinmo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dinmo.io/integrations/destination-platforms/azure-storage.md).

# Azure Storage

DinMo allows you to export your data models and segments to an Azure Blob Storage. Generated files (Parquet, CSV, JSON, XML, etc.) are uploaded directly to your blob. This guide walks you through the setup of an Azure Storage connection:

* [Export data to Azure Blob Storage](/integrations/destination-platforms/azure-storage/export-data-to-azure-blob-storage.md)

### Authentification

In all cases, DinMo will connect to Azure storage using a SAS token.

{% hint style="info" %}
If you want to learn more about Azure SAS token, refer to their [official documentation](https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview).
{% endhint %}

To connect Azure Storage in DinMo, follow these steps:

1. In DinMo, go to **Destinations**
2. Click **Add a new destination**.
3. Select **Connect a new platform** and choose **Azure Storage**.
4. Enter:
   * A **Platform Name** (for identification).
   * Your **Azure Account**
   * Your **Azure SAS Token**


---

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

```
GET https://docs.dinmo.io/integrations/destination-platforms/azure-storage.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.
