Skip to content

Commit f9a5aab

Browse files
committed
updated
1 parent 9d8d479 commit f9a5aab

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,28 @@ Here's a sample hybrid connections event in JSON format.
8484

8585
## Events and operations captured in diagnostic logs
8686

87+
> [!NOTE]
88+
> A client listener or sender could be running on-premises or on Azure.
89+
8790
| Operation | Description |
8891
| --------- | ----------- |
8992
| AuthorizationFailed | Authorization failed.|
9093
| InvalidSasToken | Invalid SAS token. |
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. |
94+
| ListenerAcceptingConnection | The client listener is accepting connection. |
95+
| ListenerAcceptingConnectionTimeout | The client listener accepting connection has timed out. |
9396
| ListenerAcceptingHttpRequestFailed | The listener accepting HTTP request failed due to an exception. |
9497
| ListenerAcceptingRequestTimeout | The listener accepting request has timed out. |  
9598
| ListenerClosingFromExpiredToken | The listener is closing because the security token has expired. | 
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. |  
99+
| ListenerRejectedConnection | The client listener has rejected the connection. |
100+
| ListenerReturningHttpResponse | The client listener is returning an HTTP response. |  
98101
| ListenerReturningHttpResponseFailed | The listener is returning an HTTP response with a failure code. |
99-
ListenerSentHttpResponse | Relay service has received an HTTP response from the listener running on-premises or on Azure. |
102+
ListenerSentHttpResponse | Relay service has received an HTTP response from the client listener. |
100103
| ListenerUnregistered | The listener is unregistered. |
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+
| ListenerUnresponsive | The client listener is unresponsive when returning a response. |
105+
| MessageSendingToOnPremListener | Message is being sent to client listener. |
106+
| MessageSentToOnPremListener | Message is sent to client listener. |
104107
| NewListenerRegistered | New listener registered. |
105-
| NewSenderRegistering | New sender running on-premises or on Azure is registering. |
108+
| NewSenderRegistering | New client sender is registering. |
106109
| ProcessingRequestFailed | The processing of a Hybrid Connection operation has failed. |
107110
| SenderConnectionClosed | The sender connection is closed. |
108111
| SenderListenerConnectionEstablished | The sender and listener established connection successfully. |

0 commit comments

Comments
 (0)