Skip to content

Commit

Permalink
Incorporated comments- 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ercenk committed Apr 22, 2015
1 parent 7aab332 commit 6019a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions couchbase-on-ubuntu/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
},
"parameters": {
"commonSettings": {
"value": "[parameters('cOmmonseTtings').availabilitySetName]"
"value": "[variables('commonSettings')]"
},
"networkSettings": {
"value": "[variables('networkSettings')]"
Expand All @@ -219,7 +219,7 @@
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2014-12-01-preview",
"dependsOn": ["[concat('Microsoft.Resources/deployments/', 'shared-resources')]"],
"location": "[parameters('commonSettings').region]",
"location": "[variables('commonSettings').region]",
"copy": {
"name": "storageAccountsLoop",
"count": "[variables('clusterSpec').storageAccountCount]"
Expand Down

0 comments on commit 6019a7e

Please sign in to comment.