I want my job can run at the first day of each mouth,but in azure batch account i only set up a fixed timedelta(Recurrence interval),how can i set up?
CodePudding user response:
Precise cron style jobs are not an option with Job Schedules. Controls are limited to the following documented properties. You will need to use a different trigger mechanism.
This is an active feedback item.