Skip to content

Commit a68e2c7

Browse files
committed
Add Lightbox to the images . . .
1 parent 2bb683b commit a68e2c7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/machine-learning/quickstart-spark-jobs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this quickstart guide, you'll learn how to submit a Spark job using Azure Mac
3030
1. Navigate to Azure Machine Learning studio UI.
3131
2. Select **Manage preview features** (megaphone icon) among the icons on the top right side of the screen.
3232
3. In **Managed preview feature** panel, toggle on **Run notebooks and jobs on managed Spark** feature.
33-
:::image type="content" source="media/quickstart-spark-jobs/how-to-enable-managed-spark-preview.png" alt-text="Screenshot showing option for enabling Managed Spark preview.":::
33+
:::image type="content" source="media/quickstart-spark-jobs/how-to-enable-managed-spark-preview.png" lightbox="media/quickstart-spark-jobs/how-to-enable-managed-spark-preview.png" alt-text="Expandable screenshot showing option for enabling Managed Spark preview.":::
3434

3535
# [CLI](#tab/cli)
3636
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
@@ -72,13 +72,13 @@ To assign appropriate roles to the user identity:
7272
1. Select **Access Control (IAM)** from the left panel.
7373
1. Select **Add role assignment**.
7474

75-
:::image type="content" source="media/quickstart-spark-jobs/storage-account-add-role-assignment.png" alt-text="Screenshot showing the Azure access keys screen.":::
75+
:::image type="content" source="media/quickstart-spark-jobs/storage-account-add-role-assignment.png" lightbox="media/quickstart-spark-jobs/storage-account-add-role-assignment.png" alt-text="Expandable screenshot showing the Azure access keys screen.":::
7676

7777
1. Search for the role **Storage Blob Data Contributor**.
7878
1. Select the role: **Storage Blob Data Contributor**.
7979
1. Select **Next**.
8080

81-
:::image type="content" source="media/quickstart-spark-jobs/add-role-assignment-choose-role.png" alt-text="Screenshot showing the Azure add role assignment screen.":::
81+
:::image type="content" source="media/quickstart-spark-jobs/add-role-assignment-choose-role.png" lightbox="media/quickstart-spark-jobs/add-role-assignment-choose-role.png" alt-text="Expandable screenshot showing the Azure add role assignment screen.":::
8282

8383
1. Select **User, group, or service principal**.
8484
1. Select **+ Select members**.
@@ -87,11 +87,11 @@ To assign appropriate roles to the user identity:
8787
1. Select the appropriate user identity.
8888
1. Select **Next**.
8989

90-
:::image type="content" source="media/quickstart-spark-jobs/add-role-assignment-choose-members.png" alt-text="Screenshot showing the Azure add role assignment screen Members tab.":::
90+
:::image type="content" source="media/quickstart-spark-jobs/add-role-assignment-choose-members.png" lightbox="media/quickstart-spark-jobs/add-role-assignment-choose-members.png" alt-text="Expandable screenshot showing the Azure add role assignment screen Members tab.":::
9191

9292
1. Select **Review + Assign**.
9393

94-
:::image type="content" source="media/quickstart-spark-jobs/add-role-assignment-review-and-assign.png" alt-text="Screenshot showing the Azure add role assignment screen review and assign tab.":::
94+
:::image type="content" source="media/quickstart-spark-jobs/add-role-assignment-review-and-assign.png" lightbox="media/quickstart-spark-jobs/add-role-assignment-review-and-assign.png" alt-text="Expandable screenshot showing the Azure add role assignment screen review and assign tab.":::
9595
1. Repeat steps 2-13 for **Contributor** role assignment.
9696

9797
Data in the Azure Data Lake Storage (ADLS) Gen 2 storage account should become accessible once the user identity has appropriate roles assigned.
@@ -135,13 +135,13 @@ The above script takes two arguments `--titanic_data` and `--wrangled_data`, whi
135135
# [Studio UI](#tab/studio-ui)
136136
First, upload the parameterized Python code `titanic.py` to the Azure Blob storage container for workspace default datastore `workspaceblobstore`. To submit a standalone Spark job using the Azure Machine Learning studio UI:
137137

138-
:::image type="content" source="media/quickstart-spark-jobs/create-standalone-spark-job.png" alt-text="Screenshot showing creation of a new Spark job in Azure Machine Learning studio UI.":::
138+
:::image type="content" source="media/quickstart-spark-jobs/create-standalone-spark-job.png" lightbox="media/quickstart-spark-jobs/create-standalone-spark-job.png" alt-text="Expandable screenshot showing creation of a new Spark job in Azure Machine Learning studio UI.":::
139139

140140
1. In the left pane, select **+ New**.
141141
2. Select **Spark job (preview)**.
142142
3. On the **Compute** screen:
143143

144-
:::image type="content" source="media/quickstart-spark-jobs/create-standalone-spark-job-compute.png" alt-text="Screenshot showing compute selection screen for a new Spark job in Azure Machine Learning studio UI.":::
144+
:::image type="content" source="media/quickstart-spark-jobs/create-standalone-spark-job-compute.png" lightbox="media/quickstart-spark-jobs/create-standalone-spark-job-compute.png" alt-text="Expandable screenshot showing compute selection screen for a new Spark job in Azure Machine Learning studio UI.":::
145145

146146
1. Under **Select compute type**, select **Spark automatic compute (Preview)** for Managed (Automatic) Spark compute.
147147
2. Select **Virtual machine size**. The following instance types are currently supported:

0 commit comments

Comments
 (0)