Can anyone explain the distinction between VM load balancing (in the new Azure portal) and the Azure traffic manager (currently only managed from the old portal), and how they interact?
As an example, I've created two VMs attached to each other, sharing a load balanced endpoint. As I understand it, that then will round-robin between the two VMs.
James,
I think you already have most of it figured out.
VM load balancing:
https://www.windowsazure.com/en-us/manage/windows/common-tasks/how-to-load-balance-virtual-machines/
Traffic Manager is different in that:
https://azure.microsoft.com/en-us/documentation/articles/traffic-manager-manage-profiles/
You can indeed use the Load Balancer and the Traffic Manager in tandem, you hit the nail on the head there.
--
Vlad
** Traffic manager does not actually route traffic, it just serves to the caller the DNS name of the public endpoint where their traffic should go according to the policies in effect.