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/data-factory/how-to-manage-studio-preview-exp.md
+25-26Lines changed: 25 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
8
8
ms.subservice: tutorials
9
9
ms.topic: tutorial
10
10
ms.custom: seo-lt-2019
11
-
ms.date: 06/23/2022
11
+
ms.date: 06/27/2022
12
12
---
13
13
14
14
# Manage Azure Data Factory studio preview experience
@@ -23,7 +23,7 @@ There are two ways to enable preview experiences.
23
23
24
24
1. In the banner seen at the top of the screen, you can click **Open settings to learn more and opt in**.
25
25
26
-
:::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 Optin option in a banner at the top of the screen.":::
26
+
:::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.":::
27
27
28
28
2. Alternatively, you can click the **Settings** button.
29
29
@@ -41,7 +41,7 @@ There are two ways to enable preview experiences.
41
41
42
42
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**.
43
43
44
-
:::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 Optout option in a banner at the top of the screen and Settings gear in the top right corner of the screen.":::
44
+
:::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.":::
45
45
46
46
> [!NOTE]
47
47
> Enabling/disabling preview updates will discard any unsaved changes.
@@ -55,7 +55,7 @@ There are two ways to enable preview experiences.
@@ -73,7 +73,7 @@ If no transformation is selected, the panel will show the pre-existing data flow
73
73
74
74
#### Transformation settings
75
75
76
-
Settings specific to a transformation will now show in a popup instead of the configuration panel. With each new transformation, a corresponding pop-up will automatically appear.
76
+
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.
77
77
78
78
:::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.":::
79
79
@@ -93,54 +93,53 @@ Columns can be rearranged by dragging a column by its header. You can also sort
93
93
94
94
UI (user interface) changes have been made to activities in the pipeline editor canvas. These changes were made to simplify and streamline the pipeline creation process.
95
95
96
-
97
96
#### Adding activities
98
97
99
-
You now have the option to add an activity using the add button in the bottom right corner of an activity in the pipeline editor canvas. Clicking the button will open a drop-down list of all activities that you can add.
98
+
You now have the option to add an activity using the Add button in the bottom right corner of an activity in the pipeline editor canvas. Clicking the button will open a drop-down list of all activities that you can add.
100
99
101
100
Select an activity by using the search box or scrolling through the listed activities. The selected activity will be added to the canvas and automatically linked with the previous activity on success.
102
101
103
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-10.png" alt-text="Screenshot of new pipeline activity adding experience with a dropdown list to select activities.":::
102
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-10.png" alt-text="Screenshot of new pipeline activity adding experience with a drop-down list to select activities.":::
104
103
105
-
#### ForEach activity container
104
+
#### Iteration and conditionals container view
106
105
107
-
You can now view the activities contained in your ForEach activity.
106
+
You can now view the activities contained iteration and conditional activities.
108
107
109
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-11.png" alt-text="Screenshot of new ForEach activity container.":::
108
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-11.png" alt-text="Screenshot of all iteration and conditional activity containers.":::
110
109
111
-
You have two options to add activities to your ForEach loop.
110
+
You have two options to add activities to your iteration and conditional activities.
112
111
113
-
1. Use the + button in your ForEach container to add an activity.
112
+
1. Use the + button in your container to add an activity.
114
113
115
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-12.png" alt-text="Screenshot of new ForEach activity container with the add button highlighted on the left side of the center of the screen.":::
114
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-12.png" alt-text="Screenshot of new activity container with the add button highlighted on the left side of the center of the screen.":::
116
115
117
116
Clicking this button will bring up a drop-down list of all activities that you can add.
118
117
119
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-13.png" alt-text="Screenshot of a drop-down list in the ForEach container with all the activities listed.":::
118
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-13.png" alt-text="Screenshot of a drop-down list in the activity container with all the activities listed.":::
120
119
121
-
Select an activity by using the search box or scrolling through the listed activities. The selected activity will be added to the canvas inside of the ForEach container.
120
+
Select an activity by using the search box or scrolling through the listed activities. The selected activity will be added to the canvas inside of the container.
122
121
123
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-14.png" alt-text="Screenshot of the ForEach container with three activities in the center of the container.":::
122
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-14.png" alt-text="Screenshot of the container with three activities in the center of the container.":::
124
123
125
124
> [!NOTE]
126
-
> If your ForEach container includes more than 5 activities, only the first 4 will be shown in the container preview.
125
+
> If your container includes more than 5 activities, only the first 4 will be shown in the container preview.
127
126
128
-
2. Use the edit button in your ForEach container to see everything within the container. You can use the canvas to edit or add to your pipeline.
127
+
2. Use the edit button in your container to see everything within the container. You can use the canvas to edit or add to your pipeline.
129
128
130
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-15.png" alt-text="Screenshot of the ForEach container with the edit button highlighted on the right side of a box in the center of the screen.":::
129
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-15.png" alt-text="Screenshot of the container with the edit button highlighted on the right side of a box in the center of the screen.":::
131
130
132
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-16.png" alt-text="Screenshot of the inside of the ForEach container with three activities linked together.":::
131
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-16.png" alt-text="Screenshot of the inside of the container with three activities linked together.":::
133
132
134
-
Add additional activities by dragging new activities to the canvas or click the add button on the rightmost activity to bring up a drop-down list of activities.
133
+
Add additional activities by dragging new activities to the canvas or click the add button on the right-most activity to bring up a drop-down list of all activities.
135
134
136
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-17.png" alt-text="Screenshot of the Add activity button in the bottom left corner of the rightmost activity.":::
135
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-17.png" alt-text="Screenshot of the Add activity button in the bottom left corner of the right-most activity.":::
137
136
138
-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-18.png" alt-text="Screenshot of the drop-down list of activities in the rightmost activity.":::
137
+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-18.png" alt-text="Screenshot of the drop-down list of activities in the right-most activity.":::
139
138
140
-
Select an activity by using the search box or scrolling through the listed activities. The selected activity will be added to the canvas inside of the ForEach container.
139
+
Select an activity by using the search box or scrolling through the listed activities. The selected activity will be added to the canvas inside of the container.
141
140
142
141
## Provide feedback
143
142
144
-
We want to hear from you! If you see this pop-up, please provide feedback, and let us know your thoughts.
143
+
We want to hear from you! If you see this pop-up, please let us know your thoughts by providing feedback on the updates you've tested.
145
144
146
145
:::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.":::
0 commit comments