Skip to content

Commit

Permalink
updated to use managed disks
Browse files Browse the repository at this point in the history
  • Loading branch information
varunbeesu committed Jul 2, 2018
1 parent c383e19 commit 9f3dc05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions diagnostics-eventhub-elk/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
"properties": {}
},
{
"apiVersion": "2015-06-15",
"apiVersion": "2017-03-30",
"type": "Microsoft.Compute/virtualMachines",
"name": "[variables('vmName')]",
"location": "[parameters('location')]",
Expand Down Expand Up @@ -411,10 +411,7 @@
"version": "latest"
},
"osDisk": {
"name": "osdisk",
"vhd": {
"uri": "[concat('http://', variables('storageAccountName'), '.blob.core.windows.net/', variables('vmStorageAccountContainerName'), '/', variables('OSDiskName'), '.vhd')]"
},
"name": "[concat(variables('vmName'),'_OSDisk')]",
"caching": "ReadWrite",
"createOption": "FromImage"
}
Expand Down
2 changes: 1 addition & 1 deletion diagnostics-eventhub-elk/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"adminUsername": {
"value": "DiagElkAdmin"
"value": "GEN-UNIQUE"
},
"adminPassword": {
"value": "GEN-PASSWORD"
Expand Down
4 changes: 2 additions & 2 deletions diagnostics-eventhub-elk/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"itemDisplayName": "Diagnostics with Event Hub and ELK",
"description": "This template deploys an Elasticsearch cluster and Kibana and Logstash VMs. Logstash is configured with an input plugin to pull diagnostics data from Event Hub.",
"summary": "Install Elasticsearch cluster, Kibana and Logstash configured to pull diagnostics from Event Hub",
"githubUsername": "Skantha",
"dateUpdated": "2016-08-29"
"githubUsername": "skantha",
"dateUpdated": "2018-07-02"
}


0 comments on commit 9f3dc05

Please sign in to comment.