I have an Azure web job and want to set it to run every 15 minutes in the morning session and every 30 minutes in the evening session
I'm deploying my web job using Visual Studio and I already have my settings.job file. My problem is that when I set up to run every 15 or 30 minutes, it works perfectly, but I really wants to run every 15 minutes in the morning session and every 30 minutes in the evening session.
Thanks in Advance
I'm assuming you are using CRON expressions. I don't know if you can give one app two different schedules. But you could deploy the app twice with a different schedule for each.
Morning schedule
Evening schedule
These schedule are untested, but I think they look about right