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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The **Overview** page in the Azure portal for each storage resource includes a b
24
24
## What is Azure Monitor?
25
25
Azure Storage creates monitoring data by using [Azure Monitor](../../azure-monitor/overview.md), a full stack monitoring service in Azure. Azure Monitor provides a complete set of features to monitor your Azure resources and resources in other clouds and on-premises.
26
26
27
-
To learn more about Azure Monitor, read the article[Monitoring Azure resources with Azure Monitor](../../azure-monitor/insights/monitor-azure-resource.md). The article describes the following subjects:
27
+
To learn more about Azure Monitor, see[Monitoring Azure resources with Azure Monitor](../../azure-monitor/insights/monitor-azure-resource.md). The article describes the following subjects:
28
28
29
29
- What is Azure Monitor?
30
30
- Costs associated with monitoring
@@ -51,8 +51,8 @@ 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, 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
54
+
- Failed requests, including timeout, throttling, network, authorization, and other errors
55
+
- Requests that use a shared access signature or OAuth, including failed and successful requests
56
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).
@@ -340,7 +340,7 @@ Data is stored in these tables.
340
340
341
341
### Azure Storage Log Analytics queries in Azure Monitor
342
342
343
-
Here are some queries that you can enter in the **Log search**search bar to help you monitor your Azure Storage accounts. These queries work with the [new language](https://docs.microsoft.com/azure/azure-monitor/log-query/log-query-overview).
343
+
Here are some queries that you can enter in the **Log search** bar to help you monitor your Azure Storage accounts. These queries work with the [new language](https://docs.microsoft.com/azure/azure-monitor/log-query/log-query-overview).
344
344
345
345
Use these queries to help you monitor your Azure Storage accounts:
In this example of minute metrics data, the partition key uses the time at minute resolution. The row key identifies the type of information that's stored in the row, which is composed of two pieces of information, the access type and the request type:
159
+
In this example of minute metrics data, the partition key uses the time at minute resolution. The row key identifies the type of information that's stored in the row. The information is composed of the access type and the request type:
160
160
161
161
- The access type is either **user** or **system**, where **user** refers to all user requests to the storage service and **system** refers to requests made by Storage Analytics.
162
162
- The request type is either **all**, in which case it's a summary line, or it identifies the specific API such as **QueryEntity** or **UpdateEntity**.
0 commit comments