Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for your Microsoft Certified: Azure Fundamentals (AZ-900) Exam. Study with flashcards and multiple choice questions, each question comes with hints and explanations. Ace your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What kind of cloud service is Azure Functions categorized under?

  1. Infrastructure as a Service (IaaS)

  2. Platform as a Service (PaaS)

  3. Software as a Service (SaaS)

  4. Network as a Service (NaaS)

The correct answer is: Platform as a Service (PaaS)

Azure Functions is categorized under Platform as a Service (PaaS) because it allows developers to build applications and deploy functions without managing underlying infrastructure. In PaaS, the cloud provider manages everything from hardware to the operating system and the runtime environment, allowing developers to focus on coding and building applications. Azure Functions specifically enables event-driven, serverless computing, which abstracts much of the infrastructure management tasks, providing automatic scaling and a pay-as-you-go pricing model based on the execution of functions. This model enhances speed and efficiency, making it suitable for scenarios where quick development and deployment of code is essential, without the need for developers to worry about servers, storage, or networking configurations, which is characteristic of IaaS. In contrast to SaaS, which delivers software applications to end-users and requires little to no development, Azure Functions targets developers directly. Network as a Service (NaaS) focuses specifically on networking services, which is not the primary function of Azure Functions.