Issue
I want to trigger a timer function in Azure between two sets of days 1-5, 25-30. How do I set the cron expression for this.
Solution
I want to trigger a timer function in Azure between two sets of days 1-5, 25-30. How do I set the cron expression for this.
We have the best tool to get the CRON Expressions for our required timers/sets along with their explanation.
The following code triggers between 1-5 and 25-30 in the month.
CRON Expression Explanation:
For more information, please refer this CRON Expression Generator Tool.
Answered By - HariKrishnaRajoli-MT Answer Checked By - Robin (WPSolving Admin)