Skip to content

Commit cebc953

Browse files
Merge pull request #49867 from wwlpublish/6082c5298148dbe289ea492a3c7e49744540163efe50fe59448525f648b22cb2-live
Modules/M02-design-implement-hybrid-networking
2 parents 60878b5 + da3bf9c commit cebc953

16 files changed

+24
-30
lines changed

learn-pr/wwl-azure/design-implement-hybrid-networking/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/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-hybrid-networking/2-design-implement-vpn-gateway.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: Design and implement Azure VPN Gateway
88
description: "Design and implement Azure VPN Gateway"
9-
ms.date: 04/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
@@ -26,7 +26,7 @@ quiz:
2626
- content: "Policy-based and static."
2727
isCorrect: false
2828
explanation: "Incorrect. VPNs can be route or policy based."
29-
- content: "RouteBR-based and dynamic."
29+
- content: "Route-based and dynamic."
3030
isCorrect: false
3131
explanation: "Incorrect. VPNs can be route or policy based."
3232
- content: "What is the default high availability configuration for VPN gateways?"

learn-pr/wwl-azure/design-implement-hybrid-networking/3-exercise-create-configure-local-network-gateway.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 a virtual network gateway'
88
description: "Exercise: Create and configure a virtual network gateway"
9-
ms.date: 04/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-hybrid-networking/4-connect-networks-site-to-site-vpn-connections.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: Connect networks with Site-to-site VPN connections
88
description: "Connect networks with Site-to-site VPN connections"
9-
ms.date: 04/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-hybrid-networking/5-connect-devices-to-networks-point-to-site-vpn-connections.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: Connect devices to networks with Point-to-site VPN connections
88
description: "Connect devices to networks with Point-to-site VPN connections"
9-
ms.date: 04/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-hybrid-networking/6-connect-remote-resources-by-using-azure-virtual-wans.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: Connect remote resources by using Azure Virtual WANs
88
description: "Connect remote resources by using Azure Virtual WANs"
9-
ms.date: 04/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-hybrid-networking/7-exercise-create-virtual-wan-by-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 Virtual WAN by using the Azure portal'
88
description: "Exercise: create a Virtual WAN by using the Azure portal"
9-
ms.date: 04/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-hybrid-networking/8-create-network-virtual-appliance-virtual-hub.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: Create a network virtual appliance (NVA) in a virtual hub
88
description: "Create a network virtual appliance (NVA) in a virtual hub"
9-
ms.date: 04/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-hybrid-networking/9-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/02/2025
9+
ms.date: 04/04/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11

22

3-
A virtual private network (VPN) provides secure encrypted connections. VPNs typically are deployed to connect two or more trusted private networks over an untrusted network such as the internet. Traffic is encrypted while traveling over the untrusted network to prevent another entity from eavesdropping on the network communication.
4-
5-
One option for connecting an on-premises network to an Azure virtual network is a VPN connection. A [VPN gateway](/azure/vpn-gateway/vpn-gateway-about-vpngateways) provides an endpoint for incoming connections to an Azure virtual network.
6-
7-
## Azure VPN Gateways
8-
9-
An Azure VPN gateway is a specific type of virtual network gateway that is used to send and receive encrypted traffic. The traffic is often between an Azure virtual network and an on-premises location over the public Internet. Azure VPN gateways are also used to connect separate Azure virtual networks using an encrypted tunnel across the Microsoft network backbone.
3+
Azure [VPN Gateway](/azure/vpn-gateway/vpn-gateway-about-vpngateways) is a service that can be used to send encrypted traffic between an Azure virtual network and on-premises locations over the public Internet. You can also use VPN Gateway to send encrypted traffic between Azure virtual networks over the Microsoft network. VPN Gateway uses a specific type of Azure virtual network gateway called a VPN gateway. Multiple connections can be created to the same VPN gateway. When you create multiple connections, all VPN tunnels share the available gateway bandwidth.
104

115
> [!NOTE]
126
> A virtual network gateway is composed of two or more special virtual machines that are deployed to a specific subnet called the gateway subnet. Azure manages the virtual machines so they don't require administrative attention.
137
14-
Creating a virtual network gateway can take some time to complete, so it's vital that you plan appropriately. When you create a virtual network gateway, the provisioning process generates the gateway VMs and deploys them to the gateway subnet. These VMs have the settings that you configure on the gateway.
15-
16-
Now, let's look at the factors you need to consider for planning your VPN gateway deployment.
17-
188
## Plan a VPN gateway
199

20-
Factors that you need to consider during your planning process include:
10+
Creating a virtual network gateway can take some time to complete, so it's vital that you plan appropriately. Factors that you need to consider during your planning process include:
2111

2212
- Throughput - Mbps or Gbps
2313
- Backbone - Internet or private?
@@ -29,7 +19,7 @@ Factors that you need to consider during your planning process include:
2919

3020
### VPN Gateway planning (video)
3121

32-
This video reviews the gateway basics of IP addressing and subnetting.
22+
This video summarizes scenarios for VPN gateways. These scenarios include on-premises and point-to-site connections.
3323

3424
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=f67524cf-ba8b-4e81-8fe3-29f75213d740]
3525
@@ -62,7 +52,7 @@ Route-based VPNs were previously called dynamic routing gateways. Route-based VP
6252

6353
## High availability options for VPN connections
6454

65-
To provide better availability for your VPN connections, there are a few options available.
55+
To provide better availability for your VPN connections, consider one of these options.
6656

6757
- VPN Gateway redundancy (active-standby)
6858
- Active-active Azure VPN gateway

0 commit comments

Comments
 (0)