azureazure-batch

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


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?


Solution

  • 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.