Setup & Installation
What This Skill Does
Azure Monitor Query SDK for Python wraps the LogsQueryClient and MetricsQueryClient APIs for querying Log Analytics workspaces using Kusto queries and pulling Azure Monitor metrics. It supports batch queries, async clients, and dimension filtering. Writing raw Azure Monitor REST calls requires manual token handling, pagination, and result parsing — this SDK abstracts all of that into typed Python clients with built-in partial-result and error handling.
When to use it
- Working with azure monitor query py functionality
- Implementing azure monitor query py features
- Debugging azure monitor query py related issues
