You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/monitor-storage.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.reviewer: fryu
15
15
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.
16
16
17
17
> [!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.
19
19
20
20
## Monitor overview
21
21
@@ -51,9 +51,9 @@ Log entries are created only if there are requests made against the service endp
51
51
The following types of authenticated requests are logged:
52
52
53
53
- 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)
57
57
58
58
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).
59
59
@@ -84,7 +84,7 @@ You also have to specify the categories of operations for which you want to coll
84
84
85
85
## Analyze metric data
86
86
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).
88
88
89
89
This example shows how to view **Transactions** at the account level.
90
90
@@ -104,7 +104,7 @@ All metrics for Azure Storage are located in these namespaces:
104
104
- Microsoft.Storage/storageAccounts/queueServices
105
105
- Microsoft.Storage/storageAccounts/tableServices
106
106
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).
108
108
109
109
110
110
### Access metrics
@@ -298,12 +298,12 @@ The following example shows how to read metric data on the metric supporting mul
298
298
299
299
## Analyze log data
300
300
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.
302
302
303
303
For a detailed reference of the fields that appear in these logs, see [Azure Storage monitoring data reference](monitor-storage-reference.md).
304
304
305
305
> [!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.
0 commit comments