Skip to content

Commit dc618c9

Browse files
committed
better draft
1 parent 19f9feb commit dc618c9

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ To view activity logs for your Azure Relay namespace, switch to the **Activity l
3030
## Enable diagnostic logs
3131
Only one category: Hybrid Connections
3232

33-
To enable diagnostics logs, do the following:
33+
To enable diagnostics logs, do the following steps:
3434

3535
1. In the [Azure portal](https://portal.azure.com), go to your Azure Relay namespace and then, under **Monitoring**, select **Diagnostic settings**.
3636
1. On the **Diagnostics settings** page, select **Add diagnostic setting**.
3737

3838
![The "Add diagnostic setting" link](./media/diagnostic-logs/add-diagnostic-setting.png)
3939

40-
1. Configure the diagnostics settings by doing the following:
40+
1. Configure the diagnostics settings by doing the following steps:
4141
1. In the **Name** box, enter a name for the diagnostics settings.
4242
2. Select **HybridConnectionsEvent** for the type of log. It's the only type supported.
4343
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.
8484

8585
| Operation | Description |
8686
| --------- | ----------- |
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. |
108108

109109

110110
## Next steps
111111

112112
To learn more about Azure Relay, see:
113113

114-
* [Introduction to Azure Relay](relay-what-is.md)
114+
* [Introduction to Azure Relay](relay-what-is-it.md)
115115
* [Get started with Relay Hybrid Connections](relay-hybrid-connections-dotnet-get-started.md)

0 commit comments

Comments
 (0)