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

Disable ads (and more) with a membership for a one time $4.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!

Practice this question and more.


Which Azure service is best suited for orchestrating containers?

  1. Azure Functions

  2. Azure Kubernetes Service

  3. Azure Logic Apps

  4. Azure Batch

The correct answer is: Azure Kubernetes Service

Azure Kubernetes Service (AKS) is the correct choice for orchestrating containers. This service provides a powerful platform for managing containerized applications using Kubernetes, which is the leading open-source container orchestration engine. With AKS, you can automate the deployment, scaling, and management of containerized applications, allowing for greater agility and operational efficiency. It offers features such as load balancing, service discovery, and automated updates, which are essential for managing container workloads at scale. Other options, while useful for various workloads, do not primarily focus on container orchestration. Azure Functions is designed for serverless computing, allowing you to run event-driven code without managing servers, but it does not specifically orchestrate containers. Azure Logic Apps is geared towards automating workflows and integrating applications and services, rather than container management. Azure Batch is aimed at running large-scale parallel and high-performance computing jobs efficiently, but it doesn't provide the container orchestration capabilities that AKS does. Therefore, Azure Kubernetes Service is the best-fit service for orchestrating containers.