File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
jetstress-2013-exchange-loadtest Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 4242 "metadata" : {
4343 "description" : " Jetstress load test type - 1. Disk Subsystem Throughput (Recommended) 2. Exchange Mailbox Profile"
4444 }
45- },
45+ },
46+ "diskSizeInGB" : {
47+ "type" : " int" ,
48+ "defaultValue" : 10 ,
49+ "metadata" : {
50+ "description" : " Size in GB of the datadisk to use for testing."
51+ }
52+ },
4653 "storageDiskCapacityPercentage" : {
4754 "type" : " int" ,
4855 "defaultValue" : 80 ,
95102 "vmName" : " [concat('vm', resourceGroup().name)]" ,
96103 "vmOsDiskName" : " [concat('od', resourceGroup().name)]" ,
97104 "vmDatabaseDiskName" : " [concat('db', resourceGroup().name)]" ,
98- "vmSize" : " Standard_A2" ,
99- "vmDatabaseDiskSizeInGB" : " 10" ,
105+ "vmSize" : " Standard_A2" ,
100106 "vmNicName" : " [tolower(concat('nc', resourceGroup().name))]" ,
101107 "virtualNetworkName" : " [tolower(concat('vn', resourceGroup().name))]" ,
102108 "vnetID" : " [resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]" ,
241247 "name" : " [concat(variables('vmDatabaseDiskName'),copyIndex())]" ,
242248 "createOption" : " Empty" ,
243249 "caching" : " None" ,
244- "diskSizeGB" : " [variables('vmDatabaseDiskSizeInGB ')]" ,
250+ "diskSizeGB" : " [parameters('diskSizeInGB ')]" ,
245251 "lun" : 0
246252 }
247253 ]
330336 }
331337 }
332338 ]
333- }
339+ }
You can’t perform that action at this time.
0 commit comments