Microsoft Azure Fundamentals — Question 181
Which service provides serverless computing in Azure?
Answer options
- A. Azure Virtual Machines
- B. Azure Functions
- C. Azure storage account
- D. Azure dedicated hosts
Correct answer: B
Explanation
Azure Functions is the correct answer as it allows you to run code without provisioning or managing servers, fitting the serverless model. Azure Virtual Machines and Azure dedicated hosts involve managing servers, while Azure storage accounts focus on data storage, not computing.