An enterprise is designing the infrastructure for a critical distributed database platform on Azure. The platform consists of two distinct node types: three memory-optimized write nodes (E-series VMs) and three storage-optimized read-replicas (L-series VMs). The architecture must satisfy the following requirements:
* Achieve a compute uptime SLA of for both the write and read tiers.
* Maintain the lowest possible network latency and highest throughput for replication traffic between the write nodes and read-replicas.
* Allow administrators to perform rolling OS updates, stop, and start individual VMs manually without affecting other instances in the tier.
* Avoid the operational overhead of managing separate availability configurations for each tier.
Which two configurations should you recommend to meet these requirements? (Select two.)
- Deploy the virtual machines using a Virtual Machine Scale Set configured with Flexible orchestration mode.Answer
- Associate all virtual machines in the scale set with a single Proximity Placement Group.Answer
- CDeploy the virtual machines in a single Availability Zone using an Availability Set for each VM tier.
- DDeploy the read-replicas as Spot VMs within the same scale set to optimize cost.