In this tutorial, we will explore Azure server less offering Azure Function. Please read the pre-requisite as below before starting.

  1. This tutorial expect you to know what is server less computing.
  2. Familiarity with Python and Flask framework.
  3. Azure Subscription
  4. Azure CLI installed on your machine
  5. VS Code as an IDE.
  6. Account on github.com

At the end of this tutorial, you will be able to design a service in Azure Function with concept of API Authentication, Logging and Telemetry, Configuring Azure Function for popular python framework like Flask or FastAPI.

The code for this tutorial is present on yks0000/az-function-tutorial