Skip to content

Commit 4697d6f

Browse files
Merge pull request #51335 from KevSch/kevin-retire-6
Retire Gain insights from your data by using Kusto Query Language
2 parents e69b442 + 8a2dace commit 4697d6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+65
-1577
lines changed

.openpublishing.redirection.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,66 @@
1010
"redirect_url": "https://learn.microsoft.com/azure/app-service/tutorial-java-spring-cosmosdb",
1111
"redirect_document_id": false
1212
},
13+
{
14+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/1-introduction.yml",
15+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/2-group-data-aggregate-functions.yml",
20+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/3-exercise-connect-to-resources.yml",
25+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/4-exercise-count-events-count-function.yml",
30+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/5-exercise-visualize-data-render-operator.yml",
35+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/6-exercise-summarize-data-aggregate-functions.yml",
40+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/7-exercise-introduce-variables-let-statement.yml",
45+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/8-challenge.yml",
50+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/9-solution.yml",
55+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
56+
"redirect_document_id": false
57+
},
58+
{
59+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/10-knowledge-check.yml",
60+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
61+
"redirect_document_id": false
62+
},
63+
{
64+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/11-summary.yml",
65+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
66+
"redirect_document_id": false
67+
},
68+
{
69+
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/index.yml",
70+
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
71+
"redirect_document_id": false
72+
},
1373
{
1474
"source_path_from_root": "/learn-pr/azure/high-availability-disaster-recovery-azure-arc-enabled-sql-managed-instance/1-introduction.yml",
1575
"redirect_url": "https://learn.microsoft.com/training/paths/get-started-azure-arc-sql-managed-instance",

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ achievements:
1010
title: Guided project - Analyze logs in Azure Monitor with KQL
1111
summary: Write log queries to find answers to operational and business questions. Use Kusto Query Language (KQL) to extract insights from logs in Azure Monitor.
1212
iconUrl: /training/achievements/analyze-logs-with-kql.svg
13+
- uid: learn.azure.gain-insights-data-kql.badge
14+
type: badge
15+
title: Gain insights from your data by using Kusto Query Language
16+
summary: Write advanced queries in Kusto Query Language to help you gain insights from your data.
17+
iconUrl: /training/achievements/gain-insights-in-your-data-using-kusto-query-language.svg
1318
- uid: learn.azure.characterize-dataset-azure-data-explorer.badge
1419
type: badge
1520
title: Characterize an unfamiliar dataset with Azure Data Explorer

learn-pr/azure/gain-insights-data-kusto-query-language/1-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/gain-insights-data-kusto-query-language/10-knowledge-check.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

learn-pr/azure/gain-insights-data-kusto-query-language/11-summary.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/gain-insights-data-kusto-query-language/2-group-data-aggregate-functions.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/gain-insights-data-kusto-query-language/3-exercise-connect-to-resources.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/gain-insights-data-kusto-query-language/4-exercise-count-events-count-function.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/gain-insights-data-kusto-query-language/5-exercise-visualize-data-render-operator.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/gain-insights-data-kusto-query-language/6-exercise-summarize-data-aggregate-functions.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)