AZ-305 · Question #368
Hotspot Question You have an on-premises web server farm that contains 10 servers. The servers run Windows Server 2016 and host a .NET Framework application named App1. The state data for App1 is…
This hotspot question tests knowledge of Azure VM scale sets, availability zones, and Azure Site Recovery to build a cost-effective, highly available, and disaster-recoverable web application hosting solution.
Question
Exhibits
Answer Area
- Compute resources:Azure virtual machines in an availability setAzure Virtual Machine Scale Sets in Flexible orchestration modeAzure Virtual Machine Scale Sets in Uniform orchestration mode
- To minimize costs:A capacity reservation groupAn eviction policySpot Priority Mix
Explanation
This hotspot question tests knowledge of Azure VM scale sets, availability zones, and Azure Site Recovery to build a cost-effective, highly available, and disaster-recoverable web application hosting solution.
Approach. The correct recommendation includes: (1) Azure Virtual Machine Scale Sets (VMSS) with custom autoscale to minimize scale-out time during demand surges - VMSS pre-provisions instances and scales automatically; (2) Availability Zones (across 2 or 3 zones) to ensure minimum capacity availability and protect against datacenter-level failures within a region; (3) Azure Site Recovery (ASR) to replicate VMs to a secondary Azure region, ensuring recovery if an entire Azure region fails; (4) Spot instances or reserved instances combined with autoscale-in policies to minimize compute costs by deallocating VMs when demand drops. The combination of VMSS with Availability Zones provides intra-region resilience, while ASR provides inter-region disaster recovery. Autoscaling ensures you only pay for compute when needed, directly minimizing costs.
Concept tested. Azure Virtual Machine Scale Sets (VMSS), Availability Zones for intra-region high availability, Azure Site Recovery (ASR) for cross-region disaster recovery, and autoscaling policies to minimize cost and maximize responsiveness during demand surges.
Reference. https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview | https://learn.microsoft.com/en-us/azure/site-recovery/azure-to-azure-tutorial-enable-replication
Topics
Community Discussion
No community discussion yet for this question.

