I am a beginner at cloud service. I come to know that Azure Cloud service automatically do Load Balancing with multiple instances, Then Why we need Traffic Manager? Can you explain difference?
Asked
Active
Viewed 73 times
1
-
1I already upvoted and marked it as a reply – Darshit Gandhi Mar 12 '21 at 10:17
1 Answers
1
The Major difference is that Azure Traffic Manager can designed to distribute traffic globally (Multiregional environments) and you could implement failover/failback with traffic manager easily. It also comes with Layer7 network protocol
Azure Load Balancer can only route traffic inside an Azure region and it comes with Layer4 only

Sajeetharan
- 216,225
- 63
- 350
- 396