Writing Basic KQL Queries
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.