Skip to content

Commit c4327a7

Browse files
committed
Add screen shots
1 parent af31147 commit c4327a7

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

articles/batch/batch-job-schedule.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,38 @@ To manage a job using the Azure CLI, see [az batch job-schedule](/cli/azure/batc
2020
1. Select the Batch account you want to schedule jobs in.
2121
1. In the left navigation pane, select **Job schedules**.
2222
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+
2326
1. Under **Basic form**, enter the following information:
2427
- **Job schedule ID**: A unique identifier for this job schedule.
2528
- **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:
2633
- **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.
2734
- **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.
2835
- **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.
2936
- **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.
3037

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.":::
3239

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**.
3542
- **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:
3647
- **Display name**: This name is optional and doesn't have to be unique. It has a maximum length of 1024 characters.
3748
- **Priority**: Use the slider to set a priority for the job, or enter a value in the box.
3849
- **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.
3950
- **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.
4051
- **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).
4152
- **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.
4253

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.":::
4455

4556
1. Select **Save** to create your job schedule.
4657

15.6 KB
Loading
-8.82 KB
Loading
-9.36 KB
Loading
14.8 KB
Loading
22.9 KB
Loading

0 commit comments

Comments
 (0)