Skip to content

Commit 292ea3f

Browse files
committed
add screenshot
1 parent ca3f0c7 commit 292ea3f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

articles/batch/batch-job-prep-release.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ await myBatchClient.JobOperations.TerminateJobAsync("JobPrepReleaseSampleJob");
103103

104104
## Code sample on GitHub
105105

106-
To see job preparation and release tasks in action, build the [JobPrepRelease](https://github.com/Azure-Samples/azure-batch-samples/tree/master/CSharp/ArticleProjects/JobPrepRelease) sample project from GitHub. This console application takes the following actions:
106+
To see job preparation and release tasks in action, build and run the [JobPrepRelease](https://github.com/Azure-Samples/azure-batch-samples/tree/master/CSharp/ArticleProjects/JobPrepRelease) sample project from GitHub. This console application takes the following actions:
107107

108108
1. Creates a pool with two nodes.
109109
1. Creates a job with job preparation, release, and standard tasks.
@@ -164,11 +164,15 @@ Sample complete, hit ENTER to exit...
164164
165165
## View job preparation and release tasks in the Azure portal
166166

167-
You can use the [Azure portal](https://portal.azure.com) to view Batch job properties and tasks, including job preparation and release tasks. Navigate to the job page after your tasks have completed, but before deleting your job and pool.
167+
You can use the [Azure portal](https://portal.azure.com) to view Batch job properties and tasks, including job preparation and release tasks. From your Batch account page, select **Jobs** from the left navigation and then select a job. If you run the sample application, navigate to the job page after the tasks complete, but before you delete the job and pool.
168168

169-
The following screenshot shows the **JobPrepReleaseSampleJob** page after the sample application runs. This job had preparation tasks, so you can select **Preparation tasks** in the left navigation on the job page to see their properties. You can also download the shared text file that the job tasks modify by selecting **Tasks** in the left navigation.
169+
You can monitor job progress and status by expanding **Approximate task count** on the job **Overview** or **Tasks** page.
170170

171-
:::image type="content" source="media/batch-job-prep-release/portal-jobprep-01.png" alt-text="Screenshot showing job preparation task properties in the Azure portal.":::
171+
:::image type="content" source="media/batch-job-prep-release/monitor-tasks.png" alt-text="Screenshot showing job task progress in the Azure portal.":::
172+
173+
The following screenshot shows the **JobPrepReleaseSampleJob** page after the sample application runs. This job had preparation and release tasks, so you can select **Preparation tasks** or **Release tasks** in the left navigation to see their properties.
174+
175+
:::image type="content" source="media/batch-job-prep-release/portal-jobprep-01.png" alt-text="Screenshot showing job release task properties in the Azure portal.":::
172176

173177
## Next steps
174178

44 KB
Loading
-15.7 KB
Loading

0 commit comments

Comments
 (0)