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
1. Corrected the link to the Kusto (KQL) extension.
2. Added (KQL) in the label where applicable.
3. Changed to KQL for KQL query (instead of Kusto query).
4. Updated the description of the KQL query in the Run a code cell.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/notebooks/notebooks-kusto-kernel.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.date: 09/22/2020
15
15
16
16
This article shows you how to create and run an [Azure Data Studio notebook](../notebooks-guidance.md) using the [Kusto (KQL) extension](../extensions/kusto-extension.md), connecting to an Azure Data Explorer cluster.
17
17
18
-
With the Kusto extension, you can change the kernel option to **Kusto**.
18
+
With the Kusto (KQL) extension, you can change the kernel option to **Kusto**.
19
19
20
20
This feature is currently in preview.
21
21
@@ -25,7 +25,7 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
25
25
26
26
-[An Azure Data Explorer cluster with a database that you can connect to](https://docs.microsoft.com/azure/data-explorer/create-cluster-database-portal).
27
27
-[Azure Data Studio](../download-azure-data-studio.md).
28
-
-[Kusto extension for Azure Data Studio](notebooks-kusto-kernel.md).
28
+
-[Kusto (KQL) extension for Azure Data Studio](../extensions/kusto-extension.md).
29
29
30
30
## Create a Kusto (KQL) notebook
31
31
@@ -65,15 +65,15 @@ To change the Kusto connection for a notebook:
65
65
66
66
## Run a code cell
67
67
68
-
You can create cells containing Kusto that you can run in place by selecting the **Run cell** button to the cell's left. The results are shown in the notebook after the cell runs.
68
+
You can create cells containing KQL queries that you can run in place by selecting the **Run cell** button to the cell's left. The results are shown in the notebook after the cell runs.
69
69
70
70
For example:
71
71
72
72
1. Add a new code cell by selecting the **+Code** command in the toolbar.
0 commit comments