Skip to content

Commit b03ac3a

Browse files
authored
Merge pull request #109385 from sohamnchatterjee/patch-5
updated enable raw logs with a change in query
2 parents 5c23bb5 + 5b44b2e commit b03ac3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/cdn/enable-raw-logs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To configure Raw logs for your Azure CDN from Microsoft profile:
5757

5858
## Raw logs properties
5959

60-
Azure CDN from Microsoft Service currently provides Raw logs (batched hourly). Raw logs provide individual API requests with each entry having the following schema:
60+
Azure CDN from Microsoft Service currently provides Raw logs. Raw logs provide individual API requests with each entry having the following schema:
6161

6262
| Property | Description |
6363
|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -83,7 +83,6 @@ Azure CDN from Microsoft Service currently provides Raw logs (batched hourly). R
8383
8484
> [!NOTE]
8585
> The logs can be viewed under your Log Analytics profile by running a query. A sample query would look like AzureDiagnostics
86-
| where OperationName == "Microsoft.Cdn/Profiles/AccessLog/Write"
8786
| where Category == "AzureCdnAccessLog"
8887

8988
## Next Steps

0 commit comments

Comments
 (0)