Tag Archives: functions
Creating an XML <-> JSON Converter in Azure Functions
Azure and Alexa, creating conversation with ease
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?
Monitoring the Nuget feed using Azure Functions
Serverless approaches are great for quick, simple jobs that need to run periodically – let’s explore using Azure Functions for just one such application; to poll the Nuget feed for updates to a package we’re interested in.