I want to achieve below requirement - Say I have a trigger named RunBatchJob
Weekdays: Monday - Friday I want to schedule this trigger to run on below times: Recurrence -> Every 5 Minutes between 06:00AM until 10:00 PM Recurrence -> Every 30 Minutes between 10:01 PM until 05:59 AM
Weekends: Saturday, Sunday I want to schedule this trigger to run on below times: Recurrence -> Every 10 Minutes between 06:00AM until 10:00 PM Recurrence -> Every 1 Hour between 10:01 PM until 05:59 AM
This used to be particularly easy on SQL server jobs, can anyone please advise me how to do it on ADF?