An organization hosts a critical application on a single Azure Virtual Machine (VM) and configures Azure Autoscale to automatically increase the VM's compute size (CPU and memory) during peak traffic hours. Is the statement 'This automated setup demonstrates horizontal scaling and guarantees high availability' true or false?
Answer: Answer
Answer
The statement is false.
The statement is false because upgrading a single virtual machine's capacity is vertical scaling, and resizing requires a reboot, which interrupts the service.
Step-by-Step Solution
Key Concept
The difference between vertical and horizontal scaling, and how single-instance resource changes affect high availability.