Skip to content

Commit 3dfa167

Browse files
committed
edit pass: two-azure-monitor-topics
1 parent c0209ef commit 3dfa167

File tree

2 files changed

+85
-84
lines changed

2 files changed

+85
-84
lines changed

articles/storage/common/monitor-storage.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: fryu
1515
When you have critical applications and business processes that rely on Azure resources, you want to monitor those resources for their availability, performance, and operation. This article describes the monitoring data that's generated by Azure Storage and how you can use the features of Azure Monitor to analyze alerts on this data.
1616

1717
> [!NOTE]
18-
> Azure Storage logs in Azure Monitor is in public preview and is available for preview testing in all public cloud regions. To enroll in the preview, see [this page](https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRxW65f1VQyNCuBHMIMBV8qlUM0E0MFdPRFpOVTRYVklDSE1WUTcyTVAwOC4u). This preview enables logs for blobs (including Azure Data Lake Storage Gen2), files, queues, tables, premium storage accounts in general-purpose v1, and general-purpose v2 storage accounts. Classic storage accounts aren't supported.
18+
> Azure Storage logs in Azure Monitor is in public preview and is available for preview testing in all public cloud regions. To enroll in the preview, see [this page](https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRxW65f1VQyNCuBHMIMBV8qlUM0E0MFdPRFpOVTRYVklDSE1WUTcyTVAwOC4u). This preview enables logs for blobs (which includes Azure Data Lake Storage Gen2), files, queues, tables, premium storage accounts in general-purpose v1, and general-purpose v2 storage accounts. Classic storage accounts aren't supported.
1919
2020
## Monitor overview
2121

@@ -51,9 +51,9 @@ Log entries are created only if there are requests made against the service endp
5151
The following types of authenticated requests are logged:
5252

5353
- Successful requests
54-
- Failed requests, including timeout, throttling, network, authorization, and other errors
55-
- Requests that use a Shared Access Signature (SAS) or OAuth, including failed and successful requests
56-
- Requests to analytics data (classic log data in the **$logs** container, and class metric data in the **$metric** tables)
54+
- Failed requests, which includes timeout, throttling, network, authorization, and other errors
55+
- Requests that use a Shared Access Signature (SAS) or OAuth, which includes failed and successful requests
56+
- Requests to analytics data (classic log data in the **$logs** container and class metric data in the **$metric** tables)
5757

5858
Requests made by the storage service itself, like log creation or deletion, aren't logged. For a full list of the logged data, see [Storage logged operations and status messages](/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages) and [Storage log format](monitor-storage-reference.md).
5959

@@ -84,7 +84,7 @@ You also have to specify the categories of operations for which you want to coll
8484

8585
## Analyze metric data
8686

87-
You can analyze metrics for Azure storage with metrics from other Azure services by using metrics explorer. Open metrics explorer by choosing **Metrics** from the **Azure Monitor** menu. For details on using this tool, see [Getting started with Azure metrics explorer](../../azure-monitor/platform/metrics-getting-started.md).
87+
You can analyze metrics for Azure Storage with metrics from other Azure services by using Metrics Explorer. Open Metrics Explorer by choosing **Metrics** from the **Azure Monitor** menu. For details on using this tool, see [Getting started with Azure Metrics Explorer](../../azure-monitor/platform/metrics-getting-started.md).
8888

8989
This example shows how to view **Transactions** at the account level.
9090

@@ -104,7 +104,7 @@ All metrics for Azure Storage are located in these namespaces:
104104
- Microsoft.Storage/storageAccounts/queueServices
105105
- Microsoft.Storage/storageAccounts/tableServices
106106

107-
For a list of all Azure Monitor support metrics (including Azure Storage), see [Azure Monitor supported metrics](https://docs.microsoft.com/azure/azure-monitor/platform/metrics-supported).
107+
For a list of all Azure Monitor support metrics, which includes Azure Storage, see [Azure Monitor supported metrics](https://docs.microsoft.com/azure/azure-monitor/platform/metrics-supported).
108108

109109

110110
### Access metrics
@@ -298,12 +298,12 @@ The following example shows how to read metric data on the metric supporting mul
298298

299299
## Analyze log data
300300

301-
You can access Resource logs either as a blob in a storage account, as event data, or through Log Analytic queries.
301+
You can access resource logs either as a blob in a storage account, as event data, or through Log Analytic queries.
302302

303303
For a detailed reference of the fields that appear in these logs, see [Azure Storage monitoring data reference](monitor-storage-reference.md).
304304

305305
> [!NOTE]
306-
> Azure Storage logs in Azure Monitor is in public preview and is available for preview testing in all public cloud regions. To enroll in the preview, see [this page](https://www.microsoft.com). This preview enables logs for blobs (including Azure Data Lake Storage Gen2), files, queues, tables, premium storage accounts in general-purpose v1, and general-purpose v2 storage accounts. Classic storage accounts aren't supported.
306+
> Azure Storage logs in Azure Monitor is in public preview and is available for preview testing in all public cloud regions. To enroll in the preview, see [this page](https://www.microsoft.com). This preview enables logs for blobs (which includes Azure Data Lake Storage Gen2), files, queues, tables, premium storage accounts in general-purpose v1, and general-purpose v2 storage accounts. Classic storage accounts aren't supported.
307307
308308
### Access logs in a storage account
309309

0 commit comments

Comments
 (0)