Skip to content

Commit bfdbf24

Browse files
authored
Update concepts-pipeline-execution-triggers.md
Updated event behavior trigger.
1 parent 7339e9a commit bfdbf24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: weetok
77
ms.reviewer: jburchel
88
ms.subservice: orchestration
99
ms.topic: conceptual
10-
ms.date: 02/13/2025
10+
ms.date: 04/08/2025
1111
ms.custom: synapse
1212
---
1313

@@ -396,13 +396,15 @@ 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.
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.
400401

401402
* _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.
402403
* _Custom event trigger_ processes and handles [custom articles](../event-grid/custom-topics.md) in Event Grid
403404

404405
For more information about event-based triggers, see [Storage Event Trigger](how-to-create-event-trigger.md) and [Custom Event Trigger](how-to-create-custom-event-trigger.md).
405406

407+
406408
## Related content
407409

408410
See the following tutorials:

0 commit comments

Comments
 (0)