I have a Cloud Service with 4 Web Role instances (not Cloud Service IaaS VMs). I want to know where / how to configure Load Balancing for these 4 instances. What would be the default LB algorithm, Round Robin?
Actually we faced an issue some time back. We got intermittent failure in our app since we found once instance was taking huge CPU (We got alert). Can we configure load balancer in such a way that it skips the node if the CPU usage goes beyond some threshold?