0 votes
in Azure by

What Azure feature may be used to prevent high application load in the case of no-man assistance on the flow?

1 Answer

0 votes
by

The solution to this problem involves using VM Scale sets, which define the necessary configuration and requirements for provisioning a new VM whenever there is an escalation in the application load. Developers can use Azure VM Scale Sets to build and manage a load-balanced collection of VMs. The number of virtual machine instances can be increased or decreased automatically in response to demand or a set timeline. Scale sets enable developers to facilitate the construction of large-scale applications that support huge data, massive workloads, and compute loads. They ensure the high availability of the applications and allow developers to manage, update, and configure large VMs centrally.

...