I have two Cloud Services
service1.cloudapp.net
service2.cloudapp.net
each cloud service is having 1 VM with their own Public IP
each VM is running a website.
VM1 IP is xxx.xxx.xxx.xxx
VM2 IP is zzz.zzz.zzz.zzz
Now i have created a Round Robin Traffic Manager (xyzrobin.trafficmanager.net) to which I have assigned two end points pointing to each of the cloud services (service1 and service2).
Now i want to assign my Domain name xyz.com to the traffic manager xyzrobin.trafficmanager.net but the DNS manager is not allowing me to add and is asking for an IP address for the A record.
After studying online a lot I created one CNAME record www for xyz.com and assigned the xyzrobin.trafficmanager.net to it
CNAME ---- www ---- xyzrobin.trafficmanager.net
also another record as this
A ---- xyz.com ---- xxx.xxx.xxx.xxx (VM1 IP)
now if i type in browser xyz.com i am taken to VM1 and when i type www.xyz.com i am taken to best selection among VM1 and VM2 via traffic manager.
How do i set the xyz.com to go through the traffic manager.
please help me out.