Developer Support

Advocacy and Innovation

Durable Functions

While one thinks of event driven code, the requirements (operational) cab be broken into smaller functions, which is usually the code snippet executed as a response to a request. As the end user, one are not concerned about underlying infrastructure.

Amazon Alexa Skills authenticated by Azure Active Directory and backed by an Azure Function

This post is provided by Premier Field Engineer, Nathan Vanderby, who walks us through how to write an Alexa skill using Azure Functions.  Last updated June 2018. Most people have heard of the Amazon Echo and the skills that provide it functions. Amazon makes it really easy to create these skills using an AWS Lambda function. These can...