> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-mintlify-c74cb75a.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-mintlify-c74cb75a/zSUNEb7-sp_J0h6R/images/screenshots/secret-variables/hashicorp-vault/adding-a-secret-provider/1-secrets-home-window.webp?fit=max&auto=format&n=zSUNEb7-sp_J0h6R&q=85&s=f86a75b0e893291ab21e7301cc82bb24" 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-mintlify-c74cb75a/zSUNEb7-sp_J0h6R/images/screenshots/secret-variables/azure-key-vault/select-azure-vault-option.webp?fit=max&auto=format&n=zSUNEb7-sp_J0h6R&q=85&s=dba77d9ee94ca3ee39efe609399148dd" 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-mintlify-c74cb75a/zSUNEb7-sp_J0h6R/images/screenshots/secret-variables/azure-key-vault/enter-azure-credentials.webp?fit=max&auto=format&n=zSUNEb7-sp_J0h6R&q=85&s=4aa952c546fada778902ee312d1dc1db" 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.
