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 ADF Studio – in this chapter, you will explore how pipelines can be executed automatically using triggers.
A trigger defines conditions for pipeline execution based either on defined dates and times or in response to specified external events. A trigger is associated with zero or more data factory pipelines. When the conditions for a trigger’s ...