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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Diagnostics logs for Hybrid Connections
3
-
description: This article provides an overview of all the operational and diagnostics logs that are available for Azure Relay.
3
+
description: This article provides an overview of all the activity and diagnostics logs that are available for Azure Relay.
4
4
services: service-bus-messaging
5
5
author: spelluru
6
6
editor:
@@ -15,7 +15,7 @@ ms.author: spelluru
15
15
16
16
---
17
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.
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 are created and messages are sent. This article provides an overview of activity and diagnostics logs provided by the Azure Relay service.
19
19
20
20
You can view two types of logs for Azure Relay:
21
21
@@ -88,21 +88,21 @@ Here's a sample hybrid connections event in JSON format.
88
88
| --------- | ----------- |
89
89
| AuthorizationFailed | Authorization failed.|
90
90
| InvalidSasToken | Invalid SAS token. |
91
-
| ListenerAcceptingConnection | The on-prem listener is accepting connection. |
92
-
| ListenerAcceptingConnectionTimeout | The on-prem listener accepting connection has timed out. |
91
+
| ListenerAcceptingConnection | The listener running on-premises or on Azure is accepting connection. |
92
+
| ListenerAcceptingConnectionTimeout | The listener running on-premises or on Azure has timed out while accepting connection. |
93
93
| ListenerAcceptingHttpRequestFailed | The listener accepting HTTP request failed due to an exception. |
94
94
| ListenerAcceptingRequestTimeout | The listener accepting request has timed out. |
95
95
| ListenerClosingFromExpiredToken | The listener is closing because the security token has expired. |
96
-
| ListenerRejectedConnection | The on-prem listener has rejected the connection. |
97
-
| ListenerReturningHttpResponse | The on-prem listener is returning an HTTP response. |
96
+
| ListenerRejectedConnection | The listener running on-premises or on Azure has rejected the connection. |
97
+
| ListenerReturningHttpResponse | The listener running on-premises or on Azure is returning an HTTP response. |
98
98
| ListenerReturningHttpResponseFailed | The listener is returning an HTTP response with a failure code. |
99
-
ListenerSentHttpResponse | Relay service has received an HTTP response from the on-prem listener. |
99
+
ListenerSentHttpResponse | Relay service has received an HTTP response from the listener running on-premises or on Azure. |
100
100
| ListenerUnregistered | The listener is unregistered. |
101
-
| ListenerUnresponsive | The on-prem listener is unresponsive when returning a response. |
102
-
| MessageSendingToOnPremListener | Message is being sent to on-premises listener. |
103
-
| MessageSentToOnPremListener | Message is sent to on-premises listener. |
101
+
| ListenerUnresponsive | The listener running on-premises or on Azure is unresponsive when returning a response. |
102
+
| MessageSendingToOnPremListener | Message is being sent to listener running on-premises or on Azure. |
103
+
| MessageSentToOnPremListener | Message is sent to listener running on-premises or on Azure. |
104
104
| NewListenerRegistered | New listener registered. |
105
-
| NewSenderRegistering | New on-prem sender is registering. |
105
+
| NewSenderRegistering | New sender running on-premises or on Azure is registering. |
106
106
| ProcessingRequestFailed | The processing of a Hybrid Connection operation has failed. |
107
107
| SenderConnectionClosed | The sender connection is closed. |
108
108
| SenderListenerConnectionEstablished | The sender and listener established connection successfully. |
0 commit comments