Skip to content

Commit b2070b3

Browse files
committed
Curate for Azure Monitor duplication
1 parent 6b968de commit b2070b3

File tree

3 files changed

+7
-31
lines changed

3 files changed

+7
-31
lines changed

articles/azure-signalr/TOC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@
8181
href: availability-zones.md
8282
- name: Messages and connections
8383
href: signalr-concept-messages-and-connections.md
84-
- name: Metrics
85-
href: monitor-signalr-reference.md
8684
- name: Performance considerations
8785
href: signalr-concept-performance.md
8886
- name: Authentication
@@ -159,7 +157,7 @@
159157
href: signalr-howto-work-with-app-gateway.md
160158
- name: Use SignalR Service with API Management
161159
href: signalr-howto-work-with-apim.md
162-
- name: Monitor
160+
- name: Monitor SignalR Service
163161
items:
164162
- name: Monitor
165163
href: monitor-signalr.md

articles/azure-signalr/monitor-signalr-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Metrics for Azure SignalR Service are in the **Errors**, **Saturation**, or **Tr
2222
### Supported metrics for Microsoft.SignalRService/SignalR
2323
The following table lists the metrics available for the Microsoft.SignalRService/SignalR resource type.
2424
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
25-
[!INCLUDE [Microsoft.SignalRService/SignalR](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-signalrservice-signalr-metrics-include.md)]
25+
[!INCLUDE [Microsoft.SignalRService/SignalR](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/metrics/microsoft-signalrservice-signalr-metrics-include.md)]
2626

2727
### Supported metrics for Microsoft.SignalRService/SignalR/replicas
2828
The following table lists the metrics available for the Microsoft.SignalRService/SignalR/replicas resource type.
2929
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
30-
[!INCLUDE [Microsoft.SignalRService/SignalR/replicas](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-signalrservice-signalr-replicas-metrics-include.md)]
30+
[!INCLUDE [Microsoft.SignalRService/SignalR/replicas](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/metrics/microsoft-signalrservice-signalr-replicas-metrics-include.md)]
3131

3232
For more details about the metrics for Azure SignalR Service, see [Azure SignalR Service metrics](monitor-signalr.md#azure-signalr-service-metrics).
3333

@@ -69,10 +69,10 @@ Gives the reason for closing the connection. Includes the following dimension va
6969
[!INCLUDE [horz-monitor-ref-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
7070

7171
### Supported resource logs for Microsoft.SignalRService/SignalR
72-
[!INCLUDE [Microsoft.SignalRService/SignalR](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-signalrservice-signalr-logs-include.md)]
72+
[!INCLUDE [Microsoft.SignalRService/SignalR](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/logs/microsoft-signalrservice-signalr-logs-include.md)]
7373

7474
### Supported resource logs for Microsoft.SignalRService/SignalR/replicas
75-
[!INCLUDE [Microsoft.SignalRService/SignalR/replicas](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-signalrservice-signalr-replicas-logs-include.md)]
75+
[!INCLUDE [Microsoft.SignalRService/SignalR/replicas](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/logs/microsoft-signalrservice-signalr-replicas-logs-include.md)]
7676

7777
## Resource Log table mapping
7878

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

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,9 @@ To enable resource logs, you need to set up a place to store your log data, such
3030

3131
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).
3232

33-
Resource logs are disabled by default. To enable resource logs by using diagnostic settings, follow these steps:
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).
3434

35-
1. In the [Azure portal](https://portal.azure.com), under **Monitoring**, select **Diagnostic settings**.
36-
37-
:::image type="content" alt-text="Pane navigation to diagnostic settings." source="media/signalr-tutorial-diagnostic-logs/diagnostic-settings-menu-item.png":::
38-
39-
You get a full view of the diagnostic settings.
40-
41-
:::image type="content" alt-text="Diagnostic settings full view." source="media/signalr-tutorial-diagnostic-logs/azure-signalr-diagnostic-settings.png" lightbox="media/signalr-tutorial-diagnostic-logs/azure-signalr-diagnostic-settings.png":::
42-
43-
1. Configure the log source settings.
44-
1. In **Log Source Settings** section, a table shows collecting behaviors for each log type.
45-
2. Check the specific log type you want to collect for all connections. Otherwise the log is collected only for [diagnostic clients](#diagnostic-client).
46-
1. Configure the log destination settings.
47-
1. In **Log Destination Settings** section, a table of diagnostic settings displays the existing diagnostic settings. You can select the link in the table to get access to the log destination to view the collected resource logs.
48-
2. In this section, select the button **Configure Log Destination Settings** to add, update, or delete diagnostic settings.
49-
3. Select **Add diagnostic setting** to add a new diagnostic setting, or select **Edit** to modify an existing diagnostic setting.
50-
4. Set the archive target that you want. Currently, Azure SignalR Service supports **Archive to a storage account** and **Send to Log Analytics**.
51-
5. Select the logs you want to archive. Only `AllLogs` is available for resource log. It only controls whether you want to archive the logs. To configure which log types need to be generated in Azure SignalR Service, configure in **Log Source Settings** section.
52-
53-
:::image type="content" alt-text="Diagnostics settings pane." source="media/signalr-tutorial-diagnostic-logs/diagnostics-settings-pane.png" lightbox="media/signalr-tutorial-diagnostic-logs/diagnostics-settings-pane.png":::
54-
55-
6. Save the new diagnostics setting. The new setting takes effect in about 10 minutes. After that, logs are sent to the configured archival target. For more information about configuring log destination settings, see the [overview of Azure resource logs](../azure-monitor/essentials/platform-logs-overview.md).
56-
57-
Logs are stored in the Storage account configured in **Diagnostics logs** pane. For more details about the storage format and fields, see [Data storage](monitor-signalr.md#data-storage).
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).
5836

5937
<a name="view-resource-logs"></a>
6038
## Query resource logs

0 commit comments

Comments
 (0)