Hello,
I have a small doubt regarding VM roles in Azure. For example, I have migrated an on-premise webapp as is with out any changes to Azure over 4 VM role instances and My first request has reached 1st instance with some statefull information stored in
1st instance. If my subsequent request goes to 2nd VM Instance, what happens? Work flow has crashed...
Are there any load balancing techniques that I should take care to acheive this?
Here I need only high availability of my app and no other app level modifications are entertained. Is VM role a best way to acheive this or better to go one step ahead and do a proper migration to WebRole and use Hosted Services for deployment?
Thanks,
Mahesh J