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
1. Search for the role **Storage Blob Data Contributor**.
78
78
1. Select the role: **Storage Blob Data Contributor**.
79
79
1. Select **Next**.
80
80
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.":::
82
82
83
83
1. Select **User, group, or service principal**.
84
84
1. Select **+ Select members**.
@@ -87,11 +87,11 @@ To assign appropriate roles to the user identity:
87
87
1. Select the appropriate user identity.
88
88
1. Select **Next**.
89
89
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.":::
91
91
92
92
1. Select **Review + Assign**.
93
93
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.":::
95
95
1. Repeat steps 2-13 for **Contributor** role assignment.
96
96
97
97
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
135
135
# [Studio UI](#tab/studio-ui)
136
136
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:
137
137
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.":::
139
139
140
140
1. In the left pane, select **+ New**.
141
141
2. Select **Spark job (preview)**.
142
142
3. On the **Compute** screen:
143
143
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.":::
145
145
146
146
1. Under **Select compute type**, select **Spark automatic compute (Preview)** for Managed (Automatic) Spark compute.
147
147
2. Select **Virtual machine size**. The following instance types are currently supported:
0 commit comments