Skip to content

Commit d6d1512

Browse files
committed
edit pass: two-azure-monitor-topics
1 parent a7604d3 commit d6d1512

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/storage/common/monitor-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **Overview** page in the Azure portal for each storage resource includes a b
2424
## What is Azure Monitor?
2525
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.
2626

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:
2828

2929
- What is Azure Monitor?
3030
- Costs associated with monitoring
@@ -51,8 +51,8 @@ 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, 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
5656
- 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).
@@ -340,7 +340,7 @@ Data is stored in these tables.
340340

341341
### Azure Storage Log Analytics queries in Azure Monitor
342342

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).
344344

345345
Use these queries to help you monitor your Azure Storage accounts:
346346

articles/storage/common/storage-analytics-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ For full details of the schemas for these tables, see [Storage Analytics metrics
156156
|20140522T1100|user;QueryEntity|2014-05-22T11:01:16.7650250Z|1|1|538|633|100|3|3|100|
157157
|20140522T1100|user;UpdateEntity|2014-05-22T11:01:16.7650250Z|1|1|771|217|100|9|6|100|
158158

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, 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:
160160

161161
- 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.
162162
- 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

Comments
 (0)