Skip to content

Commit cd56d0c

Browse files
authored
changed files by pdets auto publish service, publishid[ebe3ee46-c8d2-47d8-9407-4dd7e1e58a06] and do [publish].
1 parent 1f7de18 commit cd56d0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ quiz:
3939
explanation: "Incorrect. You can create an Azure VPN gateway in an active-active configuration, but this configuration isn't the default."
4040
- content: "Dual-redundancy"
4141
isCorrect: false
42-
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/includes/2-design-implement-vpn-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To provide better availability for your VPN connections, there are a few options
6969

7070
### Active-standby Azure VPN gateways
7171

72-
You can create an Azure VPN gateway in an active-standby configuration. This is the default configuration. In this configuration there are two instances, active and standby. When the active connection is disrupted the standby connection takes over. Switching to the standby connection causes a service disruption.
72+
You can create an Azure VPN gateway in an active-standby configuration. Active-active 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.
7373

7474
- For planned maintenance, connectivity is restored in seconds.
7575
- For unplanned interruptions, connectivity is restored in minutes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A [Point-to-Site (P2S) VPN gateway](azure/vpn-gateway/point-to-site-about) connection lets you create a secure connection to your virtual network from an individual client computer. A P2S connection is established by starting it from the client computer. This solution is useful for telecommuters who want to connect to Azure VNets from a remote location, such as from home or a conference. P2S VPN is also a useful solution to use instead of S2S VPN when you have only a few clients that need to connect to a VNet.
1+
A [Point-to-Site (P2S) VPN gateway](/azure/vpn-gateway/point-to-site-about) connection lets you create a secure connection to your virtual network from an individual client computer. A P2S connection is established by starting it from the client computer. This solution is useful for telecommuters who want to connect to Azure VNets from a remote location, such as from home or a conference. P2S VPN is also a useful solution to use instead of S2S VPN when you have only a few clients that need to connect to a VNet.
22

33
:::image type="content" source="../media/point-site-diagram.png" alt-text="Diagram of a point-to-site connection.":::
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This video reviews the basics of how Virtual WANs work. The entire video is avai
3535
3636
### Choose a Virtual WAN SKU
3737

38-
There are two Virtual WAN SKUs: Basic and Standard. This table shows the available configurations for each type.
38+
The Virtual WAN SKUs are: Basic and Standard. This table shows the available configurations for each type.
3939

4040
| **Virtual WAN type** | **Hub type** | **Available configurations** |
4141
|:--------------------:|:------------:|:---------------------------------------------------------------------------------------------------------------------:|

0 commit comments

Comments
 (0)