Skip to content

Commit a3db7bb

Browse files
authored
Update Azure load balancer exercise instructions
Clarified the explanation of internal load balancers and their connectivity testing.
1 parent 09fc08d commit a3db7bb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Instructions/Exercises/M04-Unit 4 Create and configure an Azure load balancer.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@ Exercise:
1313

1414
# M04-Unit 4 Create and configure an Azure load balancer
1515

16-
In this exercise, you will create an internal load balancer for the fictional Contoso Ltd organization.
17-
18-
## Estimated time: 60 minutes (includes ~45 minutes deployment waiting time)
19-
20-
The steps to create an internal load balancer, are very similar to those you have already learned about in this module, to create a public load balancer. The key difference is that with a public load balancer the front end is accessed via a public IP address, and you test connectivity from a host which is located outside your virtual network; whereas, with an internal load balancer, the front end is a private IP address inside your virtual network, and you test connectivity from a host inside the same network.
16+
In this exercise, you will create an internal load balancer for the fictional Contoso Ltd organization. With an internal load balancer, the front end has a private IP address inside your virtual network. You test connectivity from a host inside the same network.
2117

2218
![internal standard loadbalancer diagram](../media/4-exercise-create-configure-azure-load-balancer.png)
2319

20+
## Estimated time: 60 minutes (includes ~45 minutes deployment waiting time)
21+
2422
## Job skills
2523

26-
In this exercise, you will:
24+
In this exercise, you:
2725

2826
+ Task 1: Create the virtual network
2927
+ Task 2: Create backend servers

0 commit comments

Comments
 (0)