Skip to content

Commit 9a64670

Browse files
committed
review cx
1 parent f94285d commit 9a64670

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

articles/data-share/monitor-data-share.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor Azure Data Share
33
description: Start here to learn how to monitor Azure Data Share.
4-
ms.date: 02/28/2024
4+
ms.date: 03/05/2024
55
ms.custom: horz-monitor
66
ms.topic: conceptual
77
author: sidontha
@@ -20,22 +20,16 @@ For more information about the resource types for Azure Data Share, see [Data Sh
2020

2121
[!INCLUDE [horz-monitor-platform-metrics](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-platform-metrics.md)]
2222

23-
## Data Share metrics
24-
25-
Select **Metrics** under **Monitoring** in the left navigation of your Data Share page in the Azure portal to access charts for Data Share metrics.
23+
To view charts for Data Share-specific metrics, select **Metrics** under **Monitoring** in the left navigation of your Data Share page in the Azure portal.
2624

2725
For a full listing and descriptions of the available metrics for Data Share, see [Data Share monitoring data reference](monitor-data-share-reference.md#metrics).
2826

2927
[!INCLUDE [horz-monitor-resource-logs](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-logs.md)]
3028

31-
## Data Share logs
32-
33-
You can configure diagnostic setting to save log data or events. Select **Diagnostic settings** under **Monitoring** in the left navigation of your Data Share page in the Azure portal to configure collection of Data Share log data.
29+
You can configure diagnostic settings to save log data or events. Select **Diagnostic settings** under **Monitoring** in the left navigation of your Azure portal Data Share page, and then select the appropriate resource log categories to collect.
3430

3531
:::image type="content" source="./media/diagnostic-settings.png" alt-text="Screenshot that shows the Diagnostic settings page in the Azure portal.":::
3632

37-
For more information on how to create diagnostic settings, see [Diagnostic settings in Azure Monitor](/azure/azure-monitor/essentials/diagnostic-settings).
38-
3933
For more information about the available resource log categories, their associated Log Analytics tables, and the logs schemas for Data Share, see [Data Share monitoring data reference](monitor-data-share-reference.md#resource-logs).
4034

4135
[!INCLUDE [horz-monitor-activity-log](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)]
@@ -51,7 +45,7 @@ To track Data Share invitation status, share subscription status, and snapshot h
5145

5246
To write queries and access example queries, select **Logs** under **Monitoring** in the left navigation of your Data Share page in the Azure portal, and then select the **Queries** tab. Here are a couple of example queries:
5347

54-
**List of sent snapshots sorted by duration time over the last seven days:**
48+
List of sent snapshots sorted by duration over the last seven days:
5549

5650
```kusto
5751
// List sent snapshots by duration
@@ -62,7 +56,7 @@ MicrosoftDataShareSentSnapshotLog
6256
| sort by DurationSeconds desc nulls last
6357
```
6458

65-
**Top 10 most frequent errors over the last seven days:**
59+
Top 10 most frequent errors over the last seven days:
6660

6761
```kusto
6862
// Frequent errors in received snapshots

0 commit comments

Comments
 (0)