Microsoft Entra Interactive Resolver Tenant Id Setting
Published 03 July 2025
Description
The Microsoft Entra tenant id.
Type
String
Default
none
Usage
Flyway Desktop
This can be set from the connection dialog for SQL Server projects.
Command-line
./flyway info -environments.development.resolvers.azureAdInteractive.tenantId='{some GUID}'
TOML Configuration File
[environments.development.resolvers.azureAdInteractive]
tenantId = "{some GUID}"