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: docs/azure-data-studio/notebooks/notebooks-kusto-kernel.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 09/22/2020
13
13
14
14
# Create and run a Kusto notebook (Preview)
15
15
16
-
This article shows you how to create and run an **[Azure Data Studio notebook](../notebooks-guidance.md)** using the Kusto extension, connecting to an Azure Data Explorer database. With the preview release of the Kusto extension, you have the option to change the notebook kernel to Kusto.
16
+
This article shows you how to create and run an **[Azure Data Studio notebook](../notebooks-guidance.md)** using the Kusto extension, connecting to an Azure Data Explorer cluster. With the preview release of the Kusto extension, you can change the kernel option to Kusto.
17
17
18
18
## Prerequisites
19
19
@@ -29,11 +29,11 @@ The following steps show how to create a notebook file in Azure Data Studio:
29
29
30
30
1. In Azure Data Studio, connect to your Azure Data Explorer cluster.
31
31
32
-
2. Navigate to the **Connections** pane and under the **Servers** window, right-click the Kusto database and select *New Notebook*. For this article, we use the help.kusto.windows.net cluster with the Samples database data.
32
+
2. Navigate to the **Connections** pane and under the **Servers** window, right-click the Kusto database and select *New Notebook*.
3. Select *Kusto* for the **Kernel**. Confirm that **Attach to** is set to the cluster name and database. For this article, we use the help.kusto.windows.net cluster with the Samples database data.
36
+
3. Select *Kusto* for the **Kernel**. Confirm that the **Attach to** menu is set to the cluster name and database. For this article, we use the help.kusto.windows.net cluster with the Samples database data.
37
37
38
38
:::image type="content" source="media/notebooks-kusto-kernel/set-kusto-kernel.png" alt-text="Set Kernel and Attach to":::
39
39
@@ -49,19 +49,19 @@ To change the Kusto connection for a notebook:
> Ensure that the database value is populated. Kusto notebooks require to have the database specified.
54
-
55
-
> [!Note]
56
-
> Specify the cluster name without the `https://`.
52
+
> [!Note]
53
+
> Ensure that the database value is populated. Kusto notebooks require to have the database specified.
57
54
58
55
2. Now you can either select a recent connection server or enter new connection details to connect.
59
56
60
57
:::image type="content" source="media/notebooks-kusto-kernel/kusto-change-connection-cluster.png" alt-text="Select a different cluster":::
61
58
59
+
> [!Note]
60
+
> Specify the cluster name without the `https://`.
61
+
62
62
## Run a code cell
63
63
64
-
You can create cells containing SQL code that you can run in place by selecting the **Run cell** button (the round black arrow) to the left of the cell. The results are shown in the notebook after the cell finishes running.
64
+
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.
0 commit comments