Home > Mobile >  How do i set up my job schedule in Azure batch account with different timedelta?
How do i set up my job schedule in Azure batch account with different timedelta?

Time:11-10

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.

  • Related