Skip to content

Commit 3981c4e

Browse files
committed
Fixing some validation issues
1 parent 9a9a798 commit 3981c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/storage/blobs/monitor-blob-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The [Activity log](/azure/azure-monitor/essentials/activity-log) is a type of pl
321321
The following types of authenticated requests are logged:
322322

323323
- Successful requests
324-
- Failed requests, including time out, throttling, network, authorization, and other errors
324+
- Failed requests, including time-out, throttling, network, authorization, and other errors
325325
- Requests that use a shared access signature (SAS) or OAuth, including failed and successful requests
326326
- Requests to analytics data (classic log data in the **$logs** container and class metric data in the **$metric** tables)
327327

@@ -336,7 +336,7 @@ Requests made by the Blob storage service itself, such as log creation or deleti
336336

337337
- Successful requests
338338
- Server errors
339-
- Timeout errors for both client and server
339+
- Time out errors for both client and server
340340
- Failed GET requests with the error code 304 (Not Modified)
341341

342342
All other failed anonymous requests 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-blob-storage-reference.md).

articles/storage/files/storage-files-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To collect resource logs, you must create a diagnostic setting. When you create
6161

6262
To get the list of SMB and REST operations that are logged, see [Storage logged operations and status messages](/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages) and [Azure Files monitoring data reference](storage-files-monitoring-reference.md).
6363

64-
See [Create diagnostic setting to collect platform logs and metrics in Azure](../../azure-monitor/platform/diagnostic-settings.md) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, and PowerShell. You can also find links to information about how to create a diagnostic setting by using an Azure Resource manager template or an Azure Policy definition.
64+
See [Create diagnostic setting to collect platform logs and metrics in Azure](../../azure-monitor/platform/diagnostic-settings.md) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, and PowerShell. You can also find links to information about how to create a diagnostic setting by using an Azure Resource Manager template or an Azure Policy definition.
6565

6666
## Destination limitations
6767

0 commit comments

Comments
 (0)