Skip to content

Commit e478922

Browse files
Merge pull request #297963 from ssabat/patch-6
Update concepts-pipeline-execution-triggers.md
2 parents 582b1ea + 0c8811c commit e478922

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/data-factory/concepts-pipeline-execution-triggers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,7 @@ The following table provides a comparison of the tumbling window trigger and sch
396396

397397
## Event-based trigger
398398

399-
An event-based trigger runs pipelines in response to an event. There are two flavors of event-based triggers.
400-
From behavior perspective, if you stop and start an event based trigger, it resumes old trigger pattern which may result in unwanted trigger of the pipeline. In this case, you should delete and create new event based trigger. The new trigeer starts fresh without history.
399+
An event-based trigger runs pipelines in response to an event. From behavior perspective, if you stop and start an event-based trigger, it resumes old trigger pattern which may result in unwanted trigger of the pipeline. In this case, you should delete and create new event based trigger. The new trigger starts fresh without history. There are two flavors of event-based triggers.
401400

402401
* _Storage event trigger_ runs a pipeline against events happening in a Storage account, such as the arrival of a file, or the deletion of a file in Azure Blob Storage account.
403402
* _Custom event trigger_ processes and handles [custom articles](../event-grid/custom-topics.md) in Event Grid

0 commit comments

Comments
 (0)