Skip to content

Commit f59e400

Browse files
authored
Merge pull request #259643 from rkottackal/basic-ui
Update quickstart-create-cluster.md
2 parents 6ff8e8e + 4d00153 commit f59e400

8 files changed

Lines changed: 16 additions & 10 deletions

File tree

1.68 MB
Loading
701 KB
Loading
882 KB
Loading

articles/hdinsight-aks/quickstart-create-cluster.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create cluster pool and cluster
33
description: Creating a cluster pool and cluster in HDInsight on AKS.
44
ms.service: hdinsight-aks
55
ms.topic: quickstart
6-
ms.date: 08/29/2023
6+
ms.date: 12/11/2023
77
---
88

99
# Create cluster pool and cluster
@@ -99,9 +99,22 @@ Ensure that you have completed the [subscription prerequisites](prerequisites-su
9999
> [!TIP]
100100
> For troubleshooting any deployment errors, you can refer this [page](./create-cluster-error-dictionary.md).
101101
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+
102104
## Create a cluster
105+
There are three ways to create an Azure HDInsight on AKS cluster from the Azure portal:
106+
- Search and create “Azure HDInsight on AKS cluster” from the marketplace.
107+
- 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+
- 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+
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+
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.
114+
115+
:::image type="content" source="./media/quickstart-create-cluster/basic-mode.png" alt-text="Diagram showing basic mode of cluster creation." border="true" lightbox="./media/quickstart-create-cluster/basic-mode.png":::
103116

104-
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.
117+
- If you wish to have more flexibility to customize the cluster configurations, toggle “Use advanced configuration” to On.
105118

106119
> [!IMPORTANT]
107120
> For creating a cluster in a new cluster pool, assign AKS agentpool MSI "Managed Identity Operator" role on the user-assigned managed identity created as part of resource prerequisites.

articles/hdinsight-aks/spark/create-spark-cluster.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ You can use the Azure portal to create an Apache Spark cluster in cluster pool.
2020

2121
This step opens the cluster create page.
2222

23-
:::image type="content" source="./media/create-spark-cluster/create-cluster-basic-page-1.png" alt-text="Screenshot showing create cluster basic page 1." border="true" lightbox="./media/create-spark-cluster/create-cluster-basic-page-1.png":::
24-
25-
:::image type="content" source="./media/create-spark-cluster/create-cluster-basic-page-2.png" alt-text="Screenshot showing create cluster basic page 2." border="true" lightbox="./media/create-spark-cluster/create-cluster-basic-page-2.png":::
26-
27-
:::image type="content" source="./media/create-spark-cluster/create-cluster-basic-page-3.png" alt-text="Screenshot showing create cluster basic page 3." border="true" lightbox="./media/create-spark-cluster/create-cluster-basic-page-3.png":::
23+
:::image type="content" source="./media/create-spark-cluster/create-cluster-basic-page.png" alt-text="Screenshot showing create cluster basic page." border="true" lightbox="./media/create-spark-cluster/create-cluster-basic-page.png":::
2824

2925
|Property | Description |
3026
|-|-|
@@ -45,8 +41,6 @@ You can use the Azure portal to create an Apache Spark cluster in cluster pool.
4541
|SQL admin username |Enter the SQL admin username|
4642
|Key vault |From the drop-down list, select the Key Vault, which contains a secret with password for SQL admin username|
4743
|SQL password secret name |Enter the secret name from the Key Vault where the SQL DB password is stored|
48-
|Virtual Network |Virtual Network is prepopulated as selected during the time of cluster pool creation|
49-
|Subnet|Subnet is pre populated|
5044

5145
> [!NOTE]
5246
> * Currently HDInsight support only MS SQL Server databases.
1.94 MB
Loading
1010 KB
Loading

articles/hdinsight-aks/trino/trino-create-cluster.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Once the cluster pool deployment completes, continue to use the Azure portal to
3333

3434
1. On the specific cluster pool page, click **+ New cluster** at the top left and then provide the following information:
3535

36-
:::image type="content" source="./media/trino-create-cluster/trino-create-cluster-basic-details.png" alt-text="Screenshot showing basic tab of create Trino cluster.":::
3736
:::image type="content" source="./media/trino-create-cluster/trino-create-cluster-more-basic-details.png" alt-text="Screenshot showing more details of basic tab of create Trino cluster.":::
3837

3938
| Property| Description|

0 commit comments

Comments
 (0)