Skip to content

Commit 897eb27

Browse files
authored
changed files by pdets auto publish service, publishid[3c2e7d56-973a-4296-a6ec-163a25345033] and do [publish].
1 parent 436486a commit 897eb27

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

2-
This video summarizes scenarios for VPN gateways. These scenarios include on-premises and point-to-site connections.
2+
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.
33

44
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=f67524cf-ba8b-4e81-8fe3-29f75213d740]
55
66

77

8-
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.
98

109
> [!NOTE]
1110
> 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.
@@ -51,11 +50,17 @@ Route-based VPNs were previously called dynamic routing gateways. Route-based VP
5150

5251
## High availability options for VPN connections
5352

53+
5454
To provide better availability for your VPN connections, consider one of these options.
5555

5656
- VPN Gateway redundancy (active-standby)
5757
- Active-active Azure VPN gateway
5858

59+
60+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=bc399061-c874-4da9-8cb7-282d6d01f816]
61+
62+
63+
5964
### Active-standby Azure VPN gateways
6065

6166
You can create an Azure VPN gateway in an active-standby configuration. Active-standby is the default configuration. In this configuration there are two instances, active and standby. The standby connection takes over when the active connection is disrupted. Switching to the standby connection causes a service disruption.
@@ -71,10 +76,4 @@ You can create an Azure VPN gateway in an active-standby configuration. Active-s
7176

7277
You can create an Azure VPN gateway in an active-active configuration. In the active-active configuration, both instances of the gateway establish VPN tunnels to your on-premises VPN device. The traffic from your Azure virtual network to your on-premises network is routed through both tunnels simultaneously. If an outage occurs, Azure automatically switches to the other tunnel.
7378

74-
:::image type="content" source="../media/vpn-active-active-89241ba7.png" alt-text="Diagram of an Azure VPN Gateway in active-active configuration.":::
75-
76-
### Gateway redundancy comparison (video)
77-
78-
This video reviews VPN gateway redundancy options.
79-
80-
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=bc399061-c874-4da9-8cb7-282d6d01f816]
79+
:::image type="content" source="../media/vpn-active-active-89241ba7.png" alt-text="Diagram of an Azure VPN Gateway in active-active configuration.":::

0 commit comments

Comments
 (0)