A digital media broadcasting company is designing an Azure compute infrastructure for two new workloads:
- Workload 1: A video rendering system that processes non-urgent, interruptible background encoding tasks. The primary goal is to minimize compute costs, even if virtual machines are evicted during processing.
- Workload 2: A core licensing service that processes cryptographic keys, handles highly sensitive user data, requires physical isolation at the hardware level due to regulatory compliance, and must run continuously with a 99.99% availability SLA.
Which two compute virtualization solutions should you recommend to meet the requirements for these workloads? (Select two.)
- Azure Spot Virtual Machines for Workload 1Answer
- Azure Dedicated Hosts for Workload 2Answer
- CAzure Spot Virtual Machines for Workload 2
- DAzure Functions on a Consumption plan for Workload 1
- EA single-zone Virtual Machine Scale Set for Workload 2
Answer
Azure Spot Virtual Machines for Workload 1 and Azure Dedicated Hosts for Workload 2
Azure Spot Virtual Machines are correct for the video rendering workload because they allow the customer to take advantage of unused Azure capacity at significant cost savings, which is ideal for workloads that are non-urgent and can be interrupted. Azure Dedicated Hosts are correct for the licensing service because they provide physical servers dedicated to a single Azure subscription, satisfying the physical isolation requirement, and support zone-redundant deployments to meet the 99.99% SLA.
Step-by-Step Solution
Key Concept
Selecting Azure compute virtualization services based on cost, workload flexibility, hardware isolation, and availability SLA requirements.