Skip to content

Commit 69f4691

Browse files
Update articles/frontdoor/high-availability.md
Co-authored-by: John Downs <[email protected]>
1 parent 044d7f4 commit 69f4691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/frontdoor/high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When implementing high availability architectures for production workloads, cons
3939

4040
- **Don't configure the primary Azure Traffic Manager for automatic failover:** Azure Traffic Manager health probes originate only from US-based Azure regions. Because of this, when probing Front Door endpoints (or any CDN using anycast routing), these US-based probes will almost always reach US POPs, leaving the health of non-US POPs unverified. This prevents Traffic Manager from automatically failing over between Azure Front Door and another ingress service based on the true global health of anycast CDN such as Front Door. As such, for global workloads requiring health validation from multiple geographies, manual failover with weighted routing and monitoring disabled provides more reliable control than automated health-based routing.
4141

42-
- **Certificates:** If you're currently using Front Door-managed certifications, you must migrate to BYO certificates. For more information, see [Configure HTTPS on an Azure Front Door custom domain](/azure/frontdoor/standard-premium/how-to-configure-https-custom-domain).
42+
- **Certificates:** If you're currently using Front Door-managed certifications, you must migrate to BYO certificates. By using your own certificate, you can keep the TLS certificates consistent regardless of which ingress path the traffic follows. Ensure that your TLS certificates are compatible with Azure Front Door. For more information, see [Configure HTTPS on an Azure Front Door custom domain](/azure/frontdoor/standard-premium/how-to-configure-https-custom-domain).
4343

4444
- Always test failover procedures in non-production environments first.
4545

0 commit comments

Comments
 (0)