Practice free →
HomeAzure AZ-900cloudcomputingcloudconcepts › Serverless computing on Azure (for example, Azur…

Serverless computing on Azure (for example, Azure Functions) is best described as:

AA pricing tier that doubles compute costs for predictable workloads
BA model where the customer must manage every VM, OS patch, and load balancer themselves
CA way to run workloads without any internet connectivity
DA model where Microsoft fully manages the underlying servers and the customer pays only for the execution time of their code
Answer & Solution
Correct answer: D. A model where Microsoft fully manages the underlying servers and the customer pays only for the execution time of their code
Serverless abstracts away server management entirely — Azure handles provisioning, scaling, and patching while the customer pays per execution (e.g. millions-of-executions billing for Functions). Servers still exist; the customer just doesn't operate them.
Solve this in the app — Azure AZ-900 practice & 24k+ MCQs →
Related questions