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

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

Prepare for the Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam with our comprehensive quiz. Study with flashcards, multiple choice questions, and detailed explanations to 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.


Which Azure service is used for deploying applications in containers?

  1. Azure Kubernetes Service (AKS)

  2. Azure Virtual Machines

  3. Azure Blob Storage

  4. Azure App Service

The correct answer is: Azure Kubernetes Service (AKS)

Azure Kubernetes Service (AKS) is designed specifically for deploying and managing containerized applications using Kubernetes, an open-source container orchestration platform. AKS simplifies the setup, management, and operations of Kubernetes, allowing developers and IT teams to focus on their applications rather than the underlying infrastructure. AKS provides scalability, load balancing, and automated updates, making it an ideal choice for running production workloads in containers. It enables the orchestration of various services and resources, thus effectively supporting complex applications requiring multiple interdependent containers. In contrast, while Azure Virtual Machines can run containers, they do not provide the same level of container orchestration and management as AKS. Azure Blob Storage is primarily designed for storing unstructured data and is not meant for application deployment. Azure App Service does support containers but is more focused on web applications and APIs without the extensive orchestration capabilities that AKS offers.