Skip to content

Commit 958a9af

Browse files
authored
Update how-to-manage-studio-preview-exp.md
updating image names
1 parent 39c1793 commit 958a9af

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

articles/data-factory/how-to-manage-studio-preview-exp.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ There are two ways to enable preview experiences.
2121

2222
1. In the banner seen at the top of the screen, you can click **Open settings to learn more and opt in**.
2323

24-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-1.png" alt-text="Screenshot of Azure Data Factory home page with an Opt-in option in a banner at the top of the screen.":::
24+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-1.png" alt-text="Screenshot of Azure Data Factory home page with an Opt-in option in a banner at the top of the screen.":::
2525

2626
2. Alternatively, you can click the **Settings** button.
2727

28-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-2.png" alt-text="Screenshot of Azure Data Factory home page highlighting Settings gear in top right corner.":::
28+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-2.png" alt-text="Screenshot of Azure Data Factory home page highlighting Settings gear in top right corner.":::
2929

3030
After opening **Settings**, you'll see an option to turn on **Azure Data Factory Studio preview update**.
3131

32-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-3.png" alt-text="Screenshot of Settings panel highlighting button to turn on Azure Data Factory Studio preview update.":::
32+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-3.png" alt-text="Screenshot of Settings panel highlighting button to turn on Azure Data Factory Studio preview update.":::
3333

3434
Toggle the button so that it shows **On** and click **Apply**.
3535

36-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-4.png" alt-text="Screenshot of Settings panel showing Azure Data Factory Studio preview update turned on and the Apply button in the bottom left corner.":::
36+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-4.png" alt-text="Screenshot of Settings panel showing Azure Data Factory Studio preview update turned on and the Apply button in the bottom left corner.":::
3737

3838
Your data factory refreshes to show the preview features.
3939

4040
Similarly, you can disable preview features with the same steps. Click **Open settings to opt out** or click the **Settings** button and unselect **Azure Data Factory Studio preview update**.
4141

42-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-5.png" alt-text="Screenshot of Azure Data Factory home page with an Opt-out option in a banner at the top of the screen and Settings gear in the top right corner of the screen.":::
42+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-5.png" alt-text="Screenshot of Azure Data Factory home page with an Opt-out option in a banner at the top of the screen and Settings gear in the top right corner of the screen.":::
4343

4444
> [!NOTE]
4545
> Enabling/disabling preview updates will discard any unsaved changes.
@@ -76,38 +76,38 @@ To see the data-first experimental view, you need to follow these steps to enabl
7676
7777
In your data flow editor, you can find several canvas tools on the right side like the **Search** tool, **Zoom** tool, and **Multi-select** tool.
7878

79-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-28.png" alt-text="Screenshot of the data flow editing canvas.":::
79+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-28.png" alt-text="Screenshot of the data flow editing canvas.":::
8080

8181
You'll see a new icon under the **Multi-select** tool. This is how you can toggle between the **Classic** and the **Data-first** views.
8282

83-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-29.png" alt-text="Screenshot of data flow canvas options with button to switch views highlighted.":::
83+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-29.png" alt-text="Screenshot of data flow canvas options with button to switch views highlighted.":::
8484

8585
#### Configuration panel
8686

8787
The configuration panel for transformations has now been simplified. Previously, the configuration panel showed settings specific to the selected transformation.
8888
Now, for each transformation, the configuration panel will only have **Data Preview** that will automatically refresh when changes are made to transformations.
8989

90-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-6.png" alt-text="Screenshot of the configuration panel with only a Data preview tab.":::
90+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-6.png" alt-text="Screenshot of the configuration panel with only a Data preview tab.":::
9191

9292
If no transformation is selected, the panel will show the pre-existing data flow configurations: **Parameters** and **Settings**.
9393

9494
#### Transformation settings
9595

9696
Settings specific to a transformation will now show in a pop-up instead of the configuration panel. With each new transformation, a corresponding pop-up will automatically appear.
9797

98-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-7.png" alt-text="Screenshot of a pop-up with settings specific to the data flow transformation.":::
98+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-7.png" alt-text="Screenshot of a pop-up with settings specific to the data flow transformation.":::
9999

100100
You can also find the settings by clicking the gear button in the top right corner of the transformation activity.
101101

102-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-8.png" alt-text="Screenshot of a data flow source transformation with the settings gear in the top right corner highlighted.":::
102+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-8.png" alt-text="Screenshot of a data flow source transformation with the settings gear in the top right corner highlighted.":::
103103

104104
#### Data preview
105105

106106
If debug mode is on, **Data Preview** in the configuration panel will give you an interactive snapshot of the data at each transform.
107107
**Data preview** now includes Elapsed time (seconds) to show how long your data preview took to load.
108108
Columns can be rearranged by dragging a column by its header. You can also sort columns using the arrows next to the column titles and you can export data preview data using **Export to CSV** on the banner above column headers.
109109

110-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-9.png" alt-text="Screenshot of Data preview with Export button in the top right corner of the banner and Elapsed Time highlighted in the bottom left corner of the screen.":::
110+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-9.png" alt-text="Screenshot of Data preview with Export button in the top right corner of the banner and Elapsed Time highlighted in the bottom left corner of the screen.":::
111111

112112
### CI/CD experimental view
113113

@@ -117,15 +117,15 @@ You now have the option to enable **Auto Save** when you have a Git repository c
117117

118118
To enable **Auto save**, click the toggle button found in the top banner of your screen.
119119

120-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-42.png" alt-text="Screenshot of the Auto Save toggle button in the top banner of the screen.":::
120+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-42.png" alt-text="Screenshot of the Auto Save toggle button in the top banner of the screen.":::
121121

122122
Review the pop-up and click **Yes**.
123123

124-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-43.png" alt-text="Screenshot of the Auto Save confirmation pop-up.":::
124+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-43.png" alt-text="Screenshot of the Auto Save confirmation pop-up.":::
125125

126126
When **Auto Save** is enabled, the toggle button shows as blue.
127127

128-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-44.png" alt-text="Screenshot of the enabled Auto Save toggle button in the top banner of the screen.":::
128+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-44.png" alt-text="Screenshot of the enabled Auto Save toggle button in the top banner of the screen.":::
129129

130130
### Pipeline experimental view
131131

@@ -153,23 +153,23 @@ A new flyout has been added to make it easier to set dynamic content in your pip
153153

154154
In supported activities, you'll see an icon next to the setting. Clicking this icon opens up the flyout where you can choose your dynamic content.
155155

156-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-32.png" alt-text="Screenshot of the new dynamic content flyout icon.":::
156+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-32.png" alt-text="Screenshot of the new dynamic content flyout icon.":::
157157

158-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-33.png" alt-text="Screenshot of the new dynamic content flyout with dynamic content options to choose.":::
158+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-33.png" alt-text="Screenshot of the new dynamic content flyout with dynamic content options to choose.":::
159159

160160
#### Linked service for Web activity
161161

162162
There are new settings available for the Web activity.
163163

164164
By default, the **Connection type** will be set to **Inline**, but you can choose to select **Linked service**. Doing so allows you to reference a REST linked service for authentication purposes.
165165

166-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-45.png" alt-text="Screenshot of the new Web activity settings.":::
166+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-45.png" alt-text="Screenshot of the new Web activity settings.":::
167167

168168
After selecting **Linked service**, use the drop-down menu to select an existing linked service or click **New** to create a new linked service.
169169

170-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-46.png" alt-text="Screenshot of the Web activity settings with Linked service selected.":::
170+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-46.png" alt-text="Screenshot of the Web activity settings with Linked service selected.":::
171171

172-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-47.png" alt-text="Screenshot of the fly-out for setting up a new linked service.":::
172+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-47.png" alt-text="Screenshot of the fly-out for setting up a new linked service.":::
173173

174174

175175
### Monitoring experimental view
@@ -186,9 +186,9 @@ To make it easier for you to view errors when you see a **Failed** pipeline run,
186186

187187
Find the error icon in the pipeline monitoring page and in the pipeline **Output** tab after debugging your pipeline.
188188

189-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-31.png" alt-text="Screenshot of the new error message location in pipeline debug output.":::
189+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-31.png" alt-text="Screenshot of the new error message location in pipeline debug output.":::
190190

191-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-30.png" alt-text="Screenshot of the new error message location in pipeline monitoring details.":::
191+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-30.png" alt-text="Screenshot of the new error message location in pipeline monitoring details.":::
192192

193193
#### Container view
194194

@@ -202,35 +202,35 @@ This view is available in the output of your pipeline debug run and in the detai
202202

203203
In the **Output** tab in your pipeline, there's a new dropdown to select your monitoring view.
204204

205-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-35.png" alt-text="Screenshot of the drop-down menu to select the monitoring view.":::
205+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-35.png" alt-text="Screenshot of the drop-down menu to select the monitoring view.":::
206206

207207
Select **Hierarchy** to see the new hierarchy view. If you have iteration or conditional activities, the nested activities are grouped under the parent activity.
208208

209-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-36.png" alt-text="Screenshot of the container monitoring view.":::
209+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-36.png" alt-text="Screenshot of the container monitoring view.":::
210210

211211
Click the button next to the iteration or conditional activity to collapse the nested activities for a more consolidated view.
212212

213-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-37.png" alt-text="Screenshot of the container monitoring collapsed view.":::
213+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-37.png" alt-text="Screenshot of the container monitoring collapsed view.":::
214214

215215
##### How to enable the container view in pipeline monitoring
216216

217217
In the detailed view of your pipeline run, there's a new dropdown to select your monitoring view next to the Status filter.
218218

219-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-38.png" alt-text="Screenshot of the drop-down menu to select the monitoring view in pipeline monitoring view.":::
219+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-38.png" alt-text="Screenshot of the drop-down menu to select the monitoring view in pipeline monitoring view.":::
220220

221221
Select **Container** to see the new container view. If you have iteration or conditional activities, the nested activities are grouped under the parent activity.
222222

223-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-39.png" alt-text="Screenshot of the container monitoring view in pipeline monitoring.":::
223+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-39.png" alt-text="Screenshot of the container monitoring view in pipeline monitoring.":::
224224

225225
Click the button next to the iteration or conditional activity to collapse the nested activities for a more consolidated view.
226226

227-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-40.png" alt-text="Screenshot of the collapsed container monitoring view.":::
227+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-40.png" alt-text="Screenshot of the collapsed container monitoring view.":::
228228

229229
#### Simplified default monitoring view
230230

231231
The default monitoring view has been simplified with fewer default columns. You can add/remove columns if you’d like to personalize your monitoring view. Changes to the default will be cached.
232232

233-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-20.png" alt-text="Screenshot of the new default column view on the monitoring page.":::
233+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-20.png" alt-text="Screenshot of the new default column view on the monitoring page.":::
234234

235235
**Default columns**
236236

@@ -247,21 +247,21 @@ The default monitoring view has been simplified with fewer default columns. You
247247

248248
You can edit your default view by clicking **Edit Columns**.
249249

250-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-21.png" alt-text="Screenshot of the Edit Columns button in the center of the top row.":::
250+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-21.png" alt-text="Screenshot of the Edit Columns button in the center of the top row.":::
251251

252252
Add columns by clicking **Add column** or remove columns by clicking the trashcan icon.
253253

254-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-22.png" alt-text="Screenshot of the Add column button and trashcan icon to edit column view.":::
254+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-22.png" alt-text="Screenshot of the Add column button and trashcan icon to edit column view.":::
255255

256256
You can also now view **Pipeline run details** in a new pane in the detailed pipeline monitoring view by clicking **View run detail**.
257257

258-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-41.png" alt-text="Screenshot of the new Pipeline run details pane in the detailed monitoring view.":::
258+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-41.png" alt-text="Screenshot of the new Pipeline run details pane in the detailed monitoring view.":::
259259

260260
## Provide feedback
261261

262262
We want to hear from you! If you see this pop-up, let us know your thoughts by providing feedback on the updates you tested.
263263

264-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-19.png" alt-text="Screenshot of the feedback survey where user can select between one and five stars.":::
264+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-experience-19.png" alt-text="Screenshot of the feedback survey where user can select between one and five stars.":::
265265

266266

267267
## Related content

0 commit comments

Comments
 (0)