Skip to main content

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.

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.
vault-secrets
  1. Choose Azure Key Vault as the provider type.
Select Azure Key Vault
  1. 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.
Enter Azure Credentials
  1. Use the Test Provider feature to verify your connection.
  2. Click Add to save the secret provider configuration.
For Azure CLI authentication, see the Azure CLI Authentication guide.