Skip to content

Commit 8477064

Browse files
committed
Add minor edits
1 parent b2070b3 commit 8477064

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/azure-signalr/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@
157157
href: signalr-howto-work-with-app-gateway.md
158158
- name: Use SignalR Service with API Management
159159
href: signalr-howto-work-with-apim.md
160-
- name: Monitor SignalR Service
160+
- name: Monitor
161161
items:
162-
- name: Monitor
162+
- name: Monitor SignalR Service
163163
href: monitor-signalr.md
164164
- name: Use diagnostic logs to monitor SignalR Service
165165
href: signalr-howto-diagnostic-logs.md

articles/azure-signalr/signalr-howto-diagnostic-logs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Monitor Azure SignalR Service logs
2+
title: Use diagnostic logs to monitor SignalR Service
33
description: Learn how to monitor Azure SignalR Service logs with Azure Monitor and how to self-troubleshoot.
44
author: wanlwanl
55
ms.service: signalr
@@ -8,7 +8,7 @@ ms.date: 05/15/2023
88
ms.author: wanl
99
---
1010

11-
# Monitor and troubleshoot Azure SignalR Service logs
11+
# Use diagnostic logs to monitor SignalR Service
1212

1313
This article describes how you can use Azure Monitor features to analyze and troubleshoot the resource log monitoring data generated by Azure SignalR.
1414

@@ -28,11 +28,11 @@ To enable resource logs, you need to set up a place to store your log data, such
2828

2929
## Enable resource logs
3030

31-
Azure SignalR Service supports connectivity logs, messaging logs, and Http request logs. For more details about these types of logs, see [Resource log categories](monitor-signalr.md#resource-log-categories).
31+
Azure SignalR Service supports connectivity logs, messaging logs, and Http request logs. For more details about these types of logs, see [Resource log categories](monitor-signalr.md#resource-log-categories). Logs are stored in the Storage account configured in the **Diagnostics logs** pane. For more details about the storage format and fields, see [Data storage](monitor-signalr.md#data-storage).
3232

33-
Resource logs are disabled by default. To enable resource logs by using diagnostic settings, see [Create diagnostic settings in Azure Monitor](/azure/azure-monitor/essentials/create-diagnostic-settings).
33+
### Create diagnostic settings
3434

35-
Logs are stored in the Storage account configured in the **Diagnostics logs** pane. For more details about the storage format and fields, see [Data storage](monitor-signalr.md#data-storage).
35+
Resource logs are disabled by default. To enable resource logs by using diagnostic settings, see [Create diagnostic settings in Azure Monitor](/azure/azure-monitor/essentials/create-diagnostic-settings).
3636

3737
<a name="view-resource-logs"></a>
3838
## Query resource logs

0 commit comments

Comments
 (0)