@@ -84,25 +84,28 @@ 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 or sender could be running on-premises or on Azure.
89
+
87
90
| Operation | Description |
88
91
| --------- | ----------- |
89
92
| AuthorizationFailed | Authorization failed.|
90
93
| 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. |
93
96
| ListenerAcceptingHttpRequestFailed | The listener accepting HTTP request failed due to an exception. |
94
97
| ListenerAcceptingRequestTimeout | The listener accepting request has timed out. |
95
98
| 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. |
98
101
| 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 . |
100
103
| 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 . |
104
107
| NewListenerRegistered | New listener registered. |
105
- | NewSenderRegistering | New sender running on-premises or on Azure is registering. |
108
+ | NewSenderRegistering | New client sender is registering. |
106
109
| ProcessingRequestFailed | The processing of a Hybrid Connection operation has failed. |
107
110
| SenderConnectionClosed | The sender connection is closed. |
108
111
| SenderListenerConnectionEstablished | The sender and listener established connection successfully. |
0 commit comments