In this article, We learn how to connect Azure Kusto Database in Kusto Explorer Desktop, I will show how to do it, and just follow the steps clearly.
For more updates please do Subscribe via Email:
Overview
In this article will tackle only on how to connect it. if you want more about Kusto or KQL please refer this link.
Azure is a cloud computing platform and an online portal that allows you to access and manage cloud services and resources provided by Microsoft. These services and resources include storing your data and transforming it, depending on your requirements.
Kusto is a query language designed for big data workloads particularly using large amount of data in from things like logs and event sources. Kusto query is a read-only request to process data and return results. KQL is the first party query language for Kusto cluster used by Azure Data Explorer. Kusto Query is only good for pulling or getting data from the data bank.
Kusto Explorer Desktop
Its desktop application that enables you to explore your data using the Kusto Query Language in an easy-to-use user interface. This article shows you how to use search and query modes, share your queries, and manage clusters, databases, and tables
Implementation
Install the Kusto Explorer Desktop app here.
After installation, Open the app and connect the azure Kusto database Uri.
Click this button to open pop-up window for add connection.
You can select depend on the setting up requirement of your database and paste the Uri link at cluster connection and press OK to proceed it.
Then this will be the view after the setup in Kusto Explorer Desktop.
Happy Learning..
Thank you for visiting my blog site. Hoping you learn more here. please feel free to comment and suggest if there is need to enhance and update. thank you.
Related Topics
How to Concatenate string in Kusto Query Language (KQL)
In this article, we learn on how to concatenate strings in Kusto Query Language (KQL) , Just follow and ready clearly. For […]
How to use order operator in Kusto Query Language (KQL)
In this article, we learn on how to use Where Operator in Kusto Query Language (KQL) , Just follow and […]
How to use extend operator in Kusto Query Language (KQL)
In this article, we learn on how to use Extend Operator in Kusto Query Language (KQL) , Just follow and […]
How to use “AS” operator in Kusto Query Language (KQL)
In this article, we learn on how to use As Operator in Kusto Query Language (KQL) , Just follow and […]
How to use Limit Operator in Kusto Query Language (KQL)
In this article, we learn on how to use Limit Operator in Kusto Query Language (KQL) , Just follow and […]
How to use Distinct Operator in Kusto Query Language (KQL)
In this article, we learn on how to use Distinct Operator in Kusto Query Language (KQL) , Just follow and […]
How To Use Count Operator In Kusto Query Language (KQL)
In this article, we learn on how to use Count Operator in Kusto Query Language (KQL) , Just follow and […]
How to implement datetime range in Kusto Query Language (KQL) using Between Operator
In this article, we learn on how to implement datetime range in Kusto Query Language (KQL) , Just follow and […]
How To Implement Kusto Query Language (KQL) Using Where Operator
In this article, we learn on how to use Where Operator in Kusto Query Language (KQL) , Just follow and […]
How to connect your Azure Kusto Database in Kusto Explorer Desktop
In this article, We learn how to connect Azure Kusto Database in Kusto Explorer Desktop, Â I will show how to […]
Pulling IcM data using kusto query in C#
In this article, We learn about IcM and kusto. I will try to discuss further as much as I can, […]
Join table in Kusto Query Language (KQL)
In this article, We learn how to join two or more tables in Kusto Query Language (KQL). I will show […]
Kusto Query Language (KQL)
In this article, We learn about Kusto Query Language (KQL), I will explain furthered and detailed as I can. Just […]