Skip to content

Commit b9c0f34

Browse files
authored
Merge pull request #50368 from v-thpra/azure-triage-fix-1044260
Technical Review 1044260: Run parallel tasks in Azure Batch with the Azure CLI
2 parents d37a9a2 + 19e116b commit b9c0f34

18 files changed

+264
-263
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.introduction
3-
metadata:
4-
title: Introduction
5-
description: Introduction
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
ms.custom:
11-
- devx-track-azurecli
12-
title: Introduction
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/1-introduction.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.introduction
3+
metadata:
4+
title: Introduction
5+
description: Introduction
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
ms.custom:
11+
- devx-track-azurecli
12+
title: Introduction
13+
durationInMinutes: 3
14+
content: |
15+
[!include[](includes/1-introduction.md)]
16+
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.what-is-azure-batch
3-
metadata:
4-
title: What is Azure Batch?
5-
description: What is Azure Batch?
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
ms.custom:
11-
title: What is Azure Batch?
12-
durationInMinutes: 6
13-
content: |
14-
[!include[](includes/2-what-is-azure-batch.md)]
15-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.what-is-azure-batch
3+
metadata:
4+
title: What is Azure Batch?
5+
description: What is Azure Batch?
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
ms.custom:
11+
title: What is Azure Batch?
12+
durationInMinutes: 6
13+
content: |
14+
[!include[](includes/2-what-is-azure-batch.md)]
15+
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.design-an-azure-batch-job-to-run-parallel-task
3-
metadata:
4-
title: Design an Azure Batch job to run your parallel task
5-
description: Design an Azure Batch job to run your parallel task.
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
ms.custom:
11-
- devx-track-azurecli
12-
title: Design an Azure Batch job to run your parallel task
13-
durationInMinutes: 5
14-
content: |
15-
[!include[](includes/3-design-an-azure-batch-job-to-run-parallel-task.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.design-an-azure-batch-job-to-run-parallel-task
3+
metadata:
4+
title: Design an Azure Batch job to run your parallel task
5+
description: Design an Azure Batch job to run your parallel task.
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
ms.custom:
11+
- devx-track-azurecli
12+
title: Design an Azure Batch job to run your parallel task
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/3-design-an-azure-batch-job-to-run-parallel-task.md)]
16+
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.exercise-create-azure-batch-job-in-cli-to-run-parallel-task
3-
metadata:
4-
title: Exercise - Create an Azure Batch job in the CLI to run your parallel task
5-
description: Exercise - Create an Azure Batch job in the CLI to run your parallel task
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
ms.custom:
11-
- devx-track-azurecli
12-
title: Exercise - Create an Azure Batch job in the CLI to run your parallel task
13-
durationInMinutes: 7
14-
content: |
15-
[!include[](includes/4-exercise-create-azure-batch-job-in-cli-to-run-parallel-task.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.exercise-create-azure-batch-job-in-cli-to-run-parallel-task
3+
metadata:
4+
title: Exercise - Create an Azure Batch job in the CLI to run your parallel task
5+
description: Exercise - Create an Azure Batch job in the CLI to run your parallel task
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
ms.custom:
11+
- devx-track-azurecli
12+
title: Exercise - Create an Azure Batch job in the CLI to run your parallel task
13+
durationInMinutes: 7
14+
content: |
15+
[!include[](includes/4-exercise-create-azure-batch-job-in-cli-to-run-parallel-task.md)]
16+
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.exercise-monitor-azure-batch-job-in-cli
3-
metadata:
4-
title: Exercise - Monitor your Azure Batch job in the CLI
5-
description: Exercise - Monitor your Azure Batch job in the CLI
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
ms.custom:
11-
- devx-track-azurecli
12-
title: Exercise - Monitor your Azure Batch job in the CLI
13-
durationInMinutes: 6
14-
content: |
15-
[!include[](includes/5-exercise-monitor-azure-batch-job-in-cli.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.exercise-monitor-azure-batch-job-in-cli
3+
metadata:
4+
title: Exercise - Monitor your Azure Batch job in the CLI
5+
description: Exercise - Monitor your Azure Batch job in the CLI
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
ms.custom:
11+
- devx-track-azurecli
12+
title: Exercise - Monitor your Azure Batch job in the CLI
13+
durationInMinutes: 6
14+
content: |
15+
[!include[](includes/5-exercise-monitor-azure-batch-job-in-cli.md)]
16+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.introducing-batch-explorer
3-
metadata:
4-
title: Visualize batch jobs with the Batch Explorer
5-
description: Visualize batch jobs with the Batch Explorer
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
title: Visualize batch jobs with the Batch Explorer
11-
durationInMinutes: 4
12-
content: |
13-
[!include[](includes/6-introducing-batch-explorer.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.introducing-batch-explorer
3+
metadata:
4+
title: Visualize batch jobs with the Batch Explorer
5+
description: Visualize batch jobs with the Batch Explorer
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
title: Visualize batch jobs with the Batch Explorer
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/6-introducing-batch-explorer.md)]
14+
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.exercise-monitor-and-visualize-batch-job-in-batch-explorer
3-
metadata:
4-
title: Exercise - Monitor and visualize your batch job in Batch Explorer
5-
description: Exercise - Monitor and visualize your batch job in Batch Explorer
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
ms.custom:
11-
- devx-track-azurecli
12-
title: Exercise - Monitor and visualize your batch job in Batch Explorer
13-
durationInMinutes: 5
14-
content: |
15-
[!include[](includes/7-exercise-monitor-and-visualize-batch-job-in-batch-explorer.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.exercise-monitor-and-visualize-batch-job-in-batch-explorer
3+
metadata:
4+
title: Exercise - Monitor and visualize your batch job in Batch Explorer
5+
description: Exercise - Monitor and visualize your batch job in Batch Explorer
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
ms.custom:
11+
- devx-track-azurecli
12+
title: Exercise - Monitor and visualize your batch job in Batch Explorer
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/7-exercise-monitor-and-visualize-batch-job-in-batch-explorer.md)]
16+
Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.knowledge-check
3-
metadata:
4-
title: Module assessment
5-
description: Knowledge check
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
title: Module assessment
11-
durationInMinutes: 4
12-
quiz:
13-
title: Check your knowledge
14-
15-
questions:
16-
- content: "Once you create an Azure Batch account, what is the next step to take in the workflow of setting up tasks to run on Azure Batch?"
17-
choices:
18-
- content: "Sign in to the Batch account."
19-
isCorrect: true
20-
explanation: "Signing in to the created Batch account is a prerequisite before any other tasks can be performed."
21-
- content: "Create a pool of virtual nodes."
22-
isCorrect: false
23-
explanation: "This action is impossible without logging in first."
24-
- content: "Create a Batch job."
25-
isCorrect: false
26-
explanation: "This action is impossible without logging in first."
27-
- content: "Which component of Azure Batch allows tasks to be logically grouped together and have settings in common configured?"
28-
choices:
29-
- content: "Azure Batch account"
30-
isCorrect: false
31-
explanation: "A Batch account can't be a container for Batch tasks."
32-
- content: "Azure Batch pool"
33-
isCorrect: false
34-
explanation: "A Batch pool can't be a container for Batch tasks."
35-
- content: "Azure Batch job"
36-
isCorrect: true
37-
explanation: "An Azure Batch job allows tasks to be logically grouped together and have settings in common configured."
38-
- content: "What can Azure Batch Explorer be used for?"
39-
choices:
40-
- content: "Only application management and monitoring."
41-
isCorrect: false
42-
explanation: "You can also use the Azure Batch Explorer for application creation and debugging."
43-
- content: "Only application creation."
44-
isCorrect: false
45-
explanation: "You can also use the Azure Batch Explorer for application management, monitoring, and debugging."
46-
- content: "Application creation, management, monitoring, and debugging."
47-
isCorrect: true
48-
explanation: "Correct, you can use the Azure Batch Explorer for all four functions."
49-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.knowledge-check
3+
metadata:
4+
title: Module assessment
5+
description: Knowledge check
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
title: Module assessment
11+
durationInMinutes: 4
12+
quiz:
13+
title: Check your knowledge
14+
15+
questions:
16+
- content: "Once you create an Azure Batch account, what is the next step to take in the workflow of setting up tasks to run on Azure Batch?"
17+
choices:
18+
- content: "Sign in to the Batch account."
19+
isCorrect: true
20+
explanation: "Signing in to the created Batch account is a prerequisite before any other tasks can be performed."
21+
- content: "Create a pool of virtual nodes."
22+
isCorrect: false
23+
explanation: "This action is impossible without logging in first."
24+
- content: "Create a Batch job."
25+
isCorrect: false
26+
explanation: "This action is impossible without logging in first."
27+
- content: "Which component of Azure Batch allows tasks to be logically grouped together and have settings in common configured?"
28+
choices:
29+
- content: "Azure Batch account"
30+
isCorrect: false
31+
explanation: "A Batch account can't be a container for Batch tasks."
32+
- content: "Azure Batch pool"
33+
isCorrect: false
34+
explanation: "A Batch pool can't be a container for Batch tasks."
35+
- content: "Azure Batch job"
36+
isCorrect: true
37+
explanation: "An Azure Batch job allows tasks to be logically grouped together and have settings in common configured."
38+
- content: "What can Azure Batch Explorer be used for?"
39+
choices:
40+
- content: "Only application management and monitoring."
41+
isCorrect: false
42+
explanation: "You can also use the Azure Batch Explorer for application creation and debugging."
43+
- content: "Only application creation."
44+
isCorrect: false
45+
explanation: "You can also use the Azure Batch Explorer for application management, monitoring, and debugging."
46+
- content: "Application creation, management, monitoring, and debugging."
47+
isCorrect: true
48+
explanation: "Correct, you can use the Azure Batch Explorer for all four functions."
49+
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.summary
3-
metadata:
4-
title: Summary
5-
description: Summary
6-
ms.date: 04/04/2024
7-
author: lauradolan
8-
ms.author: jushiman
9-
ms.topic: unit
10-
ms.custom:
11-
- devx-track-azurecli
12-
title: Summary
13-
durationInMinutes: 5
14-
content: |
15-
[!include[](includes/9-summary.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.run-parallel-tasks-in-azure-batch-with-the-azure-cli.summary
3+
metadata:
4+
title: Summary
5+
description: Summary
6+
ms.date: 05/09/2025
7+
author: lauradolan
8+
ms.author: jushiman
9+
ms.topic: unit
10+
ms.custom:
11+
- devx-track-azurecli
12+
title: Summary
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/9-summary.md)]
16+

learn-pr/azure/run-parallel-tasks-in-azure-batch-with-the-azure-cli/includes/1-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ You can use Azure Batch to execute large-scale, high-intensity computation jobs
22

33
Imagine you're a software developer at a nonprofit organization whose mission is to give every human on the planet access to clean water. To reach this goal, every citizen is asked to take a picture of their water purification meter and text it to you. Each day, you have to scan pictures from more than 500,000 households and record each reading against the sender's phone number. The data is used to detect water-quality trends and to dispatch the mobile water-quality team to investigate the worst cases across each region. Time is of the essence, but processing each image with Optical Character Recognition (OCR) is time-intensive. With Azure Batch, you can scale out the amount of compute needed to handle this task on a daily basis, saving your nonprofit the expense of fixed resources.
44

5-
In this module, you'll learn about using Azure Batch to create and run parallel tasks with the Azure CLI, and how to use the CLI to check the status of Batch jobs and tasks. This module also describes how to use the standalone Batch Explorer tool to monitor ongoing jobs.
5+
In this module, you learn about using Azure Batch to create and run parallel tasks with the Azure CLI, and how to use the CLI to check the status of Batch jobs and tasks. This module also describes how to use the standalone Batch Explorer tool to monitor ongoing jobs.
66

7-
By the end of this module, you'll be able to create, execute, and monitor batch jobs.
7+
By the end of this module, you're able to create, execute, and monitor batch jobs.
88

99
## Learning objectives
1010

@@ -20,4 +20,4 @@ In this module, you will:
2020
- Familiarity with Azure and the Azure CLI
2121

2222
>[!IMPORTANT]
23-
>The exercises in this module are optional. To complete the exercises, you'll need your own Azure subscription.
23+
>The exercises in this module are optional. To complete the exercises, you need your own Azure subscription.

0 commit comments

Comments
 (0)