Skip to content

Commit d521e59

Browse files
author
Jill Grant
authored
Merge pull request #280671 from cdpark/horz-monitor-batch
Q&M: Curate 27 SOX Azure Monitor horizontals articles to reduce duplication -- Azure Batch
2 parents dcc9e7e + 8bc26b2 commit d521e59

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/batch/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
href: batch-task-output-files.md
252252
- name: Persist output with File Conventions library
253253
href: batch-task-output-file-conventions.md
254-
- name: Monitor
254+
- name: Monitor Azure Batch
255255
href: monitor-batch.md
256256
items:
257257
- name: Monitor with Application Insights

articles/batch/monitor-batch.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor Azure Batch
33
description: Start here to learn how to monitor Azure Batch.
4-
ms.date: 03/28/2024
4+
ms.date: 07/19/2024
55
ms.custom: horz-monitor
66
ms.topic: conceptual
77
ms.service: batch
@@ -157,6 +157,10 @@ You can use the Batch APIs to create list queries for Batch jobs, tasks, compute
157157

158158
Or, instead of potentially time-consuming list queries that return detailed information about large collections of tasks or nodes, you can use the [Get Task Counts](/rest/api/batchservice/job/gettaskcounts) and [List Pool Node Counts](/rest/api/batchservice/account/listpoolnodecounts) operations to get counts for Batch tasks and compute nodes. For more information, see [Monitor Batch solutions by counting tasks and nodes by state](batch-get-resource-counts.md).
159159

160+
[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)]
161+
162+
### Application Insights
163+
160164
You can integrate Application Insights with your Azure Batch applications to instrument your code with custom metrics and tracing. For a detailed walkthrough of how to add Application Insights to a Batch .NET solution, instrument application code, monitor the application in the Azure portal, and build custom dashboards, see [Monitor and debug an Azure Batch .NET application with Application Insights](monitor-application-insights.md) and accompanying [code sample](https://github.com/Azure/azure-batch-samples/tree/master/CSharp/ArticleProjects/ApplicationInsights).
161165

162166
## Related content

0 commit comments

Comments
 (0)