A company hosts a critical web application on Azure Virtual Machine Scale Sets. To handle variable user demand, they configure autoscale rules to automatically add or remove virtual machines. All virtual machines in the scale set are deployed within a single Availability Zone. Is the statement that this design ensures high availability because the application can scale out automatically to handle traffic spikes true or false?
Answer: Answer
Answer
False
The correct answer is False because scaling out automatically (elasticity) only addresses demand fluctuations, whereas high availability requires physical redundancy across distinct failure domains (such as multiple Availability Zones) to prevent downtime from hardware or datacenter outages.
Step-by-Step Solution
Key Concept
High Availability vs. Elasticity