Setup & Installation
What This Skill Does
Azure Event Grid SDK for Python. Publishes events to Azure Event Grid topics using CloudEvents 1.0 or the native EventGridEvent schema. Supports both sync and async clients for event-driven architectures with pub/sub semantics. The SDK handles authentication, batching, and retry logic so you don't have to implement HTTP request signing or manage CloudEvents envelope formatting by hand.
When to use it
- Working with azure eventgrid py functionality
- Implementing azure eventgrid py features
- Debugging azure eventgrid py related issues
