Skip to content

Commit

Permalink
update default vm size
Browse files Browse the repository at this point in the history
  • Loading branch information
mumian committed Mar 8, 2017
1 parent aa26432 commit a76e030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 101-hdinsight-secure-vnet/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"name":"headnode",
"targetInstanceCount":2,
"hardwareProfile":{
"vmSize":"Standard_D3"
"vmSize":"Standard_D3_v2"
},
"osProfile":{
"linuxOperatingSystemProfile":{
Expand All @@ -208,7 +208,7 @@
"name":"workernode",
"targetInstanceCount":2,
"hardwareProfile":{
"vmSize":"Standard_D3"
"vmSize":"Standard_D3_v2"
},
"osProfile":{
"linuxOperatingSystemProfile":{
Expand Down
2 changes: 1 addition & 1 deletion 101-hdinsight-secure-vnet/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "This template allows you to create an Azure VNet and an HDInsight Hadoop cluster running Linux within the VNet.",
"summary": "Deploy an Azure VNet and an HDInsight Linux-based HBase cluster within the VNet",
"githubUsername": "mumian",
"dateUpdated": "2017-02-08"
"dateUpdated": "2017-03-08"
}

0 comments on commit a76e030

Please sign in to comment.