Setup & Installation
What This Skill Does
Azure Monitor Ingestion SDK for Python sends custom log data to a Log Analytics workspace via the Logs Ingestion API. It handles authentication, batching, gzip compression, and parallel uploads automatically. Works with both sync and async patterns. Instead of manually chunking, compressing, and retrying HTTP requests to the ingestion API, the SDK handles batching and partial failure callbacks so you can focus on what to send rather than how.
When to use it
- Working with azure monitor ingestion py functionality
- Implementing azure monitor ingestion py features
- Debugging azure monitor ingestion py related issues
