0

I have built a package for ADF IR. Cool. Proud of it. Now I want to schedule it for every hour between 06:00 and 20:00. I can see no way in ADF to schedule it as such. What I did now is schedule the package for hourly execution. The IR is started at 06:00 and stopped at 20:00, effectively running hourly between 06:00 and 20:00.

However, in the near future I will be running other packages at night so I will be needing my runtime at night. And then it will run my package that should only run between 06:00 and 20:00.

Am I missing something in the schedule options? How can I run my package run hourly between 06:00 and 20:00 without having to start and stop my runtime?

Henrov
  • 1,610
  • 1
  • 24
  • 52

1 Answers1

1

ADF's recurrence pattern is not that robust, but you can leverage Logic Apps to manage the trigger. Here is another answer where I discussed this recently.

Joel Cochran
  • 7,139
  • 2
  • 30
  • 43