apim-kql

Official

APIM analytics via KQL queries.

AuthorAzure-Samples
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables teams to craft efficient Kusto Query Language (KQL) queries for Azure API Management telemetry in Azure Monitor, enabling fast analysis of APIM logs to improve API reliability and performance.

Core Features & Use Cases

  • KQL templates for common APIM telemetry across gateway, LLM, MCP, WebSocket, and Application Insights data.
  • Table schemas & pattern guides to join related logs for end-to-end visibility.
  • Use cases include API performance monitoring, error tracing, usage analytics, and capacity planning.

Quick Start

Start exploring with a simple gateway error query: ApiManagementGatewayLogs | where TimeGenerated > ago(24h) | where ResponseCode >= 400 | project TimeGenerated, ApiId, OperationId, ResponseCode

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: apim-kql
Download link: https://github.com/Azure-Samples/AI-Gateway/archive/main.zip#apim-kql

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.