...
Info |
---|
If you have any issues, refer to Troubleshooting Issues with Active Directory Authentication and Azure SQL Database. |
Active Directory Password Authentication
...
To create a connection with the Active Directory MSI mode in the Datical DB , select GUI, go to the Edit Connection screen. Select the following:
Connection Type -Azure SQL Database
Security -Active Directory MSI Authentication
Also
...
enter your hostname, port, application name, database name, instance name, and MSI Client ID.
Then define properties in your driver properties file:
Go to your Liquibase Enterprise/Datical installation directory (such as C:\Apps\DaticalDB_7.13).
Edit the file called mssql_driver.properties.
Add these two lines to your mssql_driver.properties file:
trustServerCertificate=true
hostNameInCertificate=*.azure.<domain>
(Replace <domain> with your actual domain name. For example: hostNameInCertificate=*.azure.acme.com.)Save your changes and commit the modified properties file to source control (such as Git).
Note |
---|
The
sqlfile package method
|