> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebruno.com/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/bKrHa_JvyAqCslj1/images/screenshots/secret-variables/hashicorp-vault/adding-a-secret-provider/1-secrets-home-window.webp?fit=max&auto=format&n=bKrHa_JvyAqCslj1&q=85&s=24e2de46e436b8af7ea89d26d2878a6f" 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/bKrHa_JvyAqCslj1/images/screenshots/secret-variables/azure-key-vault/select-azure-vault-option.webp?fit=max&auto=format&n=bKrHa_JvyAqCslj1&q=85&s=c14dea5b571bfbd763bc72f605cdc4fd" 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/bKrHa_JvyAqCslj1/images/screenshots/secret-variables/azure-key-vault/enter-azure-credentials.webp?fit=max&auto=format&n=bKrHa_JvyAqCslj1&q=85&s=e25494d8b74c202d5563df745f27a460" 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.
