Skip to content

Commit 6bc4e0c

Browse files
Merge pull request #49827 from wwlpublish/6082c5298148dbe289ea492a3c7e49744540163efe50fe59448525f648b22cb2-live
Modules/M02-design-implement-hybrid-networking
2 parents b0bd9e5 + 2eb6287 commit 6bc4e0c

29 files changed

+171
-414
lines changed

learn-pr/wwl-azure/design-implement-hybrid-networking/1-introduction.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
uid: learn.wwl.design-implement-hybrid-networking.introduction
33
title: Introduction
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Introduction
68
description: "Introduction"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A

learn-pr/wwl-azure/design-implement-hybrid-networking/2-design-implement-vpn-gateway.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,33 @@
22
uid: learn.wwl.design-implement-hybrid-networking.design-implement-hybrid-networking
33
title: Design and implement Azure VPN Gateway
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Design and implement Azure VPN Gateway
68
description: "Design and implement Azure VPN Gateway"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 24
15+
durationInMinutes: 12
1416
content: |
1517
[!include[](includes/2-design-implement-vpn-gateway.md)]
1618
quiz:
1719
title: "Check your knowledge"
1820
questions:
1921
- content: "What are the two types of VPNs?"
2022
choices:
21-
- content: "PolicyBased and RouteBased."
23+
- content: "Policy-based and Route-based."
2224
isCorrect: true
23-
explanation: "Correct. VPNs can be RouteBased or PolicyBased."
24-
- content: "PolicyBased and static."
25+
explanation: "Correct. VPNs can be route or policy based."
26+
- content: "Policy-based and static."
2527
isCorrect: false
26-
explanation: "Incorrect. VPNs can be PolicyBased. Static is the name used for PolicyBased VPNs in the classic deployment model."
27-
- content: "RouteBased and dynamic."
28+
explanation: "Incorrect. VPNs can be route or policy based."
29+
- content: "RouteBR-based and dynamic."
2830
isCorrect: false
29-
explanation: "Incorrect. VPNs can be RouteBased. Dynamic is the name used for RouteBased VPNs in the classic deployment model."
31+
explanation: "Incorrect. VPNs can be route or policy based."
3032
- content: "What is the default high availability configuration for VPN gateways?"
3133
choices:
3234
- content: "Active-standby"
@@ -37,4 +39,4 @@ quiz:
3739
explanation: "Incorrect. You can create an Azure VPN gateway in an active-active configuration, but this configuration isn't the default."
3840
- content: "Dual-redundancy"
3941
isCorrect: false
40-
explanation: "Incorrect. Duel-redundancy is not the default."
42+
explanation: "Incorrect. Duel-redundancy isn't the default."

learn-pr/wwl-azure/design-implement-hybrid-networking/3-exercise-create-configure-local-network-gateway.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
uid: learn.wwl.design-implement-hybrid-networking.exercise-create-configure-local-network-gateway
33
title: 'Exercise: Create and configure a virtual network gateway'
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: 'Exercise: Create and configure a virtual network gateway'
68
description: "Exercise: Create and configure a virtual network gateway"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A

learn-pr/wwl-azure/design-implement-hybrid-networking/4-connect-networks-site-to-site-vpn-connections.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@
22
uid: learn.wwl.design-implement-hybrid-networking.connect-networks-site-to-site-vpn-connections
33
title: Connect networks with Site-to-site VPN connections
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Connect networks with Site-to-site VPN connections
68
description: "Connect networks with Site-to-site VPN connections"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 3
15+
durationInMinutes: 6
1416
content: |
15-
[!include[](includes/4-connect-networks-site-to-site-vpn-connections.md)]
17+
[!include[](includes/4-connect-networks-site-to-site-vpn-connections.md)]
18+
quiz:
19+
title: "Check your knowledge"
20+
questions:
21+
- content: "What is a site-to-site VPN Gateway connection?"
22+
choices:
23+
- content: "A site-to-site VPN Gateway connection securely connects two networks."
24+
isCorrect: true
25+
explanation: "Correct. A site-to-site (S2S) VPN gateway connection lets you create a secure connection to your virtual network from another virtual network or a physical network."
26+
- content: "A site-to-site VPN Gateway connection securely connects an individual client computer to a network."
27+
isCorrect: false
28+
explanation: "Incorrect. A **point-to-site** (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer."
29+
- content: "A site-to-site VPN Gateway connection securely connects two individual computers."
30+
isCorrect: false
31+
explanation: "Incorrect. A site-to-site (S2S) VPN gateway connection doesn't connect two individual computers."

learn-pr/wwl-azure/design-implement-hybrid-networking/5-connect-devices-to-networks-point-to-site-vpn-connections.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,16 @@
22
uid: learn.wwl.design-implement-hybrid-networking.connect-devices-to-networks-point-to-site-vpn-connections
33
title: Connect devices to networks with Point-to-site VPN connections
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Connect devices to networks with Point-to-site VPN connections
68
description: "Connect devices to networks with Point-to-site VPN connections"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 6
15+
durationInMinutes: 7
1416
content: |
15-
[!include[](includes/5-connect-devices-to-networks-point-to-site-vpn-connections.md)]
16-
quiz:
17-
title: "Check your knowledge"
18-
questions:
19-
- content: "What is a site-to-site VPN Gateway connection?"
20-
choices:
21-
- content: "A site-to-site VPN Gateway connection securely connects two networks."
22-
isCorrect: true
23-
explanation: "Correct. A site-to-site (S2S) VPN gateway connection lets you create a secure connection to your virtual network from another virtual network or a physical network."
24-
- content: "A site-to-site VPN Gateway connection securely connects an individual client computer to a network."
25-
isCorrect: false
26-
explanation: "Incorrect. A **point-to-site** (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer."
27-
- content: "A site-to-site VPN Gateway connection securely connects two individual computers."
28-
isCorrect: false
29-
explanation: "Incorrect. A site-to-site (S2S) VPN gateway connection doesn't connect two individual computers."
17+
[!include[](includes/5-connect-devices-to-networks-point-to-site-vpn-connections.md)]

learn-pr/wwl-azure/design-implement-hybrid-networking/6-connect-remote-resources-by-using-azure-virtual-wans.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
uid: learn.wwl.design-implement-hybrid-networking.connect-remote-resources-by-using-azure-virtual-wans
33
title: Connect remote resources by using Azure Virtual WANs
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Connect remote resources by using Azure Virtual WANs
68
description: "Connect remote resources by using Azure Virtual WANs"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 3
15+
durationInMinutes: 6
1416
content: |
1517
[!include[](includes/6-connect-remote-resources-by-using-azure-virtual-wans.md)]
1618
quiz:
@@ -26,15 +28,4 @@ quiz:
2628
explanation: "Incorrect. Azure WAN connects VNets, on-premises networks, and individual computers to the Microsoft backbone."
2729
- content: "Azure WAN is a collection of on-premises networks connected to each other through VPNs."
2830
isCorrect: false
29-
explanation: "Incorrect. Azure WAN connects VNets, on-premises networks, and individual computers to the Microsoft backbone."
30-
- content: "What is the minimum address space needed for a hub?"
31-
choices:
32-
- content: "/24"
33-
isCorrect: true
34-
explanation: "Correct. The minimum address space is /24."
35-
- content: "/25"
36-
isCorrect: false
37-
explanation: "Incorrect. A /25 address space causes an error."
38-
- content: "/32"
39-
isCorrect: false
40-
explanation: "Incorrect. A /32 address space causes an error."
31+
explanation: "Incorrect. Azure WAN connects VNets, on-premises networks, and individual computers to the Microsoft backbone."

learn-pr/wwl-azure/design-implement-hybrid-networking/7-exercise-create-virtual-wan-by-using-azure-portal.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.design-implement-hybrid-networking.exercise-create-virtual-wan-by-using-azure-portal
3-
title: 'Exercise: create a Virtual WAN by using the Azure portal'
3+
title: 'Exercise: Create a Virtual WAN by using the Azure portal'
44
metadata:
5-
title: 'Exercise: create a Virtual WAN by using the Azure portal'
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: 'Exercise: Create a Virtual WAN by using the Azure portal'
68
description: "Exercise: create a Virtual WAN by using the Azure portal"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A

learn-pr/wwl-azure/design-implement-hybrid-networking/8-create-network-virtual-appliance-virtual-hub.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
uid: learn.wwl.design-implement-hybrid-networking.create-network-virtual-appliance-nva-virtual-hub
33
title: Create a network virtual appliance (NVA) in a virtual hub
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Create a network virtual appliance (NVA) in a virtual hub
68
description: "Create a network virtual appliance (NVA) in a virtual hub"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 7
15+
durationInMinutes: 6
1416
content: |
1517
[!include[](includes/8-create-network-virtual-appliance-virtual-hub.md)]
1618
quiz:
@@ -27,7 +29,7 @@ quiz:
2729
- content: "Network Virtual Appliance (NVA)."
2830
isCorrect: true
2931
explanation: "Correct. Azure Virtual WAN supports connections from networking partners, such as VMware SD-WAN. These types of devices are known as network virtual appliances (NVAs)."
30-
- content: "Where can an NVAs be deployed?"
32+
- content: "Where can NVAs be deployed?"
3133
choices:
3234
- content: "NVAs are deployed into an on-premises subnet."
3335
isCorrect: false

learn-pr/wwl-azure/design-implement-hybrid-networking/9-summary.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
uid: learn.wwl.design-implement-hybrid-networking.summary
33
title: Summary
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Summary
68
description: "Summary"
7-
ms.date: 01/09/2025
9+
ms.date: 04/02/2025
810
author: wwlpublish
9-
ms.author: jileary
11+
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 1
15+
durationInMinutes: 3
1416
content: |
1517
[!include[](includes/9-summary.md)]

learn-pr/wwl-azure/design-implement-hybrid-networking/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Network architects and engineers ensure that communication between the on-premis
44

55
## Learning objectives
66

7-
In this module, you will:
7+
In this module, you learn:
88

99
- Design and implement a site-to-site VPN connection.
1010
- Design and implement a point-to-site VPN connection.

0 commit comments

Comments
 (0)