An agricultural technology company is designing the compute virtualization infrastructure for two distinct workloads:
* Workload A: A continuous, time-sensitive telemetry ingestion service that processes real-time sensor data from global farms. It must run 24/7, guarantee availability, and maintain low, predictable disk and network latency.
* Workload B: A batch-processing machine learning model that analyzes historical weather patterns to generate seasonal yield predictions. The model runs once a week, takes approximately hours to complete, and can resume from checkpoints if interrupted.
The company wants to minimize compute costs for Workload B while ensuring Workload A meets its performance and availability SLAs. Which two compute configurations should you recommend to meet these requirements?
- Deploy Workload A on Azure Virtual Machines distributed across multiple Availability Zones using Premium SSDs.Cevap
- Deploy Workload B on Azure Spot Virtual Machines.Cevap
- CDeploy Workload A on Azure Spot Virtual Machines.
- DDeploy Workload B on Azure Functions using a Consumption plan.