Static Web Functions Example

Static Web Functions Example

  • October 22, 2020
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

comments powered by Disqus