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

Commit cf3b4b4

Browse files
committed
reformat image syntax
1 parent 9c4dad9 commit cf3b4b4

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Binary file not shown.

docs/azure-data-studio/notebooks/media/notebooks-kusto-kernel/run-notebook-cell.png renamed to docs/azure-data-studio/notebooks/media/notebooks-kusto-kernel/run-kusto-notebook-cell.png

File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ The following steps show how to create a notebook file in Azure Data Studio:
3131

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

34-
![Open notebook](media/notebooks-kusto-kernel/kusto-new-notebook.png)
34+
:::image type="content" source="media/notebooks-kusto-kernel/kusto-new-notebook.png" alt-text="Open notebook":::
3535

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

38-
![Set Kernel and Attach to](media/notebooks-kusto-kernel/set-kusto-kernel.png)
38+
:::image type="content" source="media/notebooks-kusto-kernel/set-kusto-kernel.png" alt-text="Set Kernel and Attach to":::
3939

4040
You can save the notebook using the **Save** or **Save as...** command from the **File** menu.
4141

@@ -47,7 +47,7 @@ To change the Kusto connection for a notebook:
4747

4848
1. Select the **Attach to** menu from the notebook toolbar and then select **Change Connection**.
4949

50-
![Select the Attach to menu in the notebook toolbar](media/notebooks-kusto-kernel/kusto-select-attach-to-change-connections.png)
50+
:::image type="content" source="media/notebooks-kusto-kernel/kusto-select-attach-to-change-connections.png" alt-text="change connections":::
5151

5252
> [!Note]
5353
> Ensure that the database value is populated. Kusto notebooks require to have the database specified.
@@ -57,7 +57,7 @@ To change the Kusto connection for a notebook:
5757
5858
2. Now you can either select a recent connection server or enter new connection details to connect.
5959

60-
![Select a server from the Attach to menu](media/notebooks-kusto-kernel/kusto-change-connection-cluster.png)
60+
:::image type="content" source="media/notebooks-kusto-kernel/kusto-change-connection-cluster.png" alt-text="Select a different cluster":::
6161

6262
## Run a code cell
6363

@@ -67,7 +67,7 @@ For example:
6767

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

70-
![Notebook toolbar](media/notebooks-kusto-kernel/kusto-kernel-code.png)
70+
:::image type="content" source="media/notebooks-kusto-kernel/kusto-kernel-code.png" alt-text="Kusto kernel code block":::
7171

7272
2. Copy and paste the following example into the cell and select **Run cell**. This example creates a new database.
7373

@@ -76,7 +76,7 @@ For example:
7676
| where EventType == "Waterspout"
7777
```
7878

79-
![Run cell](media/notebooks-kusto-kernel/run-notebook-cell.png)
79+
:::image type="content" source="media/notebooks-kusto-kernel/run-kusto-notebook-cell.png" alt-text="Run cell":::
8080

8181
## Save the result
8282

@@ -93,7 +93,7 @@ If you run a script that returns a result, you can save that result in different
9393
| limit 10
9494
```
9595

96-
![Save result](media/notebooks-kusto-kernel/run-notebook-save-results.png)
96+
:::image type="content" source="media/notebooks-kusto-kernel/run-notebook-save-results.png" alt-text="Save result":::
9797

9898
## Next steps
9999

0 commit comments

Comments
 (0)