
Answer-first summary for fast verification
Answer: Azure Functions
The question asks which Azure service provides serverless compute capabilities. Azure Functions (option B) is the correct answer because it is a serverless compute service that allows running code without provisioning or managing infrastructure, scaling automatically, and charging only for execution time. Azure Virtual Machines (A) require managing the underlying infrastructure, making them not serverless. Azure Storage Account (C) is for storage services, not compute. Azure Dedicated Hosts (D) provide physical servers for VMs, requiring management and not being serverless. The community discussion strongly supports B with 100% consensus, high upvotes, and mentions of 'serverless = Azure Functions' and exam confirmations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.