Skip to content

Commit 115a03f

Browse files
authored
Move demo video up in the doc
1 parent de5e672 commit 115a03f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/tumbling-window-trigger-dependency.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This article provides steps to create a dependency on a tumbling window trigger.
2020

2121
In order to build a dependency chain and make sure that a trigger is executed only after the successful execution of another trigger in the data factory, use this advanced feature to create a tumbling window dependency.
2222

23+
For a demonstration on how to create dependent pipelines in your Azure Data Factory using tumbling window trigger, watch the following video:
24+
25+
> [!VIDEO https://channel9.msdn.com/Shows/Azure-Friday/Create-dependent-pipelines-in-your-Azure-Data-Factory/player]
26+
2327
## Create a dependency in the Data Factory UI
2428

2529
To create dependency on a trigger, select **Trigger > Advanced > New**, and then choose the trigger to depend on with the appropriate offset and size. Select **Finish** and publish the data factory changes for the dependencies to take effect.
@@ -143,10 +147,6 @@ A daily job with no gaps in the output streams of the job:
143147

144148
![Self-dependency example](media/tumbling-window-trigger-dependency/tumbling-window-dependency06.png "Self-dependency example")
145149

146-
For a demonstration on how to create dependent pipelines in your Azure Data Factory using tumbling window trigger, watch the following video:
147-
148-
> [!VIDEO https://channel9.msdn.com/Shows/Azure-Friday/Create-dependent-pipelines-in-your-Azure-Data-Factory/player]
149-
150150
## Monitor dependencies
151151

152152
You can monitor the dependency chain and the corresponding windows from the trigger run monitoring page. Navigate to **Monitoring > Trigger Runs**. Under the actions column, you can rerun the trigger or view its dependencies.

0 commit comments

Comments
 (0)