Skip to content

Commit 44b7ddd

Browse files
committed
no on-prem
1 parent 2688651 commit 44b7ddd

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,28 +84,25 @@ 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/sender could be running on-premises or on Azure.
89-
9087
| Operation | Description |
9188
| --------- | ----------- |
9289
| AuthorizationFailed | Authorization failed.|
9390
| InvalidSasToken | Invalid SAS token. |
94-
| ListenerAcceptingConnection | The client listener is accepting connection. |
95-
| ListenerAcceptingConnectionTimeout | The client listener accepting connection has timed out. |
91+
| ListenerAcceptingConnection | The listener is accepting connection. |
92+
| ListenerAcceptingConnectionTimeout | The listener accepting connection has timed out. |
9693
| ListenerAcceptingHttpRequestFailed | The listener accepting HTTP request failed due to an exception. |
9794
| ListenerAcceptingRequestTimeout | The listener accepting request has timed out. |  
9895
| ListenerClosingFromExpiredToken | The listener is closing because the security token has expired. | 
99-
| ListenerRejectedConnection | The client listener has rejected the connection. |
100-
| ListenerReturningHttpResponse | The client listener is returning an HTTP response. |  
96+
| ListenerRejectedConnection | The listener has rejected the connection. |
97+
| ListenerReturningHttpResponse | The listener is returning an HTTP response. |  
10198
| ListenerReturningHttpResponseFailed | The listener is returning an HTTP response with a failure code. |
102-
ListenerSentHttpResponse | Relay service has received an HTTP response from the client listener. |
99+
ListenerSentHttpResponse | Relay service has received an HTTP response from the listener. |
103100
| ListenerUnregistered | The listener is unregistered. |
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. |
101+
| ListenerUnresponsive | The listener is unresponsive when returning a response. |
102+
| MessageSendingToOnPremListener | Message is being sent to listener. |
103+
| MessageSentToOnPremListener | Message is sent to listener. |
107104
| NewListenerRegistered | New listener registered. |
108-
| NewSenderRegistering | New client sender is registering. |
105+
| NewSenderRegistering | New sender is registering. |
109106
| ProcessingRequestFailed | The processing of a Hybrid Connection operation has failed. |
110107
| SenderConnectionClosed | The sender connection is closed. |
111108
| SenderListenerConnectionEstablished | The sender and listener established connection successfully. |

0 commit comments

Comments
 (0)