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
Copy file name to clipboardExpand all lines: articles/service-bus-relay/diagnostic-logs.md
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Relay - diagnostics logs | Microsoft Docs
2
+
title: Diagnostics logs for Hybrid Connections
3
3
description: This article provides an overview of all the operational and diagnostics logs that are available for Azure Relay.
4
4
services: service-bus-messaging
5
5
author: spelluru
@@ -14,21 +14,23 @@ ms.date: 04/27/2020
14
14
ms.author: spelluru
15
15
16
16
---
17
-
# Enable diagnostics logs for Azure Relay
18
-
When you start using your Azure Relay namespace, you might want to monitor how and when your namespace is created, deleted, or accessed. This article provides an overview of all the operational and diagnostics logs that are available.
17
+
# Enable diagnostics logs for Azure Relay Hybrid Connections
18
+
When you start using your Azure Relay Hybrid Connections, you might want to monitor how and when your listeners and senders are opened and closed, and how your Hybrid Connections messages are created and sent. This article provides an overview of all the operational and diagnostics logs that are available.
19
19
20
20
You can view two types of logs for Azure Relay:
21
21
22
22
-[Activity logs](../azure-monitor/platform/platform-logs-overview.md): These logs have information about operations performed against your namespace in the Azure portal or through Azure Resource Manager template. These logs are always enabled. For example: "Create or update namespace", "Create or update hybrid connection".
23
-
-[Diagnostic logs](../azure-monitor/platform/platform-logs-overview.md): You can configure diagnostic logs for a richer view of everything that happens with operations and actions that are conducted against your namespace by using the API, or through management clients on the language SDK.
23
+
-[Diagnostic logs](../azure-monitor/platform/platform-logs-overview.md): You can configure diagnostic logs for a richer view of everything that happens with operations and actions that are conducted against your namespace by using the API, or through language SDK.
24
24
25
25
## View activity logs
26
26
To view activity logs for your Azure Relay namespace, switch to the **Activity log** page in the Azure portal.
0 commit comments