# Azure Blob Storage

### Supported URL formats

Earthscale supports Azure URLs formatted like:

{% code overflow="wrap" %}

```
https://{storageaccount}.blob.core.windows.net/{path_can_contain_glob_patterns}
```

{% endcode %}

Values in curly brackets are placeholders.

You can get URLs like this from Azure Storage Explorer:

<figure><img src="/files/RXpFCCFqAK4wQ2q2QU5v" alt=""><figcaption></figcaption></figure>

Or from the Azure Portal:

<figure><img src="/files/wHZShSvXQ5yX0WIZe1E4" alt=""><figcaption></figcaption></figure>

### Security

Earthscale uses OpenID Connect (OIDC) to securely access your cloud data using dedicated per-customer service accounts. This eliminates the need to share credentials while providing fine-grained access control over your cloud resources. It also lets you revoke access at any time if necessary.

### Granting Access

To grant Earthscale read-only access to an Azure Storage Container:

* Open [Earthscale](https://app.earthscale.ai/)
* Click on the user icon in the top-right corner of the left sidebar
* Click **"Cloud Access"**

<figure><img src="https://cdn.earthscale.ai/docs/assets/cloud_access.webp" alt="" width="375"><figcaption></figcaption></figure>

* Select the **"Microsoft Azure"** tab

<figure><img src="https://cdn.earthscale.ai/docs/assets/azure_access.webp" alt=""><figcaption></figcaption></figure>

* Follow the instructions there, and make sure to notify us of your Azure Tenant ID so we can grant access on our side. You can send this information to [support@earthscale.ai](https://earthscale.ai/).


---

# 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.earthscale.ai/earthscale-documentation/access-your-own-data/azure-blob-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.
