Skip to content

Commit c158991

Browse files
committed
What will happen if I specify a LUN=0 but use C drive???
1 parent 5e26a8e commit c158991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CI/Azure-DevOps/CreateSqlVirtualMachineTemplate.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ param sqlStorageWorkloadType string = 'General'
44
param sqlStorageDisksConfigurationType string = 'NEW'
55
param sqlDataSettingsDefaultFilePath string = 'c:\\data'
66
param sqlDataSettingsLUNs array = [
7-
7+
0
88
]
99
param sqlLogSettingsDefaultFilePath string = 'c:\\log'
1010
param sqlLogSettingsLUNs array = [
11-
11+
0
1212
]
1313
param sqlAutopatchingDayOfWeek string = 'Sunday'
1414
param sqlAutopatchingStartHour int = 2

0 commit comments

Comments
 (0)