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
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:
107
107
108
108
1. Creates a pool with two nodes.
109
109
1. Creates a job with job preparation, release, and standard tasks.
@@ -164,11 +164,15 @@ Sample complete, hit ENTER to exit...
164
164
165
165
## View job preparation and release tasks in the Azure portal
166
166
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.
168
168
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.
170
170
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.":::
0 commit comments