Tag Archives: functions

Make Serverless Music – Orchestrate your workflow with Azure [Part 3 – Azure Functions]

Create a simple workflow orchestration using Azure Functions, executed both sequentially and in parallel

Creating an XML <-> JSON Converter in Azure Functions

A walkthrough of creating an Azure Function to convert XML to JSON and vice-versa, including pitfalls and gotchyas of returning XML from Azure Functions

Azure and Alexa, creating conversation with ease

A quick walkthrough on creating an Alexa Skill backed by Azure Functions

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.