Which Azure service provides serverless compute functionality?

  1. Azure Service Fabric
  2. Azure Functions
  3. Azure Container Instances
  4. Azure Virtual Machines

Explanation

Azure Functions is a serverless compute service that allows you to run code on-demand without having to explicitly provision or manage infrastructure. It automatically scales based on demand.