Not able to configure SonarQube with Azure SQL with authentication=ActiveDirectoryManagedIdentity

Hi G Ann Campbell,

Thanks a lot for your co-ordination.

Please be informed that for the above mentioned driver, the sql connection string need to be adjusted like following:

sonar.jdbc.url=jdbc:sqlserver://tcp:[[server name]].database.windows.net,1433;database=[[db name]];encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;Authentication=ActiveDirectoryMSI

As per the Microsoft documentation.

Just sharing with you, in case if you require that.

Thanks
Mithun

1 Like