Skip to content

Commit 21b7ece

Browse files
authored
Merge pull request #96287 from dagiro/freshness57
freshness57
2 parents 95cf411 + 282f582 commit 21b7ece

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

articles/hdinsight/hdinsight-hadoop-create-linux-clusters-arm-templates.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
title: Create Apache Hadoop clusters using templates - Azure HDInsight
33
description: Learn how to create clusters for HDInsight by using Resource Manager templates
44
author: hrasheed-msft
5+
ms.author: hrasheed
56
ms.reviewer: jasonh
6-
77
ms.service: hdinsight
88
ms.custom: hdinsightactive
99
ms.topic: conceptual
10-
ms.date: 11/06/2018
11-
ms.author: hrasheed
12-
10+
ms.date: 11/18/2019
1311
---
12+
1413
# Create Apache Hadoop clusters in HDInsight by using Resource Manager templates
14+
1515
[!INCLUDE [selector](../../includes/hdinsight-create-linux-cluster-selector.md)]
1616

1717
In this article, you learn several ways to create Azure HDInsight clusters using Azure Resource Manager templates. For more information, see [Deploy an application with Azure Resource Manager template](../azure-resource-manager/resource-group-template-deploy.md). To learn about other cluster creation tools and features, click the tab selector on the top of this page or see [Cluster creation methods](hdinsight-hadoop-provision-linux-clusters.md#cluster-setup-methods).
1818

19-
## Prerequisites
2019
[!INCLUDE [delete-cluster-warning](../../includes/hdinsight-delete-cluster-warning.md)]
2120

22-
To follow the instructions in this article, you need:
21+
## Prerequisites
2322

2423
* An [Azure subscription](https://azure.microsoft.com/documentation/videos/get-azure-free-trial-for-testing-hadoop-in-hdinsight/).
25-
* Azure PowerShell and/or Azure Classic CLI.
24+
* Azure PowerShell and/or Azure CLI.
2625

2726
### Resource Manager templates
27+
2828
A Resource Manager template makes it easy to create the following resources for your application in a single, coordinated operation:
2929
* HDInsight clusters and their dependent resources (such as the default storage account).
3030
* Other resources (such as Azure SQL Database to use [Apache Sqoop](https://sqoop.apache.org/)).
3131

3232
In the template, you define the resources that are needed for the application. You also specify deployment parameters to input values for different environments. The template consists of JSON and expressions that you use to construct values for your deployment.
3333

34-
You can find HDInsight template samples at [Azure quickstart templates](https://azure.microsoft.com/resources/templates/?term=hdinsight). Use cross-platform [Visual Studio Code](https://code.visualstudio.com/#alt-downloads) with the [Resource Manager extension](https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools) or a text editor to save the template into a file on your workstation.
34+
You can find HDInsight template samples at [Azure quickstart templates](https://azure.microsoft.com/resources/templates/?term=hdinsight). Use cross-platform [Visual Studio Code](https://code.visualstudio.com/#alt-downloads) with the [Resource Manager extension](https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools) or a text editor to save the template into a file on your workstation.
3535

3636
For more information about Resource Manager templates, see the following articles and examples:
3737

@@ -54,21 +54,24 @@ You can deploy a Resource Manager template using Azure PowerShell. For more info
5454

5555
## Deploy using Azure CLI
5656

57-
You can deploy a Resource Manager template using classic CLI. For more information, see [Deploy resources with Resource Manager templates and Azure CLI](../azure-resource-manager/resource-group-template-deploy-cli.md) and [Deploy private Resource Manager template with SAS token and Azure CLI](../azure-resource-manager/resource-manager-cli-sas-token.md).
57+
You can deploy a Resource Manager template using Azure CLI. For more information, see [Deploy resources with Resource Manager templates and Azure CLI](../azure-resource-manager/resource-group-template-deploy-cli.md) and [Deploy private Resource Manager template with SAS token and Azure CLI](../azure-resource-manager/resource-manager-cli-sas-token.md).
5858

5959
## Deploy using the REST API
60+
6061
You can deploy a Resource Manager template using REST API. For more information, see [Deploy resources with Resource Manager templates and Resource Manager REST API](../azure-resource-manager/resource-group-template-deploy-rest.md).
6162

6263
## Deploy with Visual Studio
64+
6365
Use Visual Studio to create a resource group project and deploy it to Azure through the user interface. You select the type of resources to include in your project. Those resources are automatically added to the Resource Manager template. The project also provides a PowerShell script to deploy the template.
6466

6567
For an introduction to using Visual Studio with resource groups, see [Creating and deploying Azure resource groups through Visual Studio](../azure-resource-manager/vs-azure-tools-resource-groups-deployment-projects-create-deploy.md).
6668

6769
## Troubleshoot
6870

69-
If you run into issues with creating HDInsight clusters, see [access control requirements](hdinsight-hadoop-create-linux-clusters-portal.md).
71+
If you run into issues with creating HDInsight clusters, see [access control requirements](hdinsight-hadoop-customize-cluster-linux.md#access-control).
7072

7173
## Next steps
74+
7275
In this article, you have learned several ways to create an HDInsight cluster. To learn more, see the following articles:
7376

7477
* For more HDInsight related templates, see [Azure quickstart templates](https://azure.microsoft.com/resources/templates/?term=hdinsight).

0 commit comments

Comments
 (0)