i have C# Timer Trigger Azure function, which i want to trigger at specific dates of every month. what should be the cron expression for it?
e.g. : trigger job at 8th and 20th date of each month.
i have C# Timer Trigger Azure function, which i want to trigger at specific dates of every month. what should be the cron expression for it?
e.g. : trigger job at 8th and 20th date of each month.