I have Created python azure webjob which I want to trigger twice - 1st is daily @2 am and second is every Saturday @ 4 am.
How can I achieve this in a single cron expression?
Below is my current cron expression file looks like:
{"schedule":"0 0 14 * * *"}