Skip to content

Samples and content

Matthew Henderson edited this page Jul 20, 2017 · 17 revisions

Welcome to the Azure Functions Readiness wiki! You will find links to demos, scripts and session content for all your presentation needs on Azure Functions.

Samples and Demos

  • Coder Cards by Donna Malayeri
    Azure Functions sample that generates trading cards from people's faces. It uses Microsoft Cognitive Services to determine the predominant emotion and chooses a card back based on that.
    https://aka.ms/CoderCards

  • Proxies SPA app by Donna Malayeri
    Azure Functions sample that hosts a SPA in Azure Storage and uses proxies to change page content.
    https://github.com/Azure-Samples/functions-js-spa

  • Tug-Of-War by Joe Raio
    Azure Functions Interactive Tug of War Game. Great demo project to learn Azure Functions and how to use proxies.

  • Functions Customer Reviews by Thiago Almeida
    This sample showcases the Azure Functions tooling for Visual Studio 2017. It has a website where customers submit reviews, stored in Azure storage blobs and CosmosDB; and an Azure Function for automated moderation of customer reviews using Microsoft Cognitive Services. It uses an Azure storage queue to decouple the website from the function.

  • Media services integration with Azure Functions and Logic Apps by John Deutscher
    Sample Azure Functions for use with Azure Media Services. Ingest from Azure Blobs, encode and output to Azure Blobs, monitor encoding progress, and use WebHooks or Queues to hook into the workflow.

  • Azure Functions Proxies demo by Matthew Henderson This a demo script for introducing an audience to Azure Functions Proxies (currently in public preview). The demo assumes familiarity with Azure Functions. It covers the basics of starting with proxies, as well as some best practices and advanced configuration options.

  • Reddit Poller by Isaac Levin
    POC on Azure Function to "Scrape Reddit" for new posts and email them with SendGrid

Slides

  • Functions Intro - short - PPT, PDF

  • Serverless Overview - PPT, PDF

  • Azure Functions Proxies - PPT, PDF

  • Durable Functions (Preview) - PPT, PDF