1.

What feature of Azure can be used to stop the issue of high load on the application in cases of no man support on the flow?

Answer»

This issue can be stopped by making use of VM Scale sets by DEFINING proper configuration and conditions to provision a new VM whenever the load to the application increases.

  • Azure VM Scale Sets lets the developer create and manage a group of VMs that are load balanced. The scale sets can be CONFIGURED in such a way that the count of VMs can automatically be increased or decreased based on the application demand or based on a pre-defined schedule.
  • Usage of Scale Sets ensures high availability of the applications and allows the developers to manage, update and configure large VMs centrally and also help them support the development of large-scale applications SUPPORTING big data, big workloads, and compute loads.
  • Azure scale sets can support up to 1,000 VMs. If the custom VM images are CREATED and uploaded, then the limit is 600 VMs.


Discussion

No Comment Found