Skip to content

Commit eeaf33f

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents eb1caf4 + 195e0e4 commit eeaf33f

Some content is hidden

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

47 files changed

+256
-201
lines changed

learn-pr/azure/explore-fundamentals-kql/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Introduction
44
metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
7-
title: introduction
7+
title: Introduction
88
description: "In this module, you'll learn about what KQL does, how it works, and when to use it. You'll explore basic query types, learn about some of the services that use KQL, and run simple queries in these service environments."
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit

learn-pr/azure/explore-fundamentals-kql/2-query-basics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Query language basics
44
metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
7-
title: learning-content
7+
title: Query language basics
88
description: "Explore the basics of a query language, KQL specifically, and begin to learn how, where, and when you might want to use it."
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit

learn-pr/azure/explore-fundamentals-kql/3-kql-query-environments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: KQL query environments
88
description: "Learn about the different environments in which you can use KQL."
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit

learn-pr/azure/explore-fundamentals-kql/4-kql-query-structure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: How a KQL query is built
44
metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
7-
title: learning-content
7+
title: How a KQL query is built
88
description: Learn about the structure of a KQL query, how data is processed through the funnel. Learn about inputs, outputs, and the query pipeline. What are the kinds of KQL queries?
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit

learn-pr/azure/explore-fundamentals-kql/5-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: "Exercise: Sample queries"
88
description: "Start exploring KQL by running some simple sample queries in any of the available demo environments."
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit

learn-pr/azure/explore-fundamentals-kql/6-query-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Types of KQL queries
88
description: "Explore the different types of Kusto Query Language queries."
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit

learn-pr/azure/explore-fundamentals-kql/7-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: "Exercise: Different types of KQL queries"
88
description: "Practice using the different types of sample queries shown in the previous unit."
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit

learn-pr/azure/explore-fundamentals-kql/8-knowledge-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: "A knowledge check about how Kusto Query Language (KQL) is used to query data in Microsoft services, including various Azure services, for monitoring and real-time analytics."
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit
@@ -16,13 +16,13 @@ quiz:
1616
questions:
1717
- content: "What are the strengths of Kusto Query Language (KQL) as a query language?"
1818
choices:
19-
- content: "KQL is efficient at retrieving and processing data in near real-time."
19+
- content: "KQL is efficient at retrieving and processing data in near real time."
2020
isCorrect: true
2121
explanation: "KQL is designed specifically for large data sets and outperforms many other query languages. It returns query results without modifying the stored data or metadata."
2222
- content: "KQL can be used to retrieve, update, and delete data."
2323
isCorrect: false
2424
explanation: " KQL is for querying only. Unlike SQL, KQL doesn't update or delete data."
25-
- content: "KQL is good for use cases other than cybersecurity while SQL is primarily used for security-related queries."
25+
- content: "KQL is good for use cases other than cybersecurity, while SQL is primarily used for security-related queries."
2626
isCorrect: false
2727
explanation: "KQL is primarily used for near-real-time analytics and monitoring and is ideal for querying data related to reliability, performance, and security."
2828
- content: "How is a KQL query built?"
@@ -40,7 +40,7 @@ quiz:
4040
choices:
4141
- content: "Save them as files and import them as needed."
4242
isCorrect: false
43-
explanation: "While you can technically save KQL queries as files on your computer, this method isn't efficient and can lead to errors."
43+
explanation: "Although you can technically save KQL queries as files on your computer, this method isn't efficient and can lead to errors."
4444
- content: "Save them as functions."
4545
isCorrect: true
4646
explanation: "You can use a function as a standalone saved query or as a command as part of another query. Use functions to simplify complex queries, reuse common query patterns, and improve query readability."

learn-pr/azure/explore-fundamentals-kql/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Review of the information you've learned in this Training module."
9-
ms.date: 11/02/2023
9+
ms.date: 11/01/2024
1010
author: YaelSchuster
1111
ms.author: yaschust
1212
ms.topic: unit
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Kusto Query Language (KQL) is the query language used by several Microsoft products. Including, Azure Data Explorer, Real-Time Analytics in Microsoft Fabric, Log Analytics in Azure Monitor, Microsoft Sentinel, Microsoft Defender XDR, Azure Resource Graph, and Resource Manager. Querying data using KQL lets you gain insights about your IT, business, and security from large data sets you collect, in near real-time.
1+
Kusto Query Language (KQL) is the query language several Microsoft products use, including Azure Data Explorer, Real-Time Analytics in Microsoft Fabric, Log Analytics in Azure Monitor, Microsoft Sentinel, Microsoft Defender XDR, Azure Resource Graph, and Resource Manager. Querying data using KQL lets you gain insights about your IT, business, and security from large data sets you collect, in near real time.
22

33
## What will we be doing?
44

5-
In this module, you learn about what KQL does, how it works, and when to use it. You explore basic query types, learn about some of the services that use KQL, and run simple queries in these service environments.
5+
In this module, you'll learn about what KQL does, how it works, and when to use it. You'll explore basic query types, learn about some of the services that use KQL, and run simple queries in these service environments.
66

77
## What is the main goal?
88

9-
By the end of this session, you're able to identify key features and query environments for using KQL.
9+
By the end of this session, you'll be able to identify key features and query environments for using KQL.

0 commit comments

Comments
 (0)