An organization plans to deploy two new workloads to Azure:
1. A batch processing application that runs within a single Docker container, executes once a day for less than an hour, and must run without virtual machine management or container orchestration setup.
2. A large-scale microservices application consisting of multiple containers that requires automated scaling, service discovery, and advanced networking configuration.
Which two Azure services should the organization choose to host these workloads? (Select two.)
- Azure Container InstancesAnswer
- Azure Kubernetes ServiceAnswer
- CAzure App Service
- DAzure Virtual Machines
Answer
Azure Container Instances and Azure Kubernetes Service are the correct options to host the workloads.
Azure Container Instances is the correct choice for the first workload because it runs single containers on demand without orchestrator or virtual machine management. Azure Kubernetes Service is the correct choice for the second workload because it provides full container orchestration, automated scaling, and service discovery needed for complex microservices.
Step-by-Step Solution
Key Concept
Selecting container hosting services on Azure based on management overhead and orchestration requirements.
Estimated Time:1m 30s