Skip to content

Commit 66d7277

Browse files
committed
Update vpn-gateway-about-vpngateways.md
1 parent 64f8487 commit 66d7277

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/vpn-gateway/vpn-gateway-about-vpngateways.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ Azure VPN Gateway is a service that can be used to send encrypted traffic betwee
2121

2222
Here are some of the key scenarios for VPN Gateway:
2323

24-
* Send encrypted traffic between an Azure virtual network and on-premises locations over the public Internet. You can do this by using the following types of connections:
24+
* Send encrypted traffic between an Azure virtual network and on-premises locations over the public Internet using one of the following types of connections:
2525

2626
* **Site-to-site connection:** A cross-premises IPsec/IKE VPN tunnel connection between the VPN gateway and an on-premises VPN device.
2727

2828
* **Point-to-site connection:** VPN over OpenVPN, IKEv2, or SSTP. This type of connection lets you connect to your virtual network from a remote location, such as from a conference or from home.
2929

30-
* Send encrypted traffic between virtual networks. You can do this by using the following types of connections:
30+
* Send encrypted traffic between Azure virtual networks using the following types of connections:
3131

3232
* **VNet-to-VNet:** An IPsec/IKE VPN tunnel connection between the VPN gateway and another Azure VPN gateway that uses a *VNet-to-VNet* connection type. This connection type is designed specifically for VNet-to-VNet connections.
3333

3434
* **Site-to-site connection:** An IPsec/IKE VPN tunnel connection between the VPN gateway and another Azure VPN gateway. This type of connection, when used in the VNet-to-VNet architecture, uses the *Site-to-site (IPsec)* connection type, which allows cross-premises connections to the gateway in addition connections between VPN gateways.
3535

36-
* Configure a site-to-site VPN as a secure failover path for [ExpressRoute](../expressroute/expressroute-introduction.md). You can do this by using:
36+
* Configure a site-to-site VPN as a secure failover path for [ExpressRoute](../expressroute/expressroute-introduction.md) using:
3737

3838
* **ExpressRoute + VPN Gateway:** A combination of ExpressRoute + VPN Gateway connections (coexisting connections).
3939

40-
* Use site-to-site VPNs to connect to sites that aren't connected through [ExpressRoute](../expressroute/expressroute-introduction.md). You can do this with:
40+
* Use site-to-site VPNs to connect to sites that aren't connected through [ExpressRoute](../expressroute/expressroute-introduction.md) using:
4141

4242
* **ExpressRoute + VPN Gateway:** A combination of ExpressRoute + VPN Gateway connections (coexisting connections).
4343

@@ -59,13 +59,13 @@ The following table can help you decide the best connectivity option for your so
5959

6060
### <a name="availability"></a>Availability Zones
6161

62-
VPN gateways can be deployed in Azure Availability Zones. This brings resiliency, scalability, and higher availability to virtual network gateways. Deploying gateways in Azure Availability Zones physically and logically separates gateways within a region, while protecting your on-premises network connectivity to Azure from zone-level failures. See [About zone-redundant virtual network gateways in Azure Availability Zones](about-zone-redundant-vnet-gateways.md).
62+
VPN gateways can be deployed in Azure Availability Zones. Availability zone deployments bring resiliency, scalability, and higher availability to virtual network gateways. Deploying gateways in Azure Availability Zones physically and logically separates gateways within a region, while protecting your on-premises network connectivity to Azure from zone-level failures. See [About zone-redundant virtual network gateways in Azure Availability Zones](about-zone-redundant-vnet-gateways.md).
6363

6464
## <a name="configuring"></a>Configuring VPN Gateway
6565

6666
A VPN gateway connection relies on multiple resources that are configured with specific settings. In some cases, resources must be configured in a certain order. The settings that you chose for each resource are critical to creating a successful connection.
6767

68-
For information about individual resources and settings for VPN Gateway, see [About VPN Gateway settings](vpn-gateway-about-vpn-gateway-settings.md) and [About gateway SKUs](about-gateway-skus.md). These articles contain information to help you understand gateway types, gateway SKUs, VPN types, connection types, gateway subnets, local network gateways, and various other resource settings that you might want to consider.
68+
For information about individual resources and settings for VPN Gateway, see [About VPN Gateway settings](vpn-gateway-about-vpn-gateway-settings.md) and [About gateway SKUs](about-gateway-skus.md).
6969

7070
For design diagrams and links to configuration articles, see the [VPN Gateway topology and design](design.md) article.
7171

@@ -84,7 +84,7 @@ You pay for two things: the hourly compute costs for the virtual network gateway
8484

8585
**Data transfer costs**<br>Data transfer costs are calculated based on egress traffic from the source virtual network gateway.
8686

87-
* If you're sending traffic to your on-premises VPN device, it will be charged with the Internet egress data transfer rate.
87+
* If you're sending traffic to your on-premises VPN device, the charges areas per the Internet egress data transfer rate.
8888
* If you're sending traffic between virtual networks in different regions, the pricing is based on the region.
8989
* If you're sending traffic only between virtual networks that are in the same region, there are no data costs. Traffic between VNets in the same region is free.
9090

0 commit comments

Comments
 (0)