File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
jetstress-2013-exchange-loadtest Expand file tree Collapse file tree 3 files changed +12
-6
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+ }
Original file line number Diff line number Diff line change 1- # JETSTRESS 2013 WORKLoAD FOR EXCHANGE 2016 CU1 ON AZURESTACK
1+ # JETSTRESS 2013 WORKLOAD FOR EXCHANGE 2016 CU1 ON AZURESTACK
22
33
44<a href =" https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzureStack-QuickStart-Templates%2Fmaster%2Fjetstress-2013-exchange-loadtest%2Fazuredeploy.json " target =" _blank " >
You can’t perform that action at this time.
0 commit comments