A logistics company is planning to deploy two workloads on Azure with specific deployment requirements:
* Workload 1: A simple background task that processes queue messages inside a container for a few minutes daily, with no need for multi-container orchestration.
* Workload 2: A client-facing web application that requires deployment slots and automated operating system patching managed entirely by Microsoft.
Which two Azure services should the company select to satisfy these requirements?
- Azure Container InstancesAnswer
- Azure App ServiceAnswer
- CAzure Kubernetes Service
- DAzure Virtual Machines
Answer
Azure Container Instances and Azure App Service
Azure Container Instances is the correct service for Workload 1 because it allows running a simple container without orchestrator overhead. Azure App Service is the correct service for Workload 2 because it is a managed PaaS offering that provides deployment slots and automated operating system patching.
Step-by-Step Solution
Key Concept
Selecting container and web hosting services based on management overhead and orchestration requirements