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

Leave a Reply

Your email address will not be published. Required fields are marked *