A retail company is migrating its e-commerce inventory management portal to Azure. The portal has the following requirements:
* It must run on virtual machines to support legacy dependencies and custom operating system kernel configurations.
* It must automatically scale the number of virtual machine instances to meet fluctuating traffic demand.
* It must guarantee a Service Level Agreement (SLA) of for compute availability.
* It must support running a mix of virtual machine sizes (specifically, memory-optimized E-series and general-purpose D-series instances) within the same group to handle different workloads.
* It must distribute the virtual machines across multiple physical fault domains in the Azure region.
Which compute solution should you design to meet these requirements?
- A Virtual Machine Scale Set configured in Flexible orchestration modeCevap
- BA Virtual Machine Scale Set configured in Uniform orchestration mode using Azure Spot Virtual Machines
- CA Virtual Machine Scale Set configured in Uniform orchestration mode deployed within a single Availability Zone
- DAzure Functions running on a Consumption plan to host the application pages