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?
Cevap: Cevap
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
The difference between vertical and horizontal scaling, and how single-instance resource changes affect high availability.