Tag Archives: dotnet

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?

Testing disk space exceptions with CopyToAsync

I got an error report from the field in Upload to YouTube where the user was getting an unhandled exception when I copied their Camera Roll video to temporary storage to hand off to Movie Maker for editing. Great catch, now to shore up the UX when this happens. Only problem is, I need to… Read More »