Skip to content

Commit d3a93f6

Browse files
authored
Revise exercise content for ExpressRoute gateway setup
Updated the exercise details and structure for configuring an ExpressRoute gateway, including tasks and key takeaways.
1 parent 6bed2b2 commit d3a93f6

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Instructions/Exercises/M03-Unit 4 Configure an ExpressRoute Gateway.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,13 @@ Exercise:
1515

1616
## Exercise scenario
1717

18-
![Diagram of virtual network gateway.](../media/4-exercise-configure-expressroute-gateway.png)
19-
20-
To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic.
18+
To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic. To send network traffic on a private connection, you use the gateway type 'ExpressRoute'. This is also referred to as an ExpressRoute gateway and is the type of gateway used when configuring ExpressRoute.
2119

22-
## Estimated time: 60 minutes (includes ~45 minutes deployment waiting time)
2320

24-
**Gateway types**
25-
26-
When you create a virtual network gateway, you need to specify several settings. One of the required settings, '-GatewayType', specifies whether the gateway is used for ExpressRoute, or VPN traffic. The two gateway types are:
21+
![Diagram of virtual network gateway.](../media/4-exercise-configure-expressroute-gateway.png)
2722

28-
- **VPN** - To send encrypted traffic across the public Internet, you use the gateway type 'VPN'. This is also referred to as a VPN gateway. Site-to-Site, Point-to-Site, and VNet-to-VNet connections all use a VPN gateway.
29-
- **ExpressRoute** - To send network traffic on a private connection, you use the gateway type 'ExpressRoute'. This is also referred to as an ExpressRoute gateway and is the type of gateway used when configuring ExpressRoute.
3023

31-
Each virtual network can have only one virtual network gateway per gateway type. For example, you can have one virtual network gateway that uses -GatewayType VPN, and one that uses -GatewayType ExpressRoute.
24+
## Estimated time: 60 minutes (includes ~45 minutes deployment waiting time
3225

3326
## Job skills
3427

0 commit comments

Comments
 (0)