Tag Archives: eventgrid

Publishing to an Event Grid topic from .Net

Here’s a quick helper class to make publishing to a custom topic in an Event Grid instance a one-line operation.

Locally debugging an Azure Function triggered by Azure Event Grid

Event Grid subscriptions point to an https endpoint. When using Azure Functions as the subscriber, how can you locally debug your events?