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.
Here’s a quick helper class to make publishing to a custom topic in an Event Grid instance a one-line operation.
Event Grid subscriptions point to an https endpoint. When using Azure Functions as the subscriber, how can you locally debug your events?