
Answer-first summary for fast verification
Answer: Azure Container Instances, Azure Kubernetes Service (AKS)
The question asks for two Azure services that can be used to manage containers. Azure Container Instances (ACI) is a serverless container service that allows running containers without managing the underlying infrastructure, making it ideal for simple container workloads. Azure Kubernetes Service (AKS) is a managed Kubernetes orchestration service that provides advanced features for deploying, managing, and scaling containerized applications. Both are specifically designed for container management. Azure Virtual Desktop (A) is for virtual desktops, Azure virtual machines (B) are general-purpose VMs that can run containers but are not dedicated container services, and Azure Functions (C) is a serverless compute service for event-driven code, not primarily for container management. The community discussion consistently supports DE as the correct answer, with high upvotes and detailed reasoning confirming that ACI and AKS are the optimal choices for container management in Azure.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to manage containers. Which two Azure services can you use? Each correct answer presents a complete solution.
A
Azure Virtual Desktop
B
Azure virtual machines
C
Azure Functions
D
Azure Container Instances
E
Azure Kubernetes Service (AKS)
No comments yet.