Skip to main content
This is lesson 2 of 4 in this module Course 98% complete

Writing Basic KQL Queries

Premium Content

Sign in with your account or sign up to access this lesson.

The lesson covers the core Application Insights tables: requests, dependencies, and exceptions, and shows how to join them via Operation ID to reconstruct multi-service operations. It demonstrates filtering with where, take, has and contains, plus aggregations using summarize, bin(), count(), avg() and percentile() to analyze request load and duration over time.