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