I currently have an Azure Function which runs on a schedule dictated by a CRON expression in the function itself.
For business reasons I now want to have this Function run on an HTTP trigger, sent by a Logic App.
The problem is that I can't see how to schedule the Logic App using a CRON expression. The Logic App's Recurrence
mechanism permits me to specify a period based on one denomination of time, i.e. every x hours, minutes, etc.
Is it possible to specify, for example, the schedule described by this CRON expression:
0 30 0-5,13-23 * * 0-6