We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795133b commit 25755afCopy full SHA for 25755af
1 file changed
CI/Azure-DevOps/CreateSqlVirtualMachineTemplate.bicep
@@ -1,7 +1,7 @@
1
param sqlConnectivityType string = 'Public'
2
param sqlPortNumber int = 41433
3
param sqlStorageWorkloadType string = 'DW'
4
-param sqlStorageDisksConfigurationType string = 'NEW'
+param sqlStorageDisksConfigurationType string = 'ADD'
5
param sqlAutopatchingDayOfWeek string = 'Sunday'
6
param sqlAutopatchingStartHour int = 2
7
param sqlAutopatchingWindowDuration int = 60
0 commit comments