Skip to content

Commit 1c50d7b

Browse files
authored
Merge pull request #195 from dipakmsft/master
Jetstress: Fixed default IOPS per mailbox
2 parents 85313ee + 0155e12 commit 1c50d7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

jetstress-2013-exchange-loadtest/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"exchangeIopsPerMailbox": {
6868
"type": "int",
69-
"defaultValue": 1,
69+
"defaultValue": 10,
7070
"metadata": {
7171
"description": "IOPS per Mailbox to use for Exchange Mailbox Profile test"
7272
}
@@ -91,7 +91,7 @@
9191
"location": "[resourceGroup().location]",
9292
"vmOsSku": "2012-R2-Datacenter",
9393
"vmAdminUsername": "vmadministrator",
94-
"vmAdminPassword": "[subscription().subscriptionId]",
94+
"vmAdminPassword": "[concat('S#', subscription().subscriptionId)]",
9595
"vmName": "[concat('vm', resourceGroup().name)]",
9696
"vmOsDiskName": "[concat('od', resourceGroup().name)]",
9797
"vmDatabaseDiskName": "[concat('db', resourceGroup().name)]",

jetstress-2013-exchange-loadtest/azuredeploy.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"value": 10
2525
},
2626
"exchangeIopsPerMailbox": {
27-
"value": 1
27+
"value": 10
2828
},
2929
"exchangeMailboxSizeInMB": {
3030
"value": 200

jetstress-2013-exchange-loadtest/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# JETSTRESS 2013 WORKLoAD FOR EXCHANGE 2016 CU1 ON AZURESTACK
22

33

4-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzureStack-QuickStart-Templates%2Fdevelop%2Fjetstress-2013-exchange-loadtest%2Fazuredeploy.json" target="_blank">
4+
<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">
55
<img src="http://azuredeploy.net/deploybutton.png"/>
66
</a>
7-
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzureStack-QuickStart-Templates%2Fdevelop%2Fjetstress-2013-exchange-loadtest%2Fazuredeploy.json" target="_blank">
7+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzureStack-QuickStart-Templates%2Fmaster%2Fjetstress-2013-exchange-loadtest%2Fazuredeploy.json" target="_blank">
88
<img src="http://armviz.io/visualizebutton.png"/>
99
</a>
1010

0 commit comments

Comments
 (0)