Skip to content

Commit dd22b9b

Browse files
authored
Merge pull request #108648 from sohamnchatterjee/patch-5
Updated the file
2 parents f5efe3b + 43f9f36 commit dd22b9b

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

articles/cdn/enable-raw-logs.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Azure CDN HTTP raw logs
33
description: This article describes the Azure CDN HTTP raw logs.
44
services: cdn
5-
author: asudbring
6-
manager: KumudD
5+
author: sohamnchatterjee
6+
manager: danielgi
77
ms.service: azure-cdn
88
ms.tgt_pltfrm: na
99
ms.devlang: na
1010
ms.topic: article
11-
ms.date: 03/10/2020
12-
ms.author: allensu
11+
ms.date: 03/23/2020
12+
ms.author: sohamnc
1313
---
1414

1515
# Azure CDN HTTP raw logs
@@ -78,6 +78,13 @@ Azure CDN from Microsoft Service currently provides Raw logs (batched hourly). R
7878
| HttpStatusDetails | Resulting status on the request. Meaning of this string value can be found at a Status reference table. |
7979
| Pop | The edge pop, which responded to the user request. POPs' abbreviations are airport codes of their respective metros. |
8080
| Cache Status | Signifies if the object was returned from cache or came from the origin. |
81+
> [!IMPORTANT]
82+
> The HTTP Raw logs feature is available automatically for any profiles created or updated after **25th February 2020**. For CDN profiles created earlier, one should update the CDN endpoint after setting up logging. For example, one can navigate to geo filtering under CDN endpoints and block any country not relevant to their workload and hit save.
83+
84+
> [!Viewing logs under Azure Log Analytics]
85+
> 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"
87+
| where Category == "AzureCdnAccessLog"
8188

8289
## Next Steps
8390
In this article, you enabled HTTP raw logs for the Microsoft CDN service.
@@ -88,4 +95,4 @@ For more information on Azure CDN and the other Azure services mentioned in this
8895

8996
* Learn more about [Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/overview).
9097

91-
* Configure [Log Analytics in Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/log-query/get-started-portal).
98+
* Configure [Log Analytics in Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/log-query/get-started-portal).

0 commit comments

Comments
 (0)