How to enable automatic scaling on azure Virtual Machine Scale Sets using ARM template

How to enable automatic scaling on azure Virtual Machine Scale Sets using ARM template Automatic scaling of virtual machines in a scale set is the creation or deletion of machines in the set as needed to match performance requirements. As the volume of work grows, an application may require additional resources to enable it to […]

Continue Reading

Azure load balancer limitations, public vs private load balancer

Azure load balancer limitations, public vs private load balancer Azure Load Balancer delivers high availability and network performance to your applications. It is a Layer 4 (TCP, UDP) load balancer that distributes incoming traffic among healthy instances of services defined in a load-balanced set. Azure Load Balancer can be configured to: Load balance incoming Internet traffic […]

Continue Reading