You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
To follow the instructions in this article, you need:
21
+
## Prerequisites
23
22
24
23
* 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.
26
25
27
26
### Resource Manager templates
27
+
28
28
A Resource Manager template makes it easy to create the following resources for your application in a single, coordinated operation:
29
29
* HDInsight clusters and their dependent resources (such as the default storage account).
30
30
* Other resources (such as Azure SQL Database to use [Apache Sqoop](https://sqoop.apache.org/)).
31
31
32
32
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.
33
33
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.
35
35
36
36
For more information about Resource Manager templates, see the following articles and examples:
37
37
@@ -54,21 +54,24 @@ You can deploy a Resource Manager template using Azure PowerShell. For more info
54
54
55
55
## Deploy using Azure CLI
56
56
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).
58
58
59
59
## Deploy using the REST API
60
+
60
61
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).
61
62
62
63
## Deploy with Visual Studio
64
+
63
65
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.
64
66
65
67
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).
66
68
67
69
## Troubleshoot
68
70
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).
70
72
71
73
## Next steps
74
+
72
75
In this article, you have learned several ways to create an HDInsight cluster. To learn more, see the following articles:
73
76
74
77
* For more HDInsight related templates, see [Azure quickstart templates](https://azure.microsoft.com/resources/templates/?term=hdinsight).
0 commit comments