# Azure Authentication

## Azure Authentication

### Description

This metadata type can be used to add a new Azure Storage file system to your project. This allows you to connect to multiple storage accounts at the same time. Using an Azure authentication to connect to a blob store requires you to specify the container name in the path. For example, if your Azure authentication is named az, you would need to specify the container as **az:/containerName**.

### Options

| Option               | Description                                                                        |
| -------------------- | ---------------------------------------------------------------------------------- |
| Name                 | Name of the file system, this will be used in file paths `name://`                 |
| Description          | Description field for additional information                                       |
| Storage Account Name | Name of the storage account in Azure                                               |
| Storage Account Key  | The primary or secondary key of the storage account                                |
| Storage Endpoint     | Leave empty for default Azure endpoints or fill in when using a compatible service |


---

# 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.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/index-2/azure-authentication.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.
