Skip to content

Commit a903164

Browse files
authored
Merge pull request #111892 from kromerm/adfdocsmark
Updated monitoring video and new videos
2 parents 66e5c91 + e0a896b commit a903164

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/data-factory/concepts-data-flow-monitoring.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: douglasl
77
ms.service: data-factory
88
ms.topic: conceptual
99
ms.custom: seo-lt-2019
10-
ms.date: 10/07/2019
10+
ms.date: 04/17/2020
1111
---
1212

1313
# Monitor Data Flows
@@ -28,6 +28,10 @@ When you are in the graphical node monitoring view, you will see a simplified vi
2828

2929
![Data Flow Monitoring](media/data-flow/mon003.png "Data Flow Monitoring")
3030

31+
Here is a video overview of monitoring performance of your data flows from the ADF monitoring screen:
32+
33+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4u4mH]
34+
3135
## View Data Flow Execution Plans
3236

3337
When your Data Flow is executed in Spark, Azure Data Factory determines optimal code paths based on the entirety of your data flow. Additionally, the execution paths may occur on different scale-out nodes and data partitions. Therefore, the monitoring graph represents the design of your flow, taking into account the execution path of your transformations. When you click on individual nodes, you will see "groupings" that represent code that was executed together on the cluster. The timings and counts that you see represent those groups as opposed to the individual steps in your design.

articles/data-factory/data-flow-tutorials.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: djpmsft
55
ms.author: daperlov
66
ms.service: data-factory
77
ms.topic: tutorial
8-
ms.date: 03/24/2020
8+
ms.date: 04/17/2020
99
---
1010

1111
# Mapping data flow video tutorials
@@ -108,6 +108,8 @@ As updates are constantly made to the product, some features have added or diffe
108108

109109
[Dynamically optimize data flow cluster size at runtime](https://www.youtube.com/watch?v=jWSkJdtiJNM)
110110

111+
[Optimize data flow start-up times](https://www.youtube.com/watch?v=VT_2ZV3a7Fc)
112+
111113
## Mapping data flow scenarios
112114

113115
[Fuzzy lookups](http://youtu.be/7gdwExjHBbw)

0 commit comments

Comments
 (0)