When deploying a web-role to the Windows Azure cloud, what is the default behavior in terms of load balancing? Are there any?
The reason for my question is, that we have the Traffic Manager where you can specify load balancing, fail over and round robin. However, if I do not enable this, how does Azure work behind the curtain then?
The default recommendation in regards to SLA is always at least two instances; but are these two instances serving requests or only one? Hence, default behavior is fail over?
Thanks in advance for any clarifications regarding this matter as I have been unsuccessful finding it on Google.