Skip to content

Commit d9edf70

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Improved Correctness Score
1 parent 1c1b86c commit d9edf70

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/hdinsight-aks/hdinsight-on-aks-autoscale-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The default value is set to **180 seconds**
127127

128128
:::image type="content" source="./media/hdinsight-on-aks-autoscale-clusters/add-permissions-concept-step-5.png" alt-text="Screenshot showing how to add role assignment." border="true" lightbox="./media/hdinsight-on-aks-autoscale-clusters/add-permissions-concept-step-5.png":::
129129

130-
1. Select the **add role assignment**,
130+
1. Select **add role assignment**,
131131
1. Assignment type: Privileged administrator roles
132132
1. Role: **Owner** or **Contributor**
133133
1. Members: Choose Managed identity and select the **User-assigned managed identity**, which was given during cluster creation phase.

articles/hdinsight-aks/manage-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can view the cluster details in the "Overview" blade of your cluster. It pro
3636
|Resource group| The resource group in which cluster is created.|
3737
|Cluster pool name| Cluster pool name inside which the cluster is created.|
3838
|Cluster type| The type of the cluster such as Spark, Trino, or Flink.|
39-
|HDInsight on AKS version| HDInsight on AKS cluster version. For more information. see [versioning](./versions.md).|
39+
|HDInsight on AKS version| HDInsight on AKS cluster version. For more information, see [versioning](./versions.md).|
4040
|Cluster endpoint| The endpoint of the cluster.|
4141
|Cluster package| Component versions associated with the cluster.|
4242
|Subscription details| Subscription name and subscription ID.|

articles/hdinsight-aks/manage-script-actions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This article explains how you can provision script actions when you create an HD
1212

1313
## Use a script action during cluster creation using Azure portal
1414

15-
1. Upload the script action in a `ADLS/WASB` storage(does not have to be the primary cluster storage). In this example we will consider an `ADLS` storage.
15+
1. Upload the script action in a `ADLS/WASB` storage(doesn't have to be the primary cluster storage). In this example we consider an `ADLS` storage.
1616
To upload a script into your storage, navigate into the target storage and the container where you want to upload it.
1717

18-
:::image type="content" source="./media/manage-script-actions/upload-script-action-1.png" alt-text="Screenshot showing the how to select container." border="true" lightbox="./media/manage-script-actions/upload-script-action-1.png":::
18+
:::image type="content" source="./media/manage-script-actions/upload-script-action-1.png" alt-text="Screenshot showing how to select container." border="true" lightbox="./media/manage-script-actions/upload-script-action-1.png":::
1919

2020
1. To upload a script into your storage, navigate into the target storage and the container. Click on the upload button and select the script from your local drive.
21-
After the script gets uploaded you should be able to see it in the container(see below image).
21+
After the script gets uploaded you should be able to see it in the container(see following image).
2222

2323
:::image type="content" source="./media/manage-script-actions/upload-script-action-2.png" alt-text="Screenshot showing how to upload the script." border="true" lightbox="./media/manage-script-actions/upload-script-action-2.png":::
2424

@@ -30,7 +30,7 @@ This article explains how you can provision script actions when you create an HD
3030

3131
This action opens the Script Action window. Provide the following details:
3232

33-
:::image type="content" source="./media/manage-script-actions/manage-script-action-add-step-2.png" alt-text="Screenshot showing the Add Script action window opens in the Azure portal.":::
33+
:::image type="content" source="./media/manage-script-actions/manage-script-action-add-step-2.png" alt-text="Screenshot showing how to add Script action window opens in the Azure portal.":::
3434

3535
|Property|Description|
3636
|-|-|
@@ -43,7 +43,7 @@ This article explains how you can provision script actions when you create an HD
4343
:::image type="content" source="./media/manage-script-actions/manage-script-action-add-node-type-step-3.png" alt-text="Screenshot showing the list of services where to the apply the script actions." border="true" lightbox="./media/manage-script-actions/manage-script-action-add-node-type-step-3.png":::
4444

4545
> [!NOTE]
46-
> * All the Script Actions will be persisted.
46+
> * All the Script Actions persisted.
4747
> * Script actions are available only for Apache Spark cluster type.
4848
4949
1. Select ‘OK’ to save the script.

0 commit comments

Comments
 (0)