Skip to content

Commit 8f56dd4

Browse files
authored
Merge pull request #50257 from wwlpublish/227f6f11a4aea31305b6ba9b9824eaf69d95bd127f770e94c0c3fcadee243655-live
Modules/M04-load-balancing-non-https-traffic-azure
2 parents c92e55f + 0902e9d commit 8f56dd4

16 files changed

+44
-63
lines changed

learn-pr/wwl-azure/load-balancing-non-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/07/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/2-explore.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: Explore load balancing
88
description: "Explore load balancing"
9-
ms.date: 04/07/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/3-design-implement-azure-load-balancer-using-azure-portal.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 implement Azure load balancer using the Azure portal
88
description: "Design and implement Azure load balancer using the Azure portal"
9-
ms.date: 04/07/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/4-exercise-create-configure-azure-load-balancer.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 and configure an Azure load balancer'
88
description: "Exercise: Create and configure an Azure load balancer"
9-
ms.date: 04/07/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/5-explore-azure-traffic-manager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explore Azure Traffic Manager
88
description: "Explore Azure Traffic Manager"
9-
ms.date: 04/07/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
@@ -22,7 +22,7 @@ quiz:
2222
choices:
2323
- content: "Layer 3"
2424
isCorrect: false
25-
explanation: "Incorrect. Traffic Manager works at the application level, Layer 7 ."
25+
explanation: "Incorrect. Traffic Manager works at the application level, Layer 7."
2626
- content: "Layer 4"
2727
isCorrect: false
2828
explanation: "Incorrect. Traffic Manager works at the application level, Layer-7."

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/6-exercise-create-traffic-manager-profile-using-azure-portal.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 Traffic Manager profile using the Azure portal'
88
description: "Exercise: Create a Traffic Manager profile using the Azure portal"
9-
ms.date: 04/07/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-non-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/07/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/includes/2-explore.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
The term load balancing refers to the even distribution of incoming network workloads to a group of backend computing resources or servers. Load balancing aims to optimize resource use, maximize throughput, minimize response time, and avoid overloading any single resource. Load balancing can also improve availability by sharing a workload across redundant computing resources.
22

3+
This video reviews how to select a load balancing solution.
4+
5+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=86a4202c-057d-4a20-ba74-50dc2c730b08]
6+
37
## Load Balancing options for Azure
48

59
Azure provides various load balancing services that you can use to distribute your workloads across multiple computing resources, but the following are the main services:
@@ -56,13 +60,6 @@ This [flowchart](/azure/architecture/guide/technology-choices/load-balancing-ove
5660
> [!TIP]
5761
> You should use this flowchart and the suggested recommendation only as a starting point. A completed solution can incorporate two or more load-balancing solutions.
5862
59-
## How to select a non-HTTP(S) load balancing solution (video)
60-
61-
This video reviews how to select a load balancing solution.
62-
63-
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=86a4202c-057d-4a20-ba74-50dc2c730b08]
64-
65-
6663
## Selecting a load balancing solution by using the Azure portal
6764

6865
You can use the **Azure Load Balancing** page in the Azure portal to help guide you to a load-balancing solution. Search for and select **Load balancing - help me choose**. The wizard provides an interactive way to select a load balancing solution.

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/includes/3-design-implement-azure-load-balancer-using-azure-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

2+
23
**Azure Load Balancer** operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. Azure Load Balancer distributes inbound flows that arrive at the load balancer's front end to backend pool instances. These flows are according to configured load-balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a virtual machine scale set.
34

5+
This video reviews how to select a load balancer type.
6+
7+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=096fa8d5-dde4-41b4-b025-99a1ced3f98f]
8+
9+
10+
411
## Choosing a load balancer type
512

613
Load balancers can be public (external) or internal (private).
@@ -13,13 +20,6 @@ This diagram shows how public and internal load balancers can work together.
1320

1421
:::image type="content" source="../media/load-balancer-3cfca04c.png" alt-text="Diagram that shows a public and internal load balancer.":::
1522

16-
## How to select a load balancer type (video)
17-
18-
This video reviews how to select a load balancer type.
19-
20-
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=096fa8d5-dde4-41b4-b025-99a1ced3f98f]
21-
22-
2323
## Azure load balancer and availability zones
2424

2525
Azure Load Balancer supports [availability zones scenarios](/azure/reliability/reliability-load-balancer#availability-zone-support). A Load Balancer can either be zone redundant, zonal, or nonzonal.

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/includes/4-exercise-create-configure-azure-load-balancer.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,17 @@ In this lab, you create an internal load balancer for the fictional Contoso Ltd
66

77
:::image type="content" source="../media/4-exercise-create-configure-azure-load-balancer.png" alt-text="Diagram of the internal standard load balancer architecture.":::
88

9-
## Objectives
9+
## Job skills
1010

11-
- **Task 1**: Create the virtual network
12-
- **Task 2**: Create backend servers
13-
- 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/M04/azuredeploy.json).
14-
- Use Azure PowerShell to deploy the template.
15-
- **Task 3**: Create the load balancer
16-
- **Task 4**: Create load balancer resources
17-
- **Task 5**: Test the load balancer
11+
- Create the virtual network.
12+
- Create backend servers.
13+
- Create the load balancer.
14+
- Create load balancer resources.
15+
- Test the load balancer.
1816

1917
> [!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.
21-
22-
> [!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.
24-
25-
> [!NOTE]
26-
> You can view the [Create and configure an Azure load balancer](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M04-Unit%204%20Create%20and%20configure%20an%20Azure%20load%20balancer.html) instructions directly.
27-
28-
[![Screenshot of the simulation page.](../media/simulation-load-balancer-thumbnail.jpg)](https://mslabs.cloudguides.com/guides/AZ-700%20Lab%20Simulation%20-%20Create%20and%20configure%20an%20Azure%20load%20balancer)
18+
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
2919
20+
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.
3021

22+
[![Button to launch exercise.](../media/launch-exercise.png)](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M04-Unit%204%20Create%20and%20configure%20an%20Azure%20load%20balancer.html)

0 commit comments

Comments
 (0)