Skip to content

Commit cdd0171

Browse files
committed
Fixing some validation errors
1 parent 1cdad54 commit cdd0171

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/storage/blobs/storage-blob-scalable-app-verify-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Choose Blob from the **SUB SERVICE** drop-down.
2929

3030
Under **METRIC**, select one of the metrics found in the following table:
3131

32-
The following metrics give you an idea of the latency and throughput of the application. The metrics you configure in the portal are in 1-minute averages. If a transaction finished in the middle of a minute that minute data is halfed for the average. In the application, the upload and download operations were timed and provided you output of the actual amount of time it took to upload and download the files. This information can be used in conjunction with the portal metrics to fully understand throughput.
32+
The following metrics give you an idea of the latency and throughput of the application. The metrics you configure in the portal are in 1-minute averages. If a transaction finished in the middle of a minute that minute data is halved for the average. In the application, the upload and download operations were timed and provided you output of the actual amount of time it took to upload and download the files. This information can be used in conjunction with the portal metrics to fully understand throughput.
3333

3434
|Metric|Definition|
3535
|---|---|

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The following table lists the properties for Azure Storage resource logs when th
230230
|**accountName** | The name of the storage account. For example: `mystorageaccount`. |
231231
|**requestUrl** | The URL that is requested. For example: `http://mystorageaccount.blob.core.windows.net/cont1/blobname?timeout=10`.|
232232
|**userAgentHeader** | The **User-Agent header** value, in quotes. For example: `WA-Storage/6.2.0 (.NET CLR 4.0.30319.42000; Win32NT 6.2.9200.0)`.|
233-
|**referrerHeader** | The **Referer** header value. For example: `http://contoso.com/about.html`.|
233+
|**referrerHeader** | The **Referrer** header value. For example: `http://contoso.com/about.html`.|
234234
|**clientRequestId** | The **x-ms-client-request-id** header value of the request. For example: `360b66a6-ad4f-4c4a-84a4-0ad7cb44f7a6`. |
235235
|**etag** | The ETag identifier for the returned object, in quotes. For example: `0x8D101F7E4B662C4`. |
236236
|**serverLatencyMs** | The total time expressed in milliseconds to perform the requested operation. This value doesn't include network latency (the time to read the incoming request and send the response to the requester). For example: `22`. |
@@ -257,7 +257,7 @@ The following table lists the properties for Azure Storage resource logs when th
257257
|**smbCommandMajor uint32** | Value in the **SMB2_HEADER.Command**. Currently, this is a number between 0 and 18 inclusive. For example: `0x6` |
258258
|**smbCommandMinor** | The subclass of **SmbCommandMajor**, where appropriate. For example: `DirectoryCloseAndDelete` |
259259

260-
## See Also
260+
## See also
261261

262262
- 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ You can analyze metrics for Azure storage with metrics from other Azure services
8888

8989
The following example shows how to view **Transactions** at account level.
9090

91-
![screenshot of accessing metrics in the Azure portal](./media/monitor-storage/access-metrics-in-portal.png)
91+
![screenshot of accessing metrics in the Azure portal](./media/monitor-storage/access-metrics-portal.png)
9292

9393
For metrics supporting dimensions, you can filter metric with the desired dimension value. The following example shows how to view **Transactions** at account level on a specific operation by selecting values for **API Name** dimension.
9494

95-
![screenshot of accessing metrics with dimension in the Azure portal](./media/monitor-storage/access-metrics-in-portal-with-dimension.png)
95+
![screenshot of accessing metrics with dimension in the Azure portal](./media/monitor-storage/access-metrics-portal-with-dimension.png)
9696

9797
For a complete list of the dimensions that Azure Storage supports, see [Metrics Dimensions](monitor-storage-reference.md#metrics-dimensions).
9898

0 commit comments

Comments
 (0)