Skip to content

Commit 17c1110

Browse files
Merge pull request #213514 from johndowns/front-door-best-practice-traffic-manager
Update Front Door best practice for Traffic Manager
2 parents cca42ff + 8bfc9b3 commit 17c1110

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/frontdoor/best-practices.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: frontdoor
88
ms.topic: article
99
ms.tgt_pltfrm: na
1010
ms.workload: infrastructure-services
11-
ms.date: 10/25/2022
11+
ms.date: 12/05/2022
1212
ms.author: jodowns
1313
---
1414

@@ -20,14 +20,12 @@ This article summarizes best practices for using Azure Front Door.
2020

2121
### Avoid combining Traffic Manager and Front Door
2222

23-
For most solutions, you should use *either* Front Door *or* [Azure Traffic Manager](../traffic-manager/traffic-manager-overview.md).
24-
25-
Traffic Manager is a DNS-based load balancer. It sends traffic directly to your origin's endpoints. In contrast, Front Door terminates connections at points of presence (PoPs) near to the client and establishes separate long-lived connections to the origins. The products work differently and are intended for different use cases.
26-
27-
If you combine both Front Door and Traffic Manager together, it's unlikely that you'll increase the resiliency or performance of your solution. Also, if you have health probes configured on both services, you might accidentally overload your servers with the volume of health probe traffic.
23+
For most solutions, you should use *either* Front Door *or* [Azure Traffic Manager](../traffic-manager/traffic-manager-overview.md), but not both. Traffic Manager is a DNS-based load balancer. It sends traffic directly to your origin's endpoints. In contrast, Front Door terminates connections at points of presence (PoPs) near to the client and establishes separate long-lived connections to the origins. The products work differently and are intended for different use cases.
2824

2925
If you need content caching and delivery (CDN), TLS termination, advanced routing capabilities, or a web application firewall (WAF), consider using Front Door. For simple global load balancing with direct connections from your client to your endpoints, consider using Traffic Manager. For more information about selecting a load balancing option, see [Load-balancing options](/azure/architecture/guide/technology-choices/load-balancing-overview).
3026

27+
However, as part of a complex architecture, you might choose to use Traffic Manager in front of Front Door. In the unlikely event that Front Door is unavailable, Traffic Manager can route traffic to an alternative destination, such as Azure Application Gateway or a partner content delivery network (CDN). These architectures are difficult to implement and most customers don't need them.
28+
3129
### Restrict traffic to your origins
3230

3331
Front Door's features work best when traffic only flows through Front Door. You should configure your origin to block traffic that hasn't been sent through Front Door. For more information, see [Secure traffic to Azure Front Door origins](origin-security.md).
@@ -108,4 +106,4 @@ For more information, see [Supported HTTP methods for health probes](health-prob
108106

109107
## Next steps
110108

111-
Learn how to [create an Front Door profile](create-front-door-portal.md).
109+
Learn how to [create an Front Door profile](create-front-door-portal.md).

0 commit comments

Comments
 (0)