Table of Contents
In this article, We learn how to Create Table in Azure Kusto Database. I will show how to do it, and just follow the steps clearly.
For more updates please do Subscribe via Email:
Azure?
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?
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.
Implementation
For this article you must refer this previous blog on how to access Web UI. Because for this activity we are doing it in Web UI in kusto.
Navigate this in your Web UI -> Data
Ingest Data
First click the Create Table which is visible in the Data page.
First in Ingest Data you can select table option either existing table or new table. so since we have existing table that we are created last article on how to create table in azure kusto database. So we reused it in this article. But in you case if you have not existing database you can select the new table and full out the table name.
Click Next: Source to proceed.
here you select different source type. But in this article we are using csv so that we select a file.
Upload your csv file or any file that contains your source of dataset. Then click the Next:Schema to proceed.
This will be the view after uploading the file and view the schema of the table. We can see that the file extension is a csv. and the mapping name here in the left side. To completely create the table just click the Next: Start Ingestion.
Wait for a few second for Data ingestion.
And now the Data ingestion completed.
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
What is Microsoft Power Automate
In this article, I will know what is power automate, And Microsoft Power Automate, formerly known as Microsoft Flow, is a cloud-based service that allows […]
What is Microsoft Power Apps
In this article, I will know what is power apps, And Microsoft Power Apps is a low-code development platform that allows users to easily create […]
What is Microsoft Power Platform
In this article, I will introduce the new technology powered by Microsoft product which is Microsoft Power Platform. Microsoft Power Platform is a line of […]
How to create a personal access token in Azure DevOps
In this article, We learn how to create a Personal Access Token in Azure DevOps. I will show how to do it, and just follow […]
How to save the composed mail into outlook draft using HTTP request in Power Automate
In this article, We learn how to saved the composed mail into outlook draft using HTTP request in Power Automate. I will show how to […]