From a76e030f5cbb278b8c7b73ea748a868e830c1d20 Mon Sep 17 00:00:00 2001 From: mumian Date: Wed, 8 Mar 2017 10:22:24 -0500 Subject: [PATCH] update default vm size --- 101-hdinsight-secure-vnet/azuredeploy.json | 4 ++-- 101-hdinsight-secure-vnet/metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/101-hdinsight-secure-vnet/azuredeploy.json b/101-hdinsight-secure-vnet/azuredeploy.json index 3c04c1a5577e..b0be0f0141eb 100644 --- a/101-hdinsight-secure-vnet/azuredeploy.json +++ b/101-hdinsight-secure-vnet/azuredeploy.json @@ -195,7 +195,7 @@ "name":"headnode", "targetInstanceCount":2, "hardwareProfile":{ - "vmSize":"Standard_D3" + "vmSize":"Standard_D3_v2" }, "osProfile":{ "linuxOperatingSystemProfile":{ @@ -208,7 +208,7 @@ "name":"workernode", "targetInstanceCount":2, "hardwareProfile":{ - "vmSize":"Standard_D3" + "vmSize":"Standard_D3_v2" }, "osProfile":{ "linuxOperatingSystemProfile":{ diff --git a/101-hdinsight-secure-vnet/metadata.json b/101-hdinsight-secure-vnet/metadata.json index 2707bc56168b..37100589af94 100644 --- a/101-hdinsight-secure-vnet/metadata.json +++ b/101-hdinsight-secure-vnet/metadata.json @@ -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" }