Showing results for Azure Functions - Developer Support

Jan 31, 2019
0
0

Durable Functions

Developer Support
Developer Support

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.

TeamAzure Functions
Dec 10, 2018
0
0

Building a Simple Contact Form with Azure Functions

Developer Support
Developer Support

I write about Azure Functions over and over again because they are the perfect solution for what I am trying to do, small little things that I don’t want to spin up a larger unnecessary app to do it. Then I had a thought, why not have an Azure Function that I could http post to and sent an email from there...

TeamAzureAzure Functions
Jan 25, 2018
0
0

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

Developer Support
Developer Support

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 also ...

TeamAzure FunctionsAlexa