Skip to content

Commit 2d5a507

Browse files
committed
Some feedback
1 parent 45da76e commit 2d5a507

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/storage/common/monitor-storage-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Storage monitoring data reference | Microsoft Docs
3-
description: Put description here.
4-
author: bwren
3+
description: Log and metrics reference for monitoring data from Azure Storage.
4+
author: normesta
55
services: azure-monitor
66
ms.service: azure-monitor
77
ms.topic: reference
88
ms.date: 02/07/2020
9-
ms.author: bwren
9+
ms.author: normesta
1010
ms.subservice: logs
1111
---
1212

@@ -259,5 +259,5 @@ The following table lists the properties for Azure Storage resource logs when th
259259

260260
## See Also
261261

262-
- See [Monitoring Azure Storage](monitor-storage.md) for a description of monitoring Azure Cosmos DB.
262+
- See [Monitoring Azure Storage](monitor-storage.md) for a description of monitoring Azure Storage.
263263
- See [Monitoring Azure resources with Azure Monitor](../../azure-monitor/insights/monitor-azure-resource.md) for details on monitoring Azure resources.

articles/storage/common/monitor-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Monitoring Azure Storage | Microsoft Docs
3-
description: Description goes here.
3+
description: Learn how to monitor the performance and availability of Azure Storage.
44
author: normesta
55
services: storage
66
ms.service: storage
@@ -55,7 +55,7 @@ Log entries are created only if there are requests made against the service endp
5555
- Requests using a Shared Access Signature (SAS) or OAuth, including failed and successful requests
5656
- Requests to analytics data (classic log data in the **$logs** container, and class metric data in the **$metric** tables)
5757

58-
Requests made by the storage service itself, such as log creation or deletion, are not logged. A full list of the logged data is documented in the [Storage Logged Operations and Status Messages](/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages) and [Storage Log Format](/rest/api/storageservices/storage-analytics-log-format) topics.
58+
Requests made by the storage service itself, such as log creation or deletion, are not logged. A full list of the logged data is documented in the [Storage Logged Operations and Status Messages](/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages) and [Storage Log Format](monitor-storage-reference.md?#resource-logs) topics.
5959

6060
#### Logging anonymous requests
6161

@@ -66,7 +66,7 @@ Requests made by the storage service itself, such as log creation or deletion, a
6666
- Timeout errors for both client and server
6767
- Failed GET requests with error code 304 (Not Modified)
6868

69-
All other failed anonymous requests are not logged. A full list of the logged data is documented in the [Storage Logged Operations and Status Messages](/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages) and [Storage Log Format](/rest/api/storageservices/storage-analytics-log-format) topics.
69+
All other failed anonymous requests are not logged. A full list of the logged data is documented in the [Storage Logged Operations and Status Messages](/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages) and [Storage Log Format](monitor-storage-reference.md?#resource-logs) topics.
7070

7171
## Configuration
7272

0 commit comments

Comments
 (0)