[Kusto extension] Updated links (#12569)

* Add CodeQL Analysis workflow (#10195)

* Add CodeQL Analysis workflow

* Fix path

* updated links

* edit line 31

* edit lines 11 and 31

* edit line 11 again

Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com>
This commit is contained in:
Mark Ghanayem
2020-09-22 16:24:01 -05:00
committed by GitHub
parent 4f433772af
commit cf8283a2b0

View File

@@ -8,7 +8,7 @@ Connect and query Azure Data Explorer (Kusto) clusters and databases with Azure
- Create a notebook with Kusto.
- View query results and save to CSV, JSON, XML, Excel, or as a chart.
For more information, see the [Kusto extension for Azure Data Studio documentation](https://go.microsoft.com/fwlink/?linkid=2129918).
For more information, visit the [Kusto (KQL) extension for Azure Data Studio](https://go.microsoft.com/fwlink/?linkid=2143832) documentation.
## Connect to an Azure Data Explorer cluster
@@ -20,8 +20,6 @@ Once connected to a cluster, you can start writing a KQL query, run it and a vie
![KQL query in Azure Data Studio](https://raw.githubusercontent.com/microsoft/azuredatastudio/main/extensions/kusto/resources/images/kusto-readme-query.gif)
For more information, see [how to create a notebook with the Kusto extension](https://go.microsoft.com/fwlink/?linkid=2129920).
## Create notebooks using the Kusto Kernel
You can run Kusto in a notebook with Azure Data Studio.
@@ -30,7 +28,7 @@ Select on **Create notebook** to create a new notebook in Azure Data Studio.
![Kusto notebook in Azure Data Studio](https://raw.githubusercontent.com/microsoft/azuredatastudio/main/extensions/kusto/resources/images/kusto-readme-notebook.gif)
For more information, see [how to create a notebook with the Kusto extension](https://go.microsoft.com/fwlink/?linkid=2129920).
For more information, see [Create and run a Kusto (KQL) notebook](https://go.microsoft.com/fwlink/?linkid=2143934).
## Contributing to the Extension