Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bruno-a6972042-mintlify-testing-jsonbody-jsonschema-1777266.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Azure Key Vault is a secure and scalable service designed to store and retrieve sensitive information such as API keys, database credentials, and other secrets. Bruno allows you to easily integrate with Azure Key Vault and securely access secrets during test execution without exposing them in test scripts or environment variables. This guide provides detailed steps to configure and utilize Azure Key Vault in Bruno.
Bruno requires two specific permissions to be able to work with Azure Key Vault:
  • Microsoft.KeyVault/vaults/secrets/read to read secret values
  • Microsoft.KeyVault/vaults/secrets/readMetadata/action to list available secrets