Azure Data Factory Triggers

If you have a set of pipelines that must be run on a specific timing with multiple recurrences daily, then triggers are very useful. Triggers are the ones that can associate with pipelines to run the job on specified timings. We can even set run parameters for each trigger; hence the same pipeline can be run using multiple triggers with a different set of run parameter values.

Azure Data Factory Triggers

Note. There are ADF serves us 4 types of triggers.

Scheduled Trigger

Tumbling Window Trigger

Storage Events Trigger

Custom Event Trigger