I recently deployed Sonarqube 10.3 in a Linux VM on Azure. Sonarqube connects to Azure Sql Database. When using Sql Authentication it works well. When tryning to connect to database using a Managed Identity (means using this authentication value in connectionString : authentication=ActiveDirectoryManagedIdentity or this one authentication=ActiveDirectoryDefault) it’s not working
Note : all the necessary configurations has been done on Azure Services.
The question : Is connecting to Azure Sql Database with Managed Identity supported in Sonarqube ?