@@ -84,28 +84,25 @@ Here's a sample hybrid connections event in JSON format.
84
84
85
85
## Events and operations captured in diagnostic logs
86
86
87
- > [ !NOTE]
88
- > A client listener/sender could be running on-premises or on Azure.
89
-
90
87
| Operation | Description |
91
88
| --------- | ----------- |
92
89
| AuthorizationFailed | Authorization failed.|
93
90
| 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. |
96
93
| ListenerAcceptingHttpRequestFailed | The listener accepting HTTP request failed due to an exception. |
97
94
| ListenerAcceptingRequestTimeout | The listener accepting request has timed out. |
98
95
| 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. |
101
98
| 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. |
103
100
| 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. |
107
104
| NewListenerRegistered | New listener registered. |
108
- | NewSenderRegistering | New client sender is registering. |
105
+ | NewSenderRegistering | New sender is registering. |
109
106
| ProcessingRequestFailed | The processing of a Hybrid Connection operation has failed. |
110
107
| SenderConnectionClosed | The sender connection is closed. |
111
108
| SenderListenerConnectionEstablished | The sender and listener established connection successfully. |
0 commit comments