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/hdinsight-on-aks-autoscale-clusters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ The default value is set to **180 seconds**
127
127
128
128
:::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":::
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/manage-script-actions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ This article explains how you can provision script actions when you create an HD
12
12
13
13
## Use a script action during cluster creation using Azure portal
14
14
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.
16
16
To upload a script into your storage, navigate into the target storage and the container where you want to upload it.
17
17
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":::
19
19
20
20
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).
22
22
23
23
:::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":::
24
24
@@ -30,7 +30,7 @@ This article explains how you can provision script actions when you create an HD
30
30
31
31
This action opens the Script Action window. Provide the following details:
32
32
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.":::
34
34
35
35
|Property|Description|
36
36
|-|-|
@@ -43,7 +43,7 @@ This article explains how you can provision script actions when you create an HD
43
43
:::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":::
44
44
45
45
> [!NOTE]
46
-
> * All the Script Actions will be persisted.
46
+
> * All the Script Actions persisted.
47
47
> * Script actions are available only for Apache Spark cluster type.
0 commit comments