I have the following configuration in Azure:
- 2 xA2 VMs( US-East located), with WAMP installed and Master-Master replication setup for the MySQL DBs.
- 1 Traffic Manager (=TM) to balance traffic between them.
- in Azure portal i have the 'Online' status for both the machines and TM.
I have the following problem:
Whatever configuration i choose for the TM (Performance, RR, Failover), i only get entries in the Apache log for only one machine. The only time i get entries for the second machine is only if i have failover and set this machine as the first one in the failover queue.
Test scenario:
I am calling a php script with a service from 4 different regions (California, Virginia, Ireland, Japan) to check the traffic distribution, but i never get any logs on the second machine.
Do you have any idea, of what might not function correctly?