Skip to content

Commit cb0610d

Browse files
authored
changed files by pdets auto publish service, publishid[183ce6cc-b2ee-463e-b472-d4c6f46fd5e9] and do [publish].
1 parent b8f234a commit cb0610d

11 files changed

+11
-13
lines changed

learn-pr/wwl-azure/load-balancing-https-traffic-azure/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 04/14/2025
9+
ms.date: 04/28/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-https-traffic-azure/2-design-azure-application-gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Design Azure Application Gateway
88
description: "Design Azure Application Gateway"
9-
ms.date: 04/14/2025
9+
ms.date: 04/28/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-https-traffic-azure/3-configure-azure-application-gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Configure Azure Application Gateway
88
description: "Configure Azure Application Gateway"
9-
ms.date: 04/14/2025
9+
ms.date: 04/28/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-https-traffic-azure/4-exercise-deploy-azure-application-gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Deploy Azure Application Gateway'
88
description: "Exercise: Deploy Azure Application Gateway"
9-
ms.date: 04/14/2025
9+
ms.date: 04/28/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-https-traffic-azure/5-design-configure-azure-front-door.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Design and configure Azure Front Door
88
description: "Design and configure Azure Front Door"
9-
ms.date: 04/14/2025
9+
ms.date: 04/28/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-https-traffic-azure/6-exercise-create-front-door-for-highly-available.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Create a Front Door for a highly available web application'
88
description: "Exercise: create a Front Door for a highly available web application"
9-
ms.date: 04/14/2025
9+
ms.date: 04/28/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-https-traffic-azure/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary"
9-
ms.date: 04/14/2025
9+
ms.date: 04/28/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-https-traffic-azure/includes/2-design-azure-application-gateway.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
The [Azure Application Gateway](/azure/application-gateway/overview) processes network traffic to web apps hosted on a pool of web servers. The processing performed by Azure Application Gateway includes load balancing HTTP traffic and inspecting traffic using a web application firewall. This type of routing is known as application layer (OSI layer 7) load balancing. Azure Application Gateway includes the following features:
34

45
- Support for the HTTP, HTTPS, HTTP/2, and WebSocket protocols.

learn-pr/wwl-azure/load-balancing-https-traffic-azure/includes/3-configure-azure-application-gateway.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11

2+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=cda9bcad-587b-4182-b8eb-3c1d66111dda]
23
34
This diagram provides more detail on how the Azure Application Gateway components work together.
45

56
:::image type="content" source="../media/application-gateway-components.png" alt-text="Diagram showing how Azure Application Gateway routes requests to a pool of web servers.":::
67

7-
This video uses the digram to explain how the gateway works.
8-
9-
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=cda9bcad-587b-4182-b8eb-3c1d66111dda]
10-
11-
128
## Routing configuration
139

1410
One of the most important gateway configuration settings is the routing rules. The Azure Application Gateway has two primary methods of routing client requests: path-based and multiple sites.

learn-pr/wwl-azure/load-balancing-https-traffic-azure/includes/5-design-configure-azure-front-door.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
34
[Azure Front Door](/azure/frontdoor/front-door-overview) is Microsoft’s modern cloud Content Delivery Network (CDN) that provides fast, reliable, and secure access between your users and your applications. Azure Front Door delivers your content using the Microsoft’s global edge network with hundreds of global and local POPs distributed around the world close to both your enterprise and consumer end users.
45

56
## Azure Front Door tiers

0 commit comments

Comments
 (0)