I'm deploying an environment in Azure using ARM Templates. I'm using Azure SQL Server and 4 databases. I went to restore a bacpac file and got an error complaining about different collation settings between my master database and the database my team is working on.
Is it possible to set the master database collation to be SQL_Latin1_General_CP1_CS_AS and not SQL_Latin1_General_CP1_CI_AS (note the CI vs. CS)? The database we're using has to be SQL_Latin1_General_CP1_CS_AS and we want the master to match it as well.