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

Commit c6322ff

Browse files
committed
Added lines 105-109 in kqlmagic article
1 parent 4eed995 commit c6322ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/azure-data-studio/notebooks/notebooks-kqlmagic.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ This section explains how to run data analysis using Kqlmagic with an Azure Data
103103
%kql azureDataExplorer://code;cluster='help';database='Samples'
104104
```
105105

106+
> [!Note]
107+
> If you are using your own ADX cluster, you must include the region in the connection string as follows:
108+
```%kql azuredataexplorer://code;cluster='mycluster.westus';database='mykustodb'```
109+
106110
You use Device Login to authenticate. Copy the code from the output and select **authenticate** which opens a browser where you need to paste the code. Once you authenticate successfully, you can come back to Azure Data Studio to continue with the rest of the script.
107111

108112
![Azure Data Explorer authentication](media/notebooks-kqlmagic/ade-auth.png)

0 commit comments

Comments
 (0)