Skip to content

Commit 70c2857

Browse files
authored
Update 7-design-for-application-delivery-services.md
1 parent ebdd2d9 commit 70c2857

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

learn-pr/wwl-azure/design-network-solutions/includes/7-design-for-application-delivery-services.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Azure offers several AI-ready networking services to help deliver applications.
33

44
| Feature/Service | Azure Front Door | Application Gateway | Traffic Manager | Load Balancer |
55
| --- |--- | ---| --- | --- |
6-
| Type | Global | Regional | Global | Regional/Global |
6+
| Type | Global CDN/ADN | Regional | Global | Regional/Global |
77
| Layer | Layer 7 (HTTP/HTTPS) | Layer 7 (HTTP/HTTPS) | DNS-based | Layer 4 (TCP/UDP) |
8-
| Primary Use Case | Web traffic load balancing, application acceleration, and global routing | Web application firewall, TLS/SSL termination, and HTTP load balancing | DNS-based traffic routing for high availability and performance | Internal and external load balancing for non-HTTP(S) traffic |
9-
| Key Features | Path-based routing, TLS/SSL offload, Web Application Firewall (WAF), URL-based routing | Path-based routing, TLS/SSL offload, Web Application Firewall (WAF), URL-based routing | DNS-based routing, geographic routing, priority routing, weighted routing | High availability, low latency, zonal and zone-redundant endpoints |
8+
| Primary Use Case | Web traffic load balancing, application acceleration, global routing, and CDN content delivery | Web application firewall, TLS/SSL termination, and HTTP load balancing | DNS-based traffic routing for high availability and performance | Internal and external load balancing for non-HTTP(S) traffic |
9+
| Key Features | Path-based routing, TLS/SSL offload, Web Application Firewall (WAF), URL-based routing, CDN/edge caching | Path-based routing, TLS/SSL offload, Web Application Firewall (WAF), URL-based routing | DNS-based routing, geographic routing, priority routing, weighted routing | High availability, low latency, zonal and zone-redundant endpoints |
1010
| Scalability | High | High | High | High |
1111
| Cost | Based on data processed and rules applied | Based on data processed, rules applied, and SKU | Based on DNS queries, health checks, and data points processed | Based on rules and data processed |
1212

@@ -17,16 +17,22 @@ The different load balancers can work together in your networking architecture.
1717

1818
### Azure Front Door
1919

20-
[Azure Front Door](/azure/frontdoor/front-door-overview) lets you define, manage, and monitor the global routing for your web traffic by optimizing for best performance and instant global failover for high availability. With Front Door, you can transform your global (multi-region) consumer and enterprise applications into robust, high-performance personalized modern applications, APIs, and content that reaches a global audience with Azure.
21-
20+
[Azure Front Door Standard and Premium](/azure/frontdoor/front-door-overview) lets you define, manage, and monitor the global routing for your web traffic by optimizing for best performance and instant global failover for high availability. With Front Door, you can transform your global (multi-region) consumer and enterprise applications into robust, high-performance personalized modern applications, APIs, and content that reaches a global audience with Azure.
21+
22+
> [!NOTE]
23+
> Azure Front Door (classic) is being retired March 31, 2027. Use Front Door Standard or Premium tiers for new deployments.
24+
2225
#### Business scenarios
2326

2427
- Low latency: Ensure requests are sent to the lowest latency backends.
2528
- Priority: Support primary and secondary backends.
2629
- Weighted: Distribute traffic by using weight coefficients.
2730
- Affinity: Ensure requests from the same end user are sent to the same backend.
2831
- Support WAF and CDN integration for HTTP(S) traffic.
29-
- Support for content delivery services.
32+
- Support for content delivery services.
33+
- Private Link integration for private origins (Premium tier).
34+
- CDN content delivery for static workloads across 118+ edge locations.
35+
3036

3137
### Azure Traffic Manager
3238

0 commit comments

Comments
 (0)