Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How many types of triggers are supported by Azure Data Factory?
Home
Azure Data Factory
How many types of triggers are supported by Azure Data Factory?
asked
Jun 12, 2022
in
Azure Data Factory
by
SakshiSharma
How many types of triggers are supported by Azure Data Factory?
triggers
azure-data-factory
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 12, 2022
by
SakshiSharma
Following are the three types of triggers that Azure Data Factory supports:
Tumbling Window Trigger:
The Tumbling Window Trigger executes the Azure Data Factory pipelines over cyclic intervals. It is also used to maintain the state of the pipeline.
Event-based Trigger:
The Event-based Trigger creates a response to any event related to blob storage. These can be created when you add or delete blob storage.
Schedule Trigger:
The Schedule Trigger executes the Azure Data Factory pipelines that follow the wall clock timetable.
...