Which Azure service provides serverless compute functionality?
- Azure Service Fabric
- Azure Functions
- Azure Container Instances
- 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.