# Microsoft Azure Blob

If your images are stored at a blob with account ***my\_blob*** in a container named ***my\_container*** and you can access **image.jpg** at the following URL:

//***my\_blob***.blob.core.windows.net/***my\_container***/**image.jpg**

You should enter the data as follows:

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

All aliases have to be prefixed *and* suffixed by underscores. Please note that all aliases have to be unique for your account - aliases set in the storage sections cannot be used in the [alias](https://docs.cloudimage.io/go/cloudimage-documentation-v7/en/domains-urls/aliases) section.

Your storage container is now accessible by using the alias enter in the *Cloudimage Alias* field:

//your-token.cloudimg.io/**\_\_my-public-blob\_\_**/**image.jpg**

If your Azure Blob container requires authentication, you have to enter your SAS token (found in your Azure panel) in the respective field:

Please keep in mind that the SAS token has an expiration date and you have to generate a new one and update it before it expires. Otherwise, our servers will not be able to fetch your media from the storage.

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


---

# 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.cloudimage.io/setup/connecting-storage-bucket/microsoft-azure-blob.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.
