azure-eventgrid-dotnet
Client library for publishing and consuming events with Azure Event Grid in .
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
- Publishing order lifecycle events from a .NET microservice to downstream consumers
- Receiving and acknowledging events with lock tokens using pull delivery namespaces
- Routing events to multiple domain topics based on event source
- Triggering Azure Functions from Event Grid webhook subscriptions
- Parsing incoming system events like StorageBlobCreatedEventData in webhook handlers
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
