Šablony rychlého zprovoznění Azure jsou aktuálně dostupné v angličtině.
This template allows you to create a HDInsight cluster with TLS protocol enforced to 1.2 or newer.
Tuto šablonu Azure Resource Manageru (ARM) vytvořil člen komunity a ne Microsoft. Licenci na každou šablonu ARM vám na základě licenční smlouvy uděluje její vlastník, ne Microsoft. Za šablony ARM poskytované a licencované členy komunity nenese Microsoft žádnou odpovědnost ani neprověřuje jejich zabezpečení, kompatibilitu nebo výkon. Šablony ARM komunity nejsou podporované v rámci žádné služby nebo programu podpory Microsoftu a jsou dostupné TAK JAK JSOU, bez jakékoliv záruky.
Parametry
Název parametru | Popis |
---|---|
clusterName | The name of the cluster to create. |
clusterVersion | The HDInsight version to deploy. |
headNodeSize | The VM size of the head nodes. |
workerNodeSize | The VM size of the worker nodes. |
workerNodeCount | The number of worker nodes in the cluster. |
clusterLoginUserName | These credentials can be used to submit jobs to the cluster and to log into cluster dashboards. |
clusterLoginPassword | The password must be at least 10 characters in length and must contain at least one digit, one upper case letter, one lower case letter, and one non-alphanumeric character except (single-quote, double-quote, backslash, right-bracket, full-stop). Also, the password must not contain 3 consecutive characters from the cluster username or SSH username. |
sshUserName | These credentials can be used to remotely access the cluster. |
sshPassword | SSH password must be 6-72 characters long and must contain at least one digit, one upper case letter, and one lower case letter. It must not contain any 3 consecutive characters from the cluster login name |
existingClusterStorageResourceGroup | The resource group name of the storage account to use as the cluster's default storage. |
existingClusterStorageAccountName | The name of the storage account to use as the cluster's default storage. |
newOrExistingClusterStorageContainerName | The name of the storage container to use. |
existingVirtualNetworkResourceGroup | The existing virtual network resource group name. |
existingVirtualNetworkName | The existing virtual network name. |
existingVirtualNetworkSubnetName | The existing virtual network subnet name. |
location | Location for all resources. |
Použití šablony
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstalace a konfigurace Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.hdinsight/hdinsight-minimum-tls/azuredeploy.json
Příkazový řádek
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstalace a konfigurace rozhraní Azure Cross-Platform Command-Line Interface
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.hdinsight/hdinsight-minimum-tls/azuredeploy.json