I have an ADF pipeline which need to run every 4 hours in Central European Time zone.
I figured out how to set the trigger to run the pipeline.
But, I don’t know to make it run just on Weekdays?
I don’t want to run the pipeline on Weekends.
How to make it run every 4 hours just from Mondays thru Fridays?
2
Answers
You could try setting the recurrence to every 1 week and then set the days and hours you want the pipeline to run.
Here is how you can schedule a Trigger on Weekdays:
Step 1: After you set the Time zone. in the recurence drop down Set every 1 and set it Week(s).
Step 2: Once set the recurence to Week(s) in the advanced recurence options you can select the day(s) you wanna run.
Step 3: As you mentioned you want to schedule the trigger for every 4 Hour(s) you can mention the timings that you want to Run the trigger.
Note: Make sure to "Publish" for trigger to be activated after clicking "OK"