Which Azure service lets you run small pieces of code (functions) without provisioning or managing servers, billed only while the code runs?

a.Azure Virtual Machines
b.Azure Kubernetes Service
c.Azure SQL Database
d.Azure Functions

Explanation

Azure Functions is a serverless compute service that runs event-triggered code without managing infrastructure. You are billed based on executions and resource consumption while the function runs. It is ideal for lightweight, event-driven, or intermittent workloads.

Practice all 100 questions free — no signup required.

Related questions on this topic

Last reviewed: · editorial process

PrepPass Editorial Team · Verified against Microsoft Azure Fundamentals (AZ-900) · How we review
Report