Skip to content

Commit 680aa2e

Browse files
authored
Merge pull request #50254 from wwlpublish/e12057451bd747355f692495f50876050c11a0747adb657f7580984cd911ab9d-live
Modules/M05-load-balancing-https-traffic-azure
2 parents f779033 + b8d4c82 commit 680aa2e

16 files changed

+29
-32
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/28/2025
9+
ms.date: 05/01/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/28/2025
9+
ms.date: 05/01/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/28/2025
9+
ms.date: 05/01/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/28/2025
9+
ms.date: 05/01/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/28/2025
9+
ms.date: 05/01/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/28/2025
9+
ms.date: 05/01/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/28/2025
9+
ms.date: 05/01/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,5 +1,6 @@
11

22

3+
34
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:
45

56
- 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
This diagram explains how the Azure Application Gateway components work together.
34

45
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=cda9bcad-587b-4182-b8eb-3c1d66111dda]

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,22 @@ In this lab, you use the Azure portal to create an application gateway. Then you
77
:::image type="content" source="../media/4-exercise-deploy-azure-application-gateway.png" alt-text="Diagram of application gateway architecture.":::
88

99

10-
## Objectives
10+
## Job skills
1111

12-
- **Task 1**: Create an application gateway
13-
- **Task 2**: Add backend targets
14-
- Use a template to create the virtual machines. You can review the [lab template](https://github.com/MicrosoftLearning/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/blob/master/Allfiles/Exercises/M05/backend.json).
15-
- Use Azure PowerShell to deploy the template.
16-
- **Task 3**: Add backend servers to backend pool
17-
- **Task 4**: Test the application gateway
12+
- Create an application gateway.
13+
- Add backend targets.
14+
- Use a template to create the virtual machines.
15+
- Add backend servers to backend pool.
16+
- Test the application gateway.
1817

19-
> [!NOTE]
20-
> Click on the thumbnail image to start the lab simulation. When you're done, be sure to return to this page so you can continue learning.
2118

2219
> [!NOTE]
23-
> You may find slight differences between the interactive simulation and the hosted lab, but the core concepts and ideas being demonstrated are the same.
20+
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
2421
25-
> [!NOTE]
26-
> You can view the [Deploy Azure Application Gateway](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M05-Unit%204%20Deploy%20Azure%20application%20gateway.html) instructions directly.
22+
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.
23+
24+
25+
[![Button to launch exercise.](../media/launch-exercise.png)](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M05-Unit%204%20Deploy%20Azure%20application%20gateway.html)
2726

2827

29-
[![Screenshot of the simulation page.](../media/simulation-appgw-thumbnail.jpg)](https://mslabs.cloudguides.com/guides/AZ-700%20Lab%20Simulation%20-%20Deploy%20Azure%20Application%20Gateway)
3028

0 commit comments

Comments
 (0)