Skip to content

Commit 9d8d479

Browse files
committed
updated based on feedback
1 parent 5b5898e commit 9d8d479

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/service-bus-relay/diagnostic-logs.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: service-bus-messaging
55
author: spelluru
66
editor:
@@ -15,7 +15,7 @@ ms.author: spelluru
1515

1616
---
1717
# 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.
1919

2020
You can view two types of logs for Azure Relay:
2121

@@ -88,21 +88,21 @@ Here's a sample hybrid connections event in JSON format.
8888
| --------- | ----------- |
8989
| AuthorizationFailed | Authorization failed.|
9090
| 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. |
9393
| ListenerAcceptingHttpRequestFailed | The listener accepting HTTP request failed due to an exception. |
9494
| ListenerAcceptingRequestTimeout | The listener accepting request has timed out. |  
9595
| 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. |  
9898
| 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. |
100100
| 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. |
104104
| NewListenerRegistered | New listener registered. |
105-
| NewSenderRegistering | New on-prem sender is registering. |
105+
| NewSenderRegistering | New sender running on-premises or on Azure is registering. |
106106
| ProcessingRequestFailed | The processing of a Hybrid Connection operation has failed. |
107107
| SenderConnectionClosed | The sender connection is closed. |
108108
| SenderListenerConnectionEstablished | The sender and listener established connection successfully. |

0 commit comments

Comments
 (0)