In Chapter 10, you explored how to deploy Azure Data Factory resources into published factory environments. You tested running one or more published pipelines by executing them manually from the ADF UX – in this chapter, you will explore how pipelines can be executed automatically using triggers.
A schedule trigger runs at configured dates and times.
An event-based trigger runs when a file is created or deleted in Azure blob storage.
A tumbling window trigger ...