Hi,
I am in the process of migrating our servers to Windows Azure. On the Azure Management Portal I created a virtual network (MYVSET), then subsequently created 6 VMs (VM1, VM2, ... VM6) and assigned them all to the MYVNET virtual network. VM1, VM2 and VM3 are my database instances with replication, and they are able to communicate with each other. The worker instance on VM4 is also able to connect to the database properly.
However, I am not able to get VM5 and VM6 to connect to the database, neither can they ping VM1-VM4. VM5 and VM6 can ping each other fine, which seems like they are on a separate network for some reason. I read another thread re: a similar issue and the solution was to ensure all the VMs are in the same affinity group. I tried re-creating the VMs but I can only assign it to either an affinity group or a virtual network but not both. Should I be assigning the VMs to the same affinity group instead of virtual network?
Thanks for any help in advance.
Thanks,
Leo