Forum Discussion
How to setup ADF Trigger for every quarter
We have a scenario where we want to schedule ADF pipeline to trigger 15th of every first month in quarter. I can see only available option on ADF triggers are up to monthly only.
Fixed this issue by using:
1. Created a schedule that will execute 15th of every month
2. Parent pipeline will trigger an if condition to check if current month is Jan/Apr/Jul/Oct
3. If #2 condition pass then it will call the child pipeline which is the actual pipeline that I want to execute.
1 Reply
- prastogiCopper Contributor
Fixed this issue by using:
1. Created a schedule that will execute 15th of every month
2. Parent pipeline will trigger an if condition to check if current month is Jan/Apr/Jul/Oct
3. If #2 condition pass then it will call the child pipeline which is the actual pipeline that I want to execute.