An organization is planning to migrate two application workloads to Azure with the following requirements:
* Workload 1: A containerized event-driven task that runs periodically for less than ten minutes. It must execute immediately upon triggering without requiring the setup or billing of virtual servers when idle.
* Workload 2: A web application hosting multiple containers that share a common lifecycle. It requires built-in deployment slots and automated operating system patching managed entirely by Microsoft.
Which Azure services should you recommend to support these workloads? (Select two.)
- Azure Container Instances for Workload 1Answer
- Azure App Service for Workload 2Answer
- CAzure Kubernetes Service for Workload 2
- DAzure Virtual Machines for Workload 1
Answer
The correct recommendations are Azure Container Instances for Workload 1 and Azure App Service for Workload 2.
Azure Container Instances is the correct recommendation for Workload 1 because it provides a serverless container environment that spins up instantly and bills only for the duration of execution. Azure App Service is the correct recommendation for Workload 2 because it is a platform-as-a-service (PaaS) offering that automates operating system patching and includes built-in deployment slots.
Step-by-Step Solution
Key Concept
Selecting appropriate Azure compute services (ACI, AKS, and App Service) based on operational overhead, orchestration needs, and billing models.
Estimated Time:2m 0s