Setup & Installation
What This Skill Does
Client library for publishing and consuming events with Azure Event Grid in .NET applications. Supports both push delivery (topics and domains) and pull delivery (namespaces), with EventGridEvent and CloudEvent schemas. Handles batching, lock token management, schema serialization, and auth (including Entra ID managed identity) so you don't have to write HTTP boilerplate against the Event Grid REST API.
When to use it
- Working with azure eventgrid dotnet functionality
- Implementing azure eventgrid dotnet features
- Debugging azure eventgrid dotnet related issues
