Skip to content

Commit 859a49b

Browse files
committed
2 parents 5873882 + f38679c commit 859a49b

10 files changed

+54
-72
lines changed

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

Lines changed: 52 additions & 70 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: 10/14/2022
11+
ms.date: 11/08/2022
1212
---
1313

1414
# Manage Azure Data Factory studio preview experience
@@ -54,12 +54,12 @@ There are two ways to enable preview experiences.
5454
* [Data preview](#data-preview)
5555

5656
[**Pipeline experimental view**](#pipeline-experimental-view)
57-
* [Adding activities](#adding-activities)
58-
* [Iteration & conditionals container view](#iteration-and-conditionals-container-view)
57+
* [Dynamic content flyout](#dynamic-content-flyout)
5958

6059
[**Monitoring experimental view**](#monitoring-experimental-view)
61-
* [Simplified default monitoring view](#simplified-default-monitoring-view)
6260
* [Error message relocation to Status column](#error-message-relocation-to-status-column)
61+
* [Hierarchy view](#hierarchy-view)
62+
* [Simplified default monitoring view](#simplified-default-monitoring-view)
6363

6464
### Dataflow data-first experimental view
6565

@@ -111,86 +111,79 @@ Columns can be rearranged by dragging a column by its header. You can also sort
111111

112112
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.
113113

114-
#### Adding activities to the canvas
115-
116-
> [!NOTE]
117-
> This experience is now available in the default ADF settings.
118-
119-
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.
120-
121-
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.
122-
123-
:::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.":::
124-
125-
#### Iteration and conditionals container view
126-
127-
> [!NOTE]
128-
> This experience is now available in the default ADF settings.
129-
130-
You can now view the activities contained iteration and conditional activities.
131-
132-
:::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.":::
114+
#### Dynamic content flyout
133115

134-
##### Adding Activities
116+
A new flyout has been added to make it easier to set dynamic content in your pipeline activities without having to use the expression builder. The dynamic content flyout is currently supported in these activities and settings:
135117

136-
You have two options to add activities to your iteration and conditional activities.
118+
| **Activity** | **Setting name** |
119+
| --- | --- |
120+
| Azure Function | Function Name |
121+
| Databricks-Notebook | Notebook path |
122+
| Databricks-Jar | Main class name |
123+
| Databricks-Python | Python file |
124+
| Fail | Fail message |
125+
| Fail | Error code |
126+
| Web | Url |
127+
| Webhook | Url |
128+
| Wait | Wait time in seconds |
129+
| Filter | Items |
130+
| Filter | Conditions |
131+
| ForEach | Items |
132+
| If/Switch/Until | Expression |
133+
134+
In supported activities, you will see an icon next to the setting. Clicking this will open up the flyout where you can choose your dynamic content.
135+
136+
:::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.":::
137+
138+
:::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.":::
137139

138-
1. Use the + button in your container to add an activity.
140+
### Monitoring experimental view
139141

140-
:::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.":::
141-
142-
Clicking this button will bring up a drop-down list of all activities that you can add.
142+
UI (user interfaces) changes have been made to the monitoring page. These changes were made to simplify and streamline your monitoring experience.
143+
The monitoring experience remains the same as detailed [here](monitor-visually.md), except for items detailed below.
143144

144-
:::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.":::
145-
146-
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.
145+
#### Error message relocation to Status column
147146

148-
:::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.":::
147+
To make it easier for you to view errors when you see a **Failed** pipeline run, error messages have been relocated to the **Status** column.
149148

150-
> [!NOTE]
151-
> If your container includes more than 5 activities, only the first 4 will be shown in the container preview.
149+
Find the error icon in the pipeline monitoring page and in the pipeline **Output** tab after debugging your pipeline.
152150

153-
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.
151+
:::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.":::
154152

155-
:::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.":::
153+
:::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.":::
156154

157-
:::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.":::
158-
159-
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.
155+
#### Hierarchy view
160156

161-
:::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.":::
162-
163-
:::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.":::
164-
165-
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.
157+
When monitoring your pipeline run, you have the option to enable the hierarchy view, which will provide a consolidated view of the activities that ran.
158+
This view is available in the output of your pipeline debug run and in the detailed monitoring view found in the monitoring tab.
166159

167-
##### Adjusting activity size
160+
##### How to enable the hierarchy view in pipeline debug output
168161

169-
Your containerized activities can be viewed in two sizes. In the expanded size, you will be able to see all the activities in the container.
162+
In the **Output** tab in your pipeline, there is a new dropdown to select your monitoring view.
170163

171-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-23.png" alt-text="Screenshot of a ForEach activity with nest activities shown in a container view.":::
164+
:::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.":::
172165

173-
To save space on your canvas, you can also collapse the containerized view using the **Minimize** arrows found in the top right corner of the activity.
166+
Select **Hierarchy** to see the new hierarchy view. If you have iteration or conditional activities, the nested activities will be grouped under parent activity.
174167

175-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-24.png" alt-text="Screenshot of a containerized ForEach activity with option to minimize highlighted in the top right corner.":::
168+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-36.png" alt-text="Screenshot of the hierarchy monitoring view.":::
176169

177-
This will shrink the activity size and hide the nested activities.
170+
Click the button next to the iteration or conditional activity to collapse the nested activities for a more consolidated view.
178171

179-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-25.png" alt-text="Screenshot of a minimized ForEach activity.":::
172+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-37.png" alt-text="Screenshot of the hierarchy monitoring collapsed view.":::
180173

181-
If you have multiple container activities, you can save time by collapsing or expanding all activities at once by right clicking on the canvas. This will bring up the option to hide all nested activities.
174+
##### How to enable the hierarchy view in pipeline monitoring
182175

183-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-26.png" alt-text="Screenshot of the drop-down list on editor canvas with the option to Hide nested activities highlighted.":::
176+
In the detailed view of your pipeline run, there is a new dropdown to select your monitoring view next to the Status filter.
184177

185-
Click **Hide nested activities** to collapse all containerized activities. To expand all the activities, click **Show nested activities**, found in the same list of canvas options.
178+
:::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.":::
186179

187-
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-27.png" alt-text="Screenshot of all minimized nested activities on the canvas.":::
180+
Select **Hierarchy** to see the new hierarchy view. If you have iteration or conditional activities, the nested activities will be grouped under parent activity.
188181

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

190-
### Monitoring experimental view
184+
Click the button next to the iteration or conditional activity to collapse the nested activities for a more consolidated view.
191185

192-
UI (user interfaces) changes have been made to the monitoring page. These changes were made to simplify and streamline your monitoring experience.
193-
The monitoring experience remains the same as detailed [here](monitor-visually.md), except for items detailed below.
186+
:::image type="content" source="media/how-to-manage-studio-preview-exp/data-factory-preview-exp-40.png" alt-text="Screenshot of the collapsed hierarchy monitoring view.":::
194187

195188
#### Simplified default monitoring view
196189

@@ -211,7 +204,6 @@ The default monitoring view has been simplified with fewer default columns. You
211204
| Error | If the pipeline failed, the run error |
212205
| Run ID | ID of the pipeline run |
213206

214-
215207
You can edit your default view by clicking **Edit Columns**.
216208

217209
:::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.":::
@@ -220,16 +212,6 @@ Add columns by clicking **Add column** or remove columns by clicking the trashca
220212

221213
:::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.":::
222214

223-
#### Error message relocation to Status column
224-
225-
Error messages have now been relocated to the **Status** column. This will allow you to easily view errors when you see a **Failed** pipeline run.
226-
227-
Find the error icon in the pipeline monitoring page and in the pipeline **Output** tab after debugging your pipeline.
228-
229-
:::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.":::
230-
231-
:::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.":::
232-
233215
## Provide feedback
234216

235217
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.
45.4 KB
Loading
107 KB
Loading
62.6 KB
Loading
241 KB
Loading
101 KB
Loading
60.1 KB
Loading
177 KB
Loading
57.6 KB
Loading

articles/virtual-machines/trusted-launch-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Sign in to Azure using `az login`.
203203
az login
204204
```
205205

206-
Create an image definition with TrustedLaunch security type
206+
Create an image definition with `TrustedLaunch` security type
207207

208208
```azurecli-interactive
209209
az sig image-definition create --resource-group MyResourceGroup --location eastus \
@@ -341,7 +341,7 @@ For VMs created with trusted launch enabled, you can view the trusted launch con
341341

342342
:::image type="content" source="media/trusted-launch/overview-properties.png" alt-text="Screenshot of the Trusted Launch properties of the VM.":::
343343

344-
To change the trusted launch configuration, in the left menu, select**Configuration**under the**Settings** section. You can enable or disable Secure Boot and vTPM from the Trusted LaunchSecurity type section. Select Save at the top of the page when you are done.
344+
To change the trusted launch configuration, in the left menu, under the**Settings**section, select**Configuration**. You can enable or disable Secure Boot and vTPM from the **Security type** section. Select **Save** at the top of the page when you are done.
345345

346346
:::image type="content" source="media/trusted-launch/update.png" alt-text="Screenshot showing check boxes to change the Trusted Launch settings.":::
347347

0 commit comments

Comments
 (0)