Serverless (FaaS)

  • Azure Functions are the most basic of compute tasks. Does one function then dies until next time it is called.
  • Logic Apps are a quick and simple way to integrate systems and applications inside and outside of Azure.
  • Event Grid is a routing service for passing events between applications that need to know about the events.

References