Azure Key Vault Resolver Vault URL Setting

Flyway Enterprise

Description

The URL of your Azure Key Vault.

Example: https://my-vault.vault.azure.net

Type

String

Default

none

Usage

Flyway Desktop

This can't be set in a config file via Flyway Desktop, although it will be honoured, and it can be configured as an advanced parameter in operations on the Migrations page.

Command-line

./flyway info -environments.development.resolvers.azureKeyVault.vaultUrl="https://my-vault.vault.azure.net"

TOML Configuration File

[environments.development.resolvers.azureKeyVault]
vaultUrl = "https://my-vault.vault.azure.net"

Didn't find what you were looking for?