A logistics company is designing the Azure compute virtualization infrastructure for its operations platform. The platform consists of two workloads:
* Workload A: A fleet telemetry ingestion service that runs continuously, requires a availability SLA, and cannot tolerate unexpected interruptions or evictions.
* Workload B: A monthly inventory forecasting simulation that can run asynchronously, can be paused and resumed, and must minimize costs as much as possible.
Which two compute configurations should you recommend to meet these requirements? (Select two.)
- Deploy Workload A on a Virtual Machine Scale Set in Flexible orchestration mode spread across multiple availability zones.Answer
- BDeploy Workload A on Azure Spot Virtual Machines.
- CDeploy Workload A on virtual machines restricted to a single availability zone.
- Deploy Workload B on Azure Spot Virtual Machines.Answer
Answer
Deploy Workload A on a Virtual Machine Scale Set in Flexible orchestration mode spread across multiple availability zones, and deploy Workload B on Azure Spot Virtual Machines.
Deploying the telemetry service on a Virtual Machine Scale Set in Flexible orchestration mode across multiple availability zones satisfies the high availability SLA and ensures continuous operation without eviction risk. Deploying the inventory forecasting simulation on Azure Spot VMs utilizes deeply discounted compute capacity that matches the workload's tolerance for pauses and interruptions.
Step-by-Step Solution
Key Concept
Selecting Azure compute virtualization services based on availability, eviction tolerance, and cost constraints.
Estimated Time:2m 0s