You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cdn/cdn-azure-diagnostic-logs.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,13 @@ ms.author: v-deasim
20
20
21
21
# Azure diagnostic logs
22
22
23
-
Azure diagnostic logs is available for all CDN endpoints belonging to Verizon (Standard and Premium) and Akamai (Standard) CDN Profiles. For more information, see [Diagnostic Logs](https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-overview-of-diagnostic-logs).
24
-
25
-
With this feature, you can view core analytics and save them into one or more destinations including:
23
+
With Azure diagnostic logs, you can view core analytics and save them into one or more destinations including:
This feature is available for all CDN endpoints belonging to Verizon (Standard and Premium) and Akamai (Standard) CDN Profiles.
32
-
33
-
For more information about diagnostic logs, see [Diagnostic Logs](https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-overview-of-diagnostic-logs).
29
+
This feature is available for all CDN endpoints belonging to Verizon (Standard and Premium) and Akamai (Standard) CDN Profiles.
34
30
35
31
Azure diagnostics logs allow you to export basic usage metrics from your CDN endpoint to a variety of sources so that you can consume them in a customized way. For example, you can do the following types of data export:
36
32
@@ -44,6 +40,7 @@ The following figure shows a typical CDN core analytics view of data.
44
40
45
41
*Figure 1 - CDN core analytics view*
46
42
43
+
For more information about diagnostic logs, see [Diagnostic Logs](https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-overview-of-diagnostic-logs).
47
44
48
45
## Enable logging with Azure portal
49
46
@@ -62,7 +59,8 @@ Sign in to the [Azure portal](http://portal.azure.com). If you don't already hav
62
59
63
60
### Enable logging with Azure Storage
64
61
65
-
To use Azure Storage to store the logs, select **Archive to a storage account**, **CoreAnalytics**, and choose the number of retention days under **Retention (days)**.
62
+
1. To use Azure storage to store the logs, select **Archive to a storage account**, select **CoreAnalytics**, and then choose the number of retention days under **Retention (days)**. A retention of zero days stores the logs indefinitely.
63
+
2. Enter a name for your setting, then click **Storage account**. After you have selected a storage account, click **Save**.
4. Enter a new OMS workspace name. An OMS workspace name must be unique and contain only letters, numbers, and hyphens; spaces and underscores are not allowed. Next, select an existing subscription, resource group (new or existing), location, and pricing tier. You also have the option of pinning this configuration to your dashboard. Click **OK** to complete the configuration.
85
+
4. Enter a new OMS workspace name. An OMS workspace name must be unique and contain only letters, numbers, and hyphens; spaces and underscores are not allowed.
86
+
5. Next, select an existing subscription, resource group (new or existing), location, and pricing tier. You also have the option of pinning this configuration to your dashboard. Click **OK** to complete the configuration.
@@ -132,7 +131,7 @@ To Enable Diagnostics Logs in an OMS workspace, use this command:
132
131
133
132
134
133
## Consuming diagnostics logs from Azure Storage
135
-
This section describes the schema of CDN core analytics, how it is organized inside of an Azure storage account, and provides sample code to download the logs into a CSV file.
134
+
This section describes the schema of CDN core analytics, how it is organized inside of an Azure storage account, and provides sample code to download the logs in a CSV file.
136
135
137
136
### Using Microsoft Azure Storage Explorer
138
137
Before you can access the core analytics data from the Azure Storage Account, you first need a tool to access the contents in a storage account. While there are several tools available in the market, the one that we recommend is the Microsoft Azure Storage Explorer. To download the tool, see [Azure Storage Explorer](http://storageexplorer.com/). After downloading and installing the software, configure it to use the same Azure storage account that was configured as a destination to the CDN Diagnostics Logs.
0 commit comments