
Static Web Functions Example
Table of Contents
Azure Functions are a service that lets you build event based micro services without the need to manage any infrastructure. For someone who runs a static website without a WebApp server or virtual machine, this can add a lot of additional functionality that you would normally need dedicated infrastructure to provide.
You can read more about how I did this in the article Creating a Contact Form API with Azure Functions.
Repository
Repository can be found in GitHub - https://github.com/GlennPrince/StaticWebFunctions