Skip to content

Commit 9d9ab09

Browse files
Minor edits.
1 parent 26e76f2 commit 9d9ab09

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/service-bus-messaging/monitor-service-bus-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Monitoring data reference for Azure Service Bus
33
description: This article contains important reference material you need when you monitor Azure Service Bus by using Azure Monitor.
44
ms.date: 07/17/2024
5-
ms.custom: horz-monitor, subject-monitoring
5+
ms.custom: horz-monitor
66
ms.topic: reference
77
author: spelluru
88
ms.author: spelluru

articles/service-bus-messaging/monitor-service-bus.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Monitor Azure Service Bus
33
description: Start here to learn how to monitor Azure Service Bus by using Azure Monitor metrics, logs, and tools.
44
ms.date: 07/17/2024
5-
ms.custom: horz-monitor, subject-monitoring
5+
ms.custom: horz-monitor
66
ms.topic: conceptual
77
author: spelluru
88
ms.author: spelluru
@@ -204,12 +204,14 @@ Following are sample queries that you can use to help you monitor your Azure Ser
204204
| where isnotnull(NamespaceInfo) and isnotnull(AuthKey) and AuthType == "AAD" and Status != "Success"
205205
| project NamespaceInfo, AuthKey, ActivityName, Protocol, NetworkType, ClientIp, ResourceId
206206
| summarize by NamespaceInfo, AuthKey, ActivityName
207-
```
207+
```
208208

209209
---
210210

211211
[!INCLUDE [horz-monitor-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-alerts.md)]
212212

213+
[!INCLUDE [horz-monitor-insights-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights-alerts.md)]
214+
213215
### Service Bus alert rules
214216

215217
You can set alerts for any metric, log entry, or activity log entry listed in the [Azure Service Bus monitoring data reference](monitor-service-bus-reference.md).

0 commit comments

Comments
 (0)