Azure Key Vault
Learn how to easily sync environment variables to Azure Key Vault.
Learn how to set up the Azure Key Vault integration to enable automatic secrets sync to Azure Key Vault Resource Groups.
Prerequisites
- You have a Microsoft Azure account set up with a Resource Group and a Key Vault.
Authorization
Navigate to the project and click Integrations from the submenu. Then select Azure Key Vault.

You'll then be redirected to the Azure Portal.
Configuration
Find your Azure Key Vault URI in the Azure Portal. Click on your Key Vault, go to the Essentials section, then copy the URI for the next step.

Select your Doppler config and enter your Azure Key Vault URI to finish the setup.

Then Click Set Up Integration to complete the setup process.
Underscore to dash conversion
Azure Key Vault does not support underscores and will replace them with dashes/hyphens. For example,
API_KEY
will be saved asAPI-KEY
in your Vault.
Your Azure Key Vault integration is set up! You can now view your secrets in the Azure Portal by clicking on the destination and selecting Secrets for your Key Vault:


Outstanding!
Now you know how to set up the Azure Key Vault integration to enable automatic secrets sync to Azure Key Vault Resource Groups.
Updated over 1 year ago