Skip to content

Commit a8e48c3

Browse files
committed
review-1
1 parent 1c5fc1e commit a8e48c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

learn-pr/azure/multi-table-queries-with-kusto-query-language/3-exercise-connect-to-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Connect to resources
44
metadata:
55
unitType: exercise
66
title: Exercise - Connect to resources
7-
description: In this exercise, you'll learn how to connect to a database that holds the sales data.
7+
description: In this exercise, you learn how to connect to a database that holds the sales data.
88
ms.date: 01/03/2024
99
author: shsagir
1010
ms.author: shsagir

learn-pr/azure/multi-table-queries-with-kusto-query-language/includes/1-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Kusto Query Language (KQL) lets you explore your data to discover patterns, iden
44

55
Suppose you work at a retail company that sells a wide range of products. You're the data analyst on the sales team that's responsible for providing insights that help the team promote awareness of their products and grow sales. You want to provide the desired insights, but to do so requires data spread across several tables. You want to use KQL to gain the insights by querying data from multiple tables.
66

7-
## What will we be doing?
7+
## What are we going to do?
88

9-
Writing queries in Kusto Query Language (KQL) to first enrich data by combining multiple tables and then analyze that data for deeper insights. In this module, you learn how to:
9+
Write queries in Kusto Query Language (KQL) to first enrich data by combining multiple tables and then analyze that data for deeper insights. In this module, you learn how to:
1010

1111
- Extend a fact table with dimension table data by using the `join` or `lookup` operators.
1212
- Merge or append rows from multiple tables or tabular expressions by using the `union` operator.

learn-pr/azure/multi-table-queries-with-kusto-query-language/includes/3-exercise-connect-to-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To complete the exercises in this module, you need one of the following accounts
77

88
## Connect to the data
99

10-
In this exercise, you use the Azure Data Explorer web interface to connect to the data. However, you can also use the Kusto Query Language itself in Azure Monitor Logs, Azure Sentinel, and other services. You only need to connect once. Then, continue to use this data connection for all queries throughout this module.
10+
In this exercise, you use the Azure Data Explorer web interface to connect to the data. However, you can also use the Kusto Query Language itself in Azure Monitor Logs, Microsoft Sentinel, and other services. You only need to connect once. Then, continue to use this data connection for all queries throughout this module.
1111

1212
1. Use your Azure account to sign in to the [Azure Data Explorer web UI](https://dataexplorer.azure.com/).
1313
1. In the left pane, select the **+ Add** dropdown, and then select **Connection**.

0 commit comments

Comments
 (0)