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.
Application Gateway and Load Balancer both use health probes to monitor the availability of VM instances. Application Gateway always uses an HTTP probe. Load Balancer can test either HTTP or TCP. Generally, if a VM runs an HTTP server, use an HTTP probe.
Azure Front Door provides TLS protocol termination (SSL offload), and Azure Traffic Manager does not. It means AFDs take load off from the Web Front Ends, which do not have to encrypt or decrypt the request. Azure Front Door provides application layer processing, and Azure Traffic Manager does not.
Azure Traffic Manager is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions. Traffic Manager also provides your public endpoints with high availability and quick responsiveness.
Traffic Manager uses the round-robin, performance, or failover method to decide to which endpoint to route traffic. CDNs serve cached content directly from CDN nodes that are closest to end users. CDNs can reduce traffic to original service nodes by serving static content directly.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With