-
Notifications
You must be signed in to change notification settings - Fork 199
Samples and content
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.
-
Photo Mosaic by Donna Malayeri
Azure Functions sample that uses Cognitive Services Custom Vision Service to generate a photo mosaic from an input image. Try it out at https://aka.ms/photo-mosaic. https://github.com/Azure-Samples/functions-dotnet-photo-mosaic -
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.
https://github.com/joescars/TugOfWar-FunctionsDemo -
Visual Studio to create and run Azure Functions by Justin Clareburt
Walk-through which hows how to use Visual Studio to create and run an Azure Functions project. Demonstrates triggers, configuration and local debugging from VS. https://github.com/justcla/AzureFunctionsDemo -
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.
https://github.com/Azure-Samples/functions-customer-reviews -
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. https://github.com/Azure-Samples/media-services-dotnet-functions-integration -
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. https://github.com/mattchenderson/azure-functions-proxies-intro
-
Reddit Poller by Isaac Levin
POC on Azure Function to "Scrape Reddit" for new posts and email them with SendGrid
https://github.com/isaac2004/RedditPoller -
Azure Functions Voting App - by Tao Yang
A voting app demo using Azure Functions, SQL, Key Vault and Power BI
https://github.com/tyconsulting/AzureFunctionVotingAppDemo