Microsoft Azure Fundamentals — Question 400
You need to manage containers.
Which two services can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Azure Virtual Desktop
- B. Azure virtual machines
- C. Azure Functions
- D. Azure Container Instances
- E. Azure Kubernetes Service (AKS)
Correct answer: D, E
Explanation
Azure Container Instances (D) and Azure Kubernetes Service (AKS) (E) are specifically designed for managing and orchestrating containers. The other options, like Azure Virtual Desktop (A) and Azure virtual machines (B), are not focused on container management, while Azure Functions (C) is more about serverless computing rather than container orchestration.