Skip to content

Commit 38999fd

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents c86dce9 + d679c4c commit 38999fd

10 files changed

+20
-18
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: 05/01/2025
9+
ms.date: 05/19/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: 3 additions & 3 deletions
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: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
@@ -25,10 +25,10 @@ quiz:
2525
explanation: "Correct. Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications."
2626
- content: "The Application Gateway is primarily used for data storage and retrieval."
2727
isCorrect: false
28-
explanation: "Incorrect. Azure Application Gateway is not designed for data storage or retrieval."
28+
explanation: "Incorrect. Azure Application Gateway isn't designed for data storage or retrieval."
2929
- content: "The Application Gateway is primarily used for machine learning and AI tasks."
3030
isCorrect: false
31-
explanation: "Incorrect. Azure Application Gateway is not designed for machine learning or AI tasks."
31+
explanation: "Incorrect. Azure Application Gateway isn't designed for machine learning or AI tasks."
3232
- content: "Which type of routing does the Azure Application Gateway provide?"
3333
choices:
3434
- content: "Transport, layer 4."

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

Lines changed: 4 additions & 4 deletions
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: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
@@ -20,12 +20,12 @@ quiz:
2020
questions:
2121
- content: "Which criteria does Application Gateway use to route requests to a web server?"
2222
choices:
23-
- content: "The IP address of the web server that is the target of the request"
23+
- content: "The IP address of the web server that is the target of the request."
2424
isCorrect: false
2525
explanation: "Incorrect. The listener routes requests based on the hostname, port, and path in the URL of the request."
26-
- content: "The region in which the servers hosting the web application are located"
26+
- content: "The region where the web servers are located."
2727
isCorrect: false
2828
explanation: "Incorrect. The listener routes requests based on the hostname, port, and path in the URL of the request."
29-
- content: "The hostname, port, and path in the URL of the request"
29+
- content: "The hostname, port, and path in the URL of the request."
3030
isCorrect: true
3131
explanation: "Correct. The listener routes requests based on the hostname, port, and path in the URL of the request."

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Deploy Azure Application Gateway'
88
description: "Exercise: Deploy Azure Application Gateway"
9-
ms.date: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A
15-
durationInMinutes: 10
15+
durationInMinutes: 5
1616
content: |
1717
[!include[](includes/4-exercise-deploy-azure-application-gateway.md)]

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: 05/01/2025
9+
ms.date: 05/19/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ 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: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A
15-
durationInMinutes: 7
15+
durationInMinutes: 5
1616
content: |
1717
[!include[](includes/6-exercise-create-front-door-for-highly-available.md)]

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: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ In this lab, you use the Azure portal to create an application gateway. Then you
1616
- Test the application gateway.
1717

1818

19-
> [!NOTE]
19+
> [!IMPORTANT]
20+
> Estimated time: 25 minutes.
2021
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
2122
2223
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ In this lab, you set up an Azure Front Door configuration that pools two instanc
1212
- View Azure Front Door in action.
1313

1414

15-
> [!NOTE]
15+
> [!IMPORTANT]
16+
> Estimated time: 30 minutes.
1617
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
1718
1819
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Load balance HTTP(S) traffic in Azure
77
description: "You learn how to design load balancer solutions for HTTP(S) traffic and how to implement Azure Application gateway and Azure Front Door."
8-
ms.date: 05/01/2025
8+
ms.date: 05/19/2025
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module
@@ -17,7 +17,7 @@ metadata:
1717
title: Load balance HTTP(S) traffic in Azure
1818
summary: You learn how to design load balancer solutions for HTTP(S) traffic and how to implement Azure Application Gateway and Azure Front Door.
1919
abstract: |
20-
At the end of this module, you are able to:
20+
At the end of this module, you're able to:
2121
2222
- Design and implement Azure Application Gateway
2323

0 commit comments

Comments
 (0)