Back to skills

azure-eventgrid-dotnet

infrastructure

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

Setup & Installation

npx skills add https://github.com/microsoft/azure-eventgrid-dotnet --skill azure-eventgrid-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-eventgrid-dotnet
View on GitHub

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