> For the complete documentation index, see [llms.txt](https://docs.lassomoderation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lassomoderation.com/url-signing/azure-storage-blob-url-signing.md).

# Azure Storage Blob URL Signing

Azure Blob Storage URL Signing integration enables signing URLs for content stored in Azure blob containers. Follow these steps:

#### **Step 1: Create an Azure Storage Account and Configure Access**

1. Follow [this guide](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create) to create a storage account in Azure or use an existing account.
2. Obtain the **Access Key** for your storage account:
   * Go to your storage account in the Azure portal.
   * Navigate to **Access keys** under **Settings**.
   * Copy one of the **Access keys** and note the **Storage account name**.

#### **Step 2: Add Signing Information in Lasso**

1. Navigate to **Settings → Integrations** in Lasso.
2. Select **Azure Blob Storage** and fill in the following fields:
   * **Domain**: The domain where your content resides (e.g., `https://youraccount.blob.core.windows.net`).
   * **Account Name**: The name of your Azure storage account.
   * **Access Key**: The key for your Azure storage account.
   * **Container**: The name of the blob container.
   * **TTL**: The time-to-live for the signed URL (minimum 15 minutes).
   * **Example URL**: Provide an example URL to validate your credentials.

#### **Step 3: Automatic Signing for Azure Blob Storage Content**

Once configured:

* All content from the specified **Domain** (e.g., `https://youraccount.blob.core.windows.net`) will be signed automatically by Lasso.
* Lasso uses the **Account Name** and **Access Key** to generate a secure, temporary signed URL for any required content.
* Signed URLs are used to securely access the content for analysis and dashboard display without making the content public.
* When a signed URL expires, Lasso regenerates it on demand, ensuring continuous secure access without additional setup.


---

# 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://docs.lassomoderation.com/url-signing/azure-storage-blob-url-signing.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.
