Trying to migrate to windows Azure. We have a whole bunch of customizations and sharding code built in and so we thought it would be a better idea to go with the VM roles - My assumption is that we could manage it as a regular server and deploy our app onto it. The database is already on SQL Azure.
Question - In our current non-Azure setup we have two web server boxes with a load balancer. I remember reading something about web roles and how Azure load balances between instances (web or worker roles). Does Azure support load balancing between two VM roles?
More importantly, is the performance going to be better if we go with a worker role (since the code seems to be more tightly integrated with Azure). Would be great if anyone could point me in the right direction. Many thanks.