
Azure
Demo WebJob Azure - CRON expressions
CRON expressions Azure Functions uses the NCronTab library to interpret CRON expressions. A CRON expression includes six fields: {second} {minute} {hour} {day} {month} {day-of-week} Each field can have one of the following types of values: Type Example When triggered A specific value 0 5 * * * * at hh:05:00 where hh