You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-job-schedule.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,27 +20,38 @@ To manage a job using the Azure CLI, see [az batch job-schedule](/cli/azure/batc
20
20
1. Select the Batch account you want to schedule jobs in.
21
21
1. In the left navigation pane, select **Job schedules**.
22
22
1. Select **Add** to create a new job schedule.
23
+
24
+
:::image type="content" source="media/batch-job-schedule/add-job-schedule.png" alt-text="Screenshot of the Add button for job schedules.":::
25
+
23
26
1. Under **Basic form**, enter the following information:
24
27
-**Job schedule ID**: A unique identifier for this job schedule.
25
28
-**Display name**: This name is optional and doesn't have to be unique. It has a maximum length of 1024 characters.
29
+
30
+
:::image type="content" source="media/batch-job-schedule/add-job-schedule-01.png" alt-text="Screenshot of the Basic form section of the job schedule options.":::
31
+
32
+
1. In the **Schedule** section, enter the following information:
26
33
-**Do not run until**: Specifies the earliest time the job will run. If you don't set this, the schedule becomes ready to run jobs immediately.
27
34
-**Do not run after**: No jobs will run after the time you enter here. If you don't specify a time, then you're creating a recurring job schedule, which remains active until you explicitly terminate it.
28
35
-**Recurrence interval**: Select **Enabled** if you want to specify the amount of time between jobs. You can have only one job at a time scheduled, so if it's time to create a new job under a job schedule but the previous job is still running, the Batch service won't create the new job until the previous job finishes.
29
36
-**Start window**: Select **Custom** if you'd like to specify the time interval within which a job must be created. If a job isn't created within this window, no new job will be created until the next recurrence of the schedule.
30
37
31
-
:::image type="content" source="media/batch-job-schedule/add-job-schedule-02.png" alt-text="Screenshot of the Add job schedule options in the Azure portal.":::
38
+
:::image type="content" source="media/batch-job-schedule/add-job-schedule-02.png" alt-text="Screenshot of the Schedule section of the job schedule options.":::
32
39
33
-
1.At the bottom of the basic form, specify the pool where you want the job to run. To choose from a list of pools in your Batch account, select **Update**.
34
-
1. Along with the **Pool ID**, enter the following information:
40
+
1.In the **Job Specification** section, enter the following information:
41
+
-**Pool ID**: Select the pool where you want the job to run. To choose from a list of pools in your Batch account, select **Update**.
35
42
-**Job configuration task**: Select **Update** to name and configure the job manager task, as well as the job preparation task and job release tasks, if you're using them.
43
+
44
+
:::image type="content" source="media/batch-job-schedule/add-job-schedule-03.png" alt-text="Screenshot of the job specification options for a new job schedule.":::
45
+
46
+
1. In the **Advanced settings** section, enter the following information:
36
47
-**Display name**: This name is optional and doesn't have to be unique. It has a maximum length of 1024 characters.
37
48
-**Priority**: Use the slider to set a priority for the job, or enter a value in the box.
38
49
-**Max wall clock time**: Select **Custom** if you want to set a maximum amount of time for the job to run. If you do so, Batch will terminate the job if it doesn't complete within that time frame.
39
50
-**Max task retry count**: Select **Custom** if you want to specify the number of times a task can be retried, or **Unlimited** if you want the task to be tried for as many times as is needed. This isn't the same as the number of retries an API call might have.
40
51
-**When all tasks complete**: The default is *NoAction*, but you can select *TerminateJob* if you prefer to terminate the job when all tasks have been completed (or if there are no tasks in the job).
41
52
-**When a task fails**: A task fails if the retry count is exhausted or there's an error when starting the task. The default is *NoAction*, but you can select *PerformExitOptionsJobAction* if you prefer to take the action associated with the task's exit condition if it fails.
42
53
43
-
:::image type="content" source="media/batch-job-schedule/add-job-schedule-03.png" alt-text="Screenshot of the job specification options for a new job schedule in the Azure portal.":::
54
+
:::image type="content" source="media/batch-job-schedule/add-job-schedule-04.png" alt-text="Screenshot of the Advanced settings for a new job schedule.":::
0 commit comments