vanderby / SonarQube-AzureAppService

Instructions and files to host SonarQube on an Azure App Service without a container.
MIT License
90 stars 165 forks source link

Pointing Sonarqube to another DB #55

Closed mtmcdermott5 closed 3 years ago

mtmcdermott5 commented 3 years ago

How do we update the app service to point to a different DB? Are their environment variables we would update with the new DB url, password, schema etc

vanderby commented 3 years ago

Please read the repo's main page. There are sections on Passthrough Settings and how to leverage that to setup an Azure SQL Db. The same principal applies to other types of databases.