Skip to content

Commit 2d98720

Browse files
committed
update bicep file to include collation
1 parent 3baf171 commit 2d98720

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CI/Azure-DevOps/CreateSqlVirtualMachineTemplate.bicep

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ resource newVMName_resource 'Microsoft.SqlVirtualMachine/SqlVirtualMachines@2017
5454
sqlAuthUpdateUserName: sqlAuthenticationLogin
5555
sqlAuthUpdatePassword: sqlAuthenticationPassword
5656
}
57+
sqlInstanceSettings: {
58+
collation: 'SQL_Latin1_General_CP1_CS_AS'
59+
maxDop: 0
60+
isOptimizeForAdHocWorkloadsEnabled: false
61+
minServerMemoryMB: 0
62+
maxServerMemoryMB: 2147483647
63+
}
5764
}
5865
}
5966
}

0 commit comments

Comments
 (0)