Write your first query with Kusto Query Language
Get started by writing simple queries in Kusto Query Language (KQL) to explore and gain insights from your data. Learn how to use the operators take
, project
, where
, count
, sort
, and others.
Learning objectives
By the end of this module, you'll be able to:
- Write your first query with KQL.
- Use KQL to explore data by using the most common operators.
Prerequisites
- An Azure subscription; you can create a free Azure account
- Familiarity with database structures like tables, columns, and rows