diff --git a/infrastructure/modules/sql.bicep b/infrastructure/modules/sql.bicep index bf99de6..f5584f6 100644 --- a/infrastructure/modules/sql.bicep +++ b/infrastructure/modules/sql.bicep @@ -4,7 +4,7 @@ param cmsIdentityResourceId string param cmsIdentityPrincipalId string param cmsIdentityTenantId string param cmsIdentityName string -param flexibleMySqlServerLocation string = 'germanynorth' +param flexibleMySqlServerLocation string = 'swedencentral' resource mySql 'Microsoft.DBforMySQL/flexibleServers@2023-12-30' = { name: appendHash('mysql-cms')