Skip to content

Commit ac4796f

Browse files
authored
public repo style edits
1 parent 11c662b commit ac4796f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ The following table provides the list of attributes needed to define a Tumbling
8585
8686
## Tumbling window self-dependency properties
8787

88-
In scenarios where the trigger should not proceed to next window until the previous window is successfully completed, build a self-dependency. A self-dependency trigger that is dependent on the success of earlier runs of itself within the previous hr will have the below properties:
88+
In scenarios where the trigger shouldn't proceed to the next window until the preceding window is successfully completed, build a self-dependency. A self-dependency trigger that's dependent on the success of earlier runs of itself within the preceding hour will have the properties indicated in the following code.
8989

9090
> [!NOTE]
91-
> It is recommended to only use tumbling window trigger self-dependency if your triggered pipeline relies on the output of pipelines in previous triggered windows. If you wish to limit parallel trigger runs, set the maximimum trigger concurrency
91+
> If your triggered pipeline relies on the output of pipelines in previously triggered windows, we recommend using only tumbling window trigger self-dependency. To limit parallel trigger runs, set the maximimum trigger concurrency.
9292
9393
```json
9494
{

0 commit comments

Comments
 (0)