Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 537f0f6

Browse files
committed
Removed last erroneous SQL reference and other tweaks
1 parent 7f19b18 commit 537f0f6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/azure-data-studio/notebooks/notebooks-kusto-kernel.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 09/22/2020
1313

1414
# Create and run a Kusto notebook (Preview)
1515

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.
1717

1818
## Prerequisites
1919

@@ -29,11 +29,11 @@ The following steps show how to create a notebook file in Azure Data Studio:
2929

3030
1. In Azure Data Studio, connect to your Azure Data Explorer cluster.
3131

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*.
3333

3434
:::image type="content" source="media/notebooks-kusto-kernel/kusto-new-notebook.png" alt-text="Open notebook":::
3535

36-
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.
3737

3838
:::image type="content" source="media/notebooks-kusto-kernel/set-kusto-kernel.png" alt-text="Set Kernel and Attach to":::
3939

@@ -49,19 +49,19 @@ To change the Kusto connection for a notebook:
4949

5050
:::image type="content" source="media/notebooks-kusto-kernel/kusto-select-attach-to-change-connections.png" alt-text="change connections":::
5151

52-
> [!Note]
53-
> 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.
5754
5855
2. Now you can either select a recent connection server or enter new connection details to connect.
5956

6057
:::image type="content" source="media/notebooks-kusto-kernel/kusto-change-connection-cluster.png" alt-text="Select a different cluster":::
6158

59+
> [!Note]
60+
> Specify the cluster name without the `https://`.
61+
6262
## Run a code cell
6363

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.
6565

6666
For example:
6767

0 commit comments

Comments
 (0)