Determine your technical debt using SonarQube - Creating the database

Sep 15, 2017

TL; DR

Create a db sql azure with collation set to SQL_Latin1_General_CP1_CS_AS.

Details of the database creation

The SQL Azure database creation steps are already well described, crucial detail: use the following collation: SQL_Latin1_General_CP1_CS_AS. (and use a blank template)

https://Github.com/baywet/azure-docker-SonarQube#step-3-create-the-azure-SQL-database

Keep the database access settings (FQDN of the server, username, password, the database name) somewhere, we will need those later.

Don’t forget to open the firewall of the SQL Server for connections from Azure.


Last edited Feb 19, 2024 by Vincent Biret


Tags: