Skip to content

Commit c64d7fb

Browse files
committed
Add report.html for Jetstress
1 parent 9386a51 commit c64d7fb

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
-4.27 KB
Binary file not shown.

jetstress-2013-exchange-loadtest/azuredeploy.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@
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,
@@ -95,8 +102,7 @@
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'))]",
@@ -241,7 +247,7 @@
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
]
@@ -330,4 +336,4 @@
330336
}
331337
}
332338
]
333-
}
339+
}

0 commit comments

Comments
 (0)