Azure Tip #10 – Load Balancer vs Traffic Manager

Azure Load Balancer and Azure Traffic Manager helps you to make your web application and services more resilient. Whats the difference then ?

Load Balancer vs Traffic Manager

Load Balancer distributes the traffic with-in the same region and makes your services highly available. When it detects an VM is unresponsive , it just redirects the traffic to other VMs that is available in the pool.

Traffic Manager on the other hand works mainly at the DNS level and mainly directs the user to a preferred endpoint which is closest to the end user (It uses the DNS server that’s closest to the user). When the Traffic Manager finds an endpoint that is unresponsive , it redirects the traffis to the next closest endpoint that is available.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

There are times when you want to generate Weekly/Monthly reports of the ARM (Azure Resource Manager) deployments with-in your subscription....
  • Azure
  • November 25, 2024
Microsoft provides us with various storage tiers in Azure for Blob Storage. It is very important to understand the different...
  • Azure
  • November 20, 2024
There are times when you want to have a different style or color theme for Azure Portal. The azure theme color changes...
  • Azure
  • November 19, 2024