File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
mlos_bench/mlos_bench/config/services/remote/azure/scripts/setup-rg Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 53
53
},
54
54
"storageSku" : {
55
55
"type" : " string" ,
56
- "defaultValue" : " Premium_LRS " ,
56
+ "defaultValue" : " Standard_LRS " ,
57
57
"allowedValues" : [
58
58
" Premium_LRS" ,
59
59
" Premium_ZRS" ,
64
64
" Standard_RAGZRS" ,
65
65
" Standard_ZRS"
66
66
]
67
+ },
68
+ "storageKind" : {
69
+ "type" : " string" ,
70
+ "defaultValue" : " StorageV2" ,
71
+ "allowedValues" : [
72
+ " FileStorage" ,
73
+ " StorageV2"
74
+ ]
67
75
}
68
76
},
69
77
"functions" : [],
299
307
"dependsOn" : [
300
308
" [resourceId('Microsoft.Network/virtualNetworks', variables('vnetName'))]"
301
309
],
302
- "kind" : " StorageV2 " ,
310
+ "kind" : " [parameters('storageKind')] " ,
303
311
"sku" : {
304
312
"name" : " [parameters('storageSku')]"
305
313
},
312
320
"action" : " Allow"
313
321
}
314
322
],
315
- "ipRules" : [],
323
+ "ipRules" : [
324
+ {
325
+ "value" : " [parameters('vmSshSourceAddressPrefix')]"
326
+ }
327
+ ],
316
328
"defaultAction" : " Deny"
317
329
}
318
330
}
You can’t perform that action at this time.
0 commit comments