azure-kusto

Manage and query Azure Data Explorer resources using KQL.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/cassm199-mita/azure-agentic-infraops-accelerator --skill azure-kusto-cassm199-mita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-kusto
Source: https://github.com/cassm199-mita/azure-agentic-infraops-accelerator/tree/main/.github/skills/azure-kusto
Command: npx skills add https://github.com/cassm199-mita/azure-agentic-infraops-accelerator --skill azure-kusto-cassm199-mita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies querying and managing Azure Data Explorer (Kusto) databases, enabling efficient analysis of log and telemetry data.

Core Features & Use Cases

  • Query Execution: Run KQL queries against large datasets for detailed analysis.
  • Schema Exploration: Discover tables, columns, and data types for better data understanding.
  • Resource Management: List and manage clusters and databases.
  • Analytics: Perform aggregations, time series analysis, anomaly detection, and machine learning.
  • Use Case: For instance, analyze log data to identify patterns, trends, and anomalies in Azure applications.

Quick Start

To run a query on a specific database, use the command: "Run a KQL query on [database name]".

Frequently Asked Questions about azure-kusto

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a KQL query on Azure Data Explorer for log analysis?

To execute a KQL query on Azure Data Explorer, run your Kusto Query Language statements against a specific database to analyze large datasets. This process requires proper authentication and permissions to access the targeted Azure resources.

What is the best way to explore database schemas in Azure Data Explorer?

Exploring database schemas in Azure Data Explorer involves discovering available tables, columns, and data types. This schema exploration provides the structural understanding needed before executing complex telemetry queries or performing time series analysis.

Can I perform anomaly detection and machine learning analysis on telemetry data with Kusto?

Yes, you can perform anomaly detection and machine learning analysis on telemetry data with Kusto. The Azure Data Explorer environment supports advanced analytics, allowing you to identify patterns, trends, and anomalies in Azure application logs.

Do I need special authentication to manage Azure Data Explorer clusters and databases?

Yes, proper authentication and permissions are required to manage Azure Data Explorer clusters and databases. Resource management tasks, including listing clusters and executing queries, require verified access to the underlying Azure resources.

How does Azure Data Explorer handle time series analysis for application logs?

Azure Data Explorer handles time series analysis for application logs by running aggregations and advanced KQL queries across large datasets. This approach allows you to identify patterns and trends in Azure applications.

When should I use Kusto Query Language instead of other data analytics tools?

Use Kusto Query Language when analyzing large volumes of log and telemetry data in Azure Data Explorer. It is specifically designed for detailed analysis, supporting resource management, schema exploration, and complex data processing tasks.