ADF- Define dynamic triggers

1.4k views Asked by At

I created a scheduled trigger which executes an ADF pipeline in our development environment. The trigger runs at 4AM on a daily basis.

I now want to release this process into our test ADF environment but the trigger should kick of at 6AM on a daily basis.

I cant find a method of dynamically changing these values based on environment.

Has anyone come across a solution for this?

1

There are 1 answers

1
Mutaz-MSFT On BEST ANSWER

Changing trigger settings can be achieved by using ADF utils and custom parameters definitions file, I included an example in this post: https://www.mutazag.com/blog/code/tutorial/ADF-custom-paramaters/#changing-trigger-settings