Azure Traffic Manager vs App Gateway vs Front Door vs Load Balancer
Traffic Routing methods,
Traffic Manager:
Priority (default and backup endpoints)
Weighted (distribute across endpoints)
Performance (nearest endpoint)
Geographic (geography controlled for GDPR etc)
Subnet (endpoints based on IP)
Multi-value (multiple ends available)
Front Door:
Latency (least latency endpoint)
Priority (primary then secondary)
Weighted (based on endpoint weight)
Session Affinity (same endpoint per session)
Application Gateway:
Multiple site hosting
URL routing
Redirection
Rewrite HTTP headers and URL
Comments
Post a Comment