@@ -30,14 +30,14 @@ To view activity logs for your Azure Relay namespace, switch to the **Activity l
30
30
## Enable diagnostic logs
31
31
Only one category: Hybrid Connections
32
32
33
- To enable diagnostics logs, do the following:
33
+ To enable diagnostics logs, do the following steps :
34
34
35
35
1 . In the [ Azure portal] ( https://portal.azure.com ) , go to your Azure Relay namespace and then, under ** Monitoring** , select ** Diagnostic settings** .
36
36
1 . On the ** Diagnostics settings** page, select ** Add diagnostic setting** .
37
37
38
38
![ The "Add diagnostic setting" link] ( ./media/diagnostic-logs/add-diagnostic-setting.png )
39
39
40
- 1 . Configure the diagnostics settings by doing the following:
40
+ 1 . Configure the diagnostics settings by doing the following steps :
41
41
1 . In the ** Name** box, enter a name for the diagnostics settings.
42
42
2 . Select ** HybridConnectionsEvent** for the type of log. It's the only type supported.
43
43
3 . Select one of the following three ** destinations** for your diagnostics logs:
@@ -84,32 +84,32 @@ Here's a sample hybrid connections event in JSON format.
84
84
85
85
| Operation | Description |
86
86
| --------- | ----------- |
87
- | AuthorizationFailed | |
88
- | InvalidSasToken | |
89
- | ListenerAcceptingConnection | |
90
- | ListenerAcceptingConnectionTimeout | |
91
- | ListenerAcceptingHttpRequestFailed | |
92
- | ListenerAcceptingRequestTimeout | |
93
- | ListenerClosingFromExpiredToken | |
94
- | ListenerRejectedConnection | |
95
- | ListenerReturningHttpResponse | |
96
- | ListenerReturningHttpResponseFailed | |
97
- ListenerSentHttpResponse" | |
98
- | ListenerUnregistered | |
99
- | ListenerUnresponsive | |
100
- | MessageSendingToOnPremListener | |
101
- | MessageSentToOnPremListener | |
102
- | NewListenerRegistered | |
103
- | NewSenderRegistering | |
104
- | ProcessingRequestFailed | |
105
- | SenderConnectionClosed | |
106
- | SenderListenerConnectionEstablished | |
107
- | SenderSentHttpRequest | |
87
+ | AuthorizationFailed | Authorization failed. |
88
+ | InvalidSasToken | Invalid SAS token. |
89
+ | ListenerAcceptingConnection | The listener is accepting connection. |
90
+ | ListenerAcceptingConnectionTimeout | The listener accepting connection timed out. |
91
+ | ListenerAcceptingHttpRequestFailed | The listener accepting HTTP request failed. |
92
+ | ListenerAcceptingRequestTimeout | The listener accepting request timed out. |
93
+ | ListenerClosingFromExpiredToken | The listener is closing because of an expired token. |
94
+ | ListenerRejectedConnection | The listener rejected connection. |
95
+ | ListenerReturningHttpResponse | The listener returning an HTTP response. |
96
+ | ListenerReturningHttpResponseFailed | The listener returning an HTTP response failed. |
97
+ ListenerSentHttpResponse | The listener sent an HTTP response. |
98
+ | ListenerUnregistered | The listener is unregistered. |
99
+ | ListenerUnresponsive | The listener is unresponsive. |
100
+ | MessageSendingToOnPremListener | Message is being sent to on-premises listener. |
101
+ | MessageSentToOnPremListener | Message is sent to on-premises listener. |
102
+ | NewListenerRegistered | New listener registered. |
103
+ | NewSenderRegistering | New listener registering. |
104
+ | ProcessingRequestFailed | The processing request failed. |
105
+ | SenderConnectionClosed | The sender connection is closed. |
106
+ | SenderListenerConnectionEstablished | The sender and listener established connection. |
107
+ | SenderSentHttpRequest | The sender sent HTTP request. |
108
108
109
109
110
110
## Next steps
111
111
112
112
To learn more about Azure Relay, see:
113
113
114
- * [ Introduction to Azure Relay] ( relay-what-is.md )
114
+ * [ Introduction to Azure Relay] ( relay-what-is-it .md )
115
115
* [ Get started with Relay Hybrid Connections] ( relay-hybrid-connections-dotnet-get-started.md )
0 commit comments