> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-docs-api-docs-split-more-menu.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding Azure Secret Manager

You can configure Azure Key Vault as a secret provider in Bruno using two authentication methods:

* Manual Authentication
* Azure CLI Authentication

### Manual Authentication

1. Go to the **Preferences** settings and navigate to the **Secrets Manager** section.
2. Click on the `+ Add Secret Provider` button.

<img src="https://mintcdn.com/bruno-a6972042-docs-api-docs-split-more-menu/BBjqJXmcNHP1ZHhL/images/screenshots/secret-variables/hashicorp-vault/adding-a-secret-provider/1-secrets-home-window.webp?fit=max&auto=format&n=BBjqJXmcNHP1ZHhL&q=85&s=0cdcf0327ff9a99ed22d925878b2fff2" alt="vault-secrets" width="2468" height="1310" data-path="images/screenshots/secret-variables/hashicorp-vault/adding-a-secret-provider/1-secrets-home-window.webp" />

3. Choose **Azure Key Vault** as the provider type.

<img src="https://mintcdn.com/bruno-a6972042-docs-api-docs-split-more-menu/BBjqJXmcNHP1ZHhL/images/screenshots/secret-variables/azure-key-vault/select-azure-vault-option.webp?fit=max&auto=format&n=BBjqJXmcNHP1ZHhL&q=85&s=f65c2b15f26e2b68a92b5b8b2c191fc4" alt="Select Azure Key Vault" width="2468" height="1038" data-path="images/screenshots/secret-variables/azure-key-vault/select-azure-vault-option.webp" />

4. Provide the required credentials, including:
   * **Tenant ID** : The Azure Active Directory (AAD) tenant ID.
   * **Client ID** : The Azure Active Directory (AAD) client ID.
   * **Client Secret** : The Azure Active Directory (AAD) client secret.

<img src="https://mintcdn.com/bruno-a6972042-docs-api-docs-split-more-menu/BBjqJXmcNHP1ZHhL/images/screenshots/secret-variables/azure-key-vault/enter-azure-credentials.webp?fit=max&auto=format&n=BBjqJXmcNHP1ZHhL&q=85&s=5ad733457ed7f2f8f7d4a7aa577369ec" alt="Enter Azure Credentials" width="2468" height="1342" data-path="images/screenshots/secret-variables/azure-key-vault/enter-azure-credentials.webp" />

5. Use the `Test Provider` feature to verify your connection.
6. Click `Add` to save the secret provider configuration.

For **Azure CLI authentication**, see the [Azure CLI Authentication](/secrets-management/secret-managers/azure-key-vault/cli-authentication) guide.
