
Event Grid Example
Table of Contents
Azure EventGrid is a messaging pipeline that allows you to easily build event based applications that allow you to wire your application components to both publish and subscribe to events. EventGrid also has a number of built in Azure connectors out of the box, including Azure numerous Azure service publishers, as well as Functions, Service Bus, Logic Apps and general web hooks. If you have a more traditional ASP.NET Core application that you want to both publish and subscribe to EventGrid events and wanted to see examples I couldn’t find any so I built this sample from the ground up.
You can read more about how I did this in the post Setting up an EventGrid Handler.
Repository
Repository can be found in GitHub - https://github.com/GlennPrince/ASPNetEventGridSample