Is it possible to use a Timer trigger to run an Azure function 2 days before end of month?
I tried 0 0 0 L-2 * *
, but it is not allowed.
Invalid Cron Expression.
When I use https://crontab.cronhub.io/ with my cron expression, I get my expected result At 12:00 AM, 2 days before the last day of the month
.