How to Create REST API with Azure Functions and Serverless Framework

Click for: original source

With the recent updates to the serverless-azure-functions plugin, it is now easier than ever to create, deploy and maintain a real-world REST API running on Azure Functions. This post will walk you through the first few steps of doing that. By Tanner Barlow.

The article then explains the following:

  • Create your local Azure Function project
  • Add your own handlers
  • Add Code
  • Current Folder structure
  • Test your API Locally
  • Deploy
  • Authentication

To see the full end-to-end example used to create this demo, check out this GitHub repo. You will get structured commits to follow the steps described in this post. Nice one!

[Read More]

Tags apis azure app-development open-source web-development serverless