SwapnilSwapnil's Studio
Azure CloudEp 8

Azure Functions — Serverless Computing Explained

Build event-driven serverless functions in Azure — pay per execution, scale to zero, zero server management.

10
slides
🖥️Azure Demo Steps
  1. 1Create a Function App in Azure Portal (Consumption plan)
  2. 2Create an HTTP-triggered function
  3. 3Test the function via the portal and a browser URL
  4. 4Create a Timer-triggered function (runs every minute)
  5. 5Create a Blob-triggered function (fires on file upload)
  6. 6Show Application Insights integration
  7. 7View execution logs and metrics