Skip to content

Commit 261264d

Browse files
authored
Merge pull request #203008 from n0elleli/previewexp
Previewexp
2 parents 383611a + 5e1f2c5 commit 261264d

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

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

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: tutorials
99
ms.topic: tutorial
1010
ms.custom: seo-lt-2019
11-
ms.date: 06/23/2022
11+
ms.date: 06/27/2022
1212
---
1313

1414
# Manage Azure Data Factory studio preview experience
@@ -23,7 +23,7 @@ There are two ways to enable preview experiences.
2323

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

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.":::
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.":::
2727

2828
2. Alternatively, you can click the **Settings** button.
2929

@@ -41,7 +41,7 @@ There are two ways to enable preview experiences.
4141

4242
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**.
4343

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.":::
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.":::
4545

4646
> [!NOTE]
4747
> Enabling/disabling preview updates will discard any unsaved changes.
@@ -55,7 +55,7 @@ There are two ways to enable preview experiences.
5555

5656
[**Pipeline experimental view**](#pipeline-experimental-view)
5757
* [Adding activities](#adding-activities)
58-
* [ForEach activity container](#foreach-activity-container)
58+
* [Iteration & conditionals container view](#iteration-and-conditionals-container-view)
5959

6060
### Dataflow data first experimental view
6161

@@ -73,7 +73,7 @@ If no transformation is selected, the panel will show the pre-existing data flow
7373

7474
#### Transformation settings
7575

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.
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.
7777

7878
:::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.":::
7979

@@ -93,54 +93,53 @@ Columns can be rearranged by dragging a column by its header. You can also sort
9393

9494
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.
9595

96-
9796
#### Adding activities
9897

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.
10099

101100
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.
102101

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 drop down 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.":::
104103

105-
#### ForEach activity container
104+
#### Iteration and conditionals container view
106105

107-
You can now view the activities contained in your ForEach activity.
106+
You can now view the activities contained iteration and conditional activities.
108107

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.":::
110109

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.
112111

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.
114113

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.":::
116115

117116
Clicking this button will bring up a drop-down list of all activities that you can add.
118117

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.":::
120119

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.
122121

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.":::
124123

125124
> [!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.
127126
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.
129128

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.":::
131130

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.":::
133132

134-
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 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.
135134

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 right most 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.":::
137136

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 right most 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.":::
139138

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.
141140

142141
## Provide feedback
143142

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.
145144

146145
:::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.":::
52.3 KB
Loading

0 commit comments

Comments
 (0)