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

Commit b6854fd

Browse files
authored
Corrected links and updated instructions
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.
1 parent b14571f commit b6854fd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 09/22/2020
1515

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

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

2020
This feature is currently in preview.
2121

@@ -25,7 +25,7 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
2525

2626
- [An Azure Data Explorer cluster with a database that you can connect to](https://docs.microsoft.com/azure/data-explorer/create-cluster-database-portal).
2727
- [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).
2929

3030
## Create a Kusto (KQL) notebook
3131

@@ -65,15 +65,15 @@ To change the Kusto connection for a notebook:
6565
6666
## Run a code cell
6767

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

7070
For example:
7171

7272
1. Add a new code cell by selecting the **+Code** command in the toolbar.
7373

7474
:::image type="content" source="media/notebooks-kusto-kernel/kusto-kernel-code.png" alt-text="Kusto kernel code block":::
7575

76-
2. Copy and paste the following example into the cell and select **Run cell**. This example creates a new database.
76+
2. Copy and paste the following example into the cell and select **Run cell**. This example queries the StormEvents data for a speciific event type.
7777

7878
```kusto
7979
StormEvents
@@ -103,7 +103,7 @@ If you run a script that returns a result, you can save that result in different
103103

104104
Learn more about notebooks:
105105

106-
- [Kusto extension for Azure Data Studio](notebooks-kusto-kernel.md)
106+
- [Kusto (KQL) extension for Azure Data Studio](../extensions/kusto-extension.md)
107107
- [How to use notebooks in Azure Data Studio](../notebooks-guidance.md)
108108
- [Create and run a Python notebook](../notebooks-tutorial-python-kernel.md)
109109
- [Create and run a SQL Server notebook](../notebooks-tutorial-sql-kernel.md)

0 commit comments

Comments
 (0)