> ## 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.

# How to Add a Secret Provider

## Setting Up Azure Key Vault as a Secret Provider

<br />

<video controls className="mt-10" muted>
  <source src="https://mintlify.s3.us-west-1.amazonaws.com/bruno-a6972042/screenrecordings/azure_key_vault/azure_adding_provider.mp4" type="video/mp4" />

  Your browser does not support the video tag.
</video>

<br />

To configure Azure Key Vault as a secret provider in Bruno:

## Authentication Methods

Bruno supports two authentication methods for Azure Key Vault:

### Manual Authentication

1. Navigate to the application settings, located at the bottom of the left sidebar, and go to the Secrets Manager section.
2. Click on the `+ Add Secret Provider` button.
3. Choose **Azure Key Vault** as the provider type.
4. Select the **Account** tab for manual authentication.
5. Provide the required credentials, including `Tenant ID`, `Client ID` and `Client Secret`
6. Use the `Test Provider` feature to verify your connection.
7. 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.
