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
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/quickstart-create-cluster.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create cluster pool and cluster
3
3
description: Creating a cluster pool and cluster in HDInsight on AKS.
4
4
ms.service: hdinsight-aks
5
5
ms.topic: quickstart
6
-
ms.date: 11/30/2023
6
+
ms.date: 12/11/2023
7
7
---
8
8
9
9
# Create cluster pool and cluster
@@ -102,15 +102,15 @@ Ensure that you have completed the [subscription prerequisites](prerequisites-su
102
102
Once the cluster pool deployment completes, continue to use the Azure portal to create a [Trino](./trino/trino-create-cluster.md#create-a-trino-cluster), [Flink](./flink/flink-create-cluster-portal.md#create-an-apache-flink-cluster), and [Spark](./spark/hdinsight-on-aks-spark-overview.md) cluster.
103
103
104
104
## Create a cluster
105
-
There are 3 ways to create an Azure HDInsight on AKS cluster from the Azure portal:
105
+
There are three ways to create an Azure HDInsight on AKS cluster from the Azure portal:
106
106
1. Search and create “Azure HDInsight on AKS cluster” from the marketplace.
107
107
1. Search and select “Azure HDInsight on AKS clusters” in the Azure portal to create cluster from the page listing all HDInsight on AKS clusters.
108
-
1. Create cluster by selecting New in the Overview page of an existing cluster pool. In this option you have 2 ways of creating clusters.
109
-
- Create cluster by providing minimum number of inputs by not using advanced configuration. This option prefills the pre-requisite configuration fields with smart defaults and auto-creates mandatory resources.
108
+
1. Create cluster by selecting New in the Overview page of an existing cluster pool. In this option you have two ways of creating clusters.
109
+
- Create cluster by providing minimum number of inputs by not using advanced configuration. This option prefills the prerequisite configuration fields with smart defaults and autocreates mandatory resources.
110
110
111
-
Virtual Machine SKU size is pre-filled with the least costing recommended SKU. In the absence of any recommended SKU, it will be pre-filled with the SKU with the least vCores and maximum quota available at the time of cluster creation. The cluster would be created with a default constant number of 5 nodes. Flink and Trino clusters would have 2 head nodes while Spark clusters would have 3 head nodes.
111
+
Virtual Machine SKU size is prefilled with the least costing recommended SKU. In the absence of any recommended SKU, it is prefilled with the SKU with the least vCores and maximum quota available at the time of cluster creation. The cluster would be created with a default constant number of five nodes. Flink and Trino clusters would have two head nodes while Spark clusters would have three head nodes.
112
112
113
-
The user assigned managed identity and storage account will be auto-created in the managed resource group. You can review the configurations of the cluster which would be created on the Review+create tab. Once you click Create, “The Deployment is in progress” page is displayed while the cluster is being created. A message that "Your deployment is complete" would be displayed once the cluster is fully deployed and ready for use.
113
+
The user assigned managed identity and storage account will be autocreated in the managed resource group. You can review the configurations of the cluster, which would be created on the Review+create tab. Once you click Create, “The Deployment is in progress” page is displayed while the cluster is being created. A message that "Your deployment is complete" would be displayed once the cluster is fully deployed and ready for use.
0 commit comments