
Ultimate access to all questions.
You are tasked with deploying a containerized application on Azure that requires orchestration and management of multiple containers. The application is expected to experience variable demand, necessitating automatic scaling capabilities. Additionally, the solution must ensure high availability and support for rolling updates without downtime. Considering these requirements, which Azure service would you choose? (Choose two options)
A
Azure Virtual Machines, as they provide full control over the environment and can host containers with manual scaling configurations.
B
Azure Kubernetes Service (AKS), which offers orchestration and management of containerized applications, including automatic scaling and high availability features.
C
Azure Functions, a serverless solution that can execute containerized services but lacks built-in orchestration and automatic scaling for multiple containers.
D
Azure Container Instances, suitable for standalone container deployment but does not provide orchestration or automatic scaling for multiple containers.
E
Both Azure Kubernetes Service (AKS) and Azure Container Instances, combining orchestration and management with the simplicity of standalone containers for specific use cases.