Skip to content

Commit

Permalink
update bicep file to include collation
Browse files Browse the repository at this point in the history
  • Loading branch information
lizbaron committed Feb 14, 2022
1 parent 3baf171 commit 2d98720
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CI/Azure-DevOps/CreateSqlVirtualMachineTemplate.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ resource newVMName_resource 'Microsoft.SqlVirtualMachine/SqlVirtualMachines@2017
sqlAuthUpdateUserName: sqlAuthenticationLogin
sqlAuthUpdatePassword: sqlAuthenticationPassword
}
sqlInstanceSettings: {
collation: 'SQL_Latin1_General_CP1_CS_AS'
maxDop: 0
isOptimizeForAdHocWorkloadsEnabled: false
minServerMemoryMB: 0
maxServerMemoryMB: 2147483647
}
}
}
}

0 comments on commit 2d98720

Please sign in to comment.