Skip to content

Commit 41f4adf

Browse files
committed
links
1 parent afa4d0e commit 41f4adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vpn-gateway/vpn-gateway-create-site-to-site-rm-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Site-to-site connections to an on-premises network require a VPN device. In this
7474

7575
## <a name="CreateConnection"></a>Create the VPN connection
7676

77-
Create a site-to-site VPN connection between your virtual network gateway and your on-premises VPN device. If you're using an active-active mode gateway (recommended), each gateway VM instance has a separate IP address. To properly configure [highly available connectivity](vpn-gateway-highlyavailable.md), you must establish a tunnel between each VM instance and your VPN device. Both tunnels are part of the same connection.
77+
Create a site-to-site VPN connection between your virtual network gateway and your on-premises VPN device. If you're using an active-active mode gateway (recommended), each gateway VM instance has a separate IP address. To properly configure [highly available connectivity](vpn-gateway-highlyavailable.md), you must establish a tunnel between each VM instance and your VPN device. Both tunnels are part of the same connection. If your local network gateway and virtual network gateway reside in different subscriptions and different tenants, see the [Connections with different tenants and different subscriptions](#tenants) section.
7878

7979
The shared key must match the value you used for your VPN device configuration. Notice that the '-ConnectionType' for site-to-site is **IPsec**.
8080

@@ -93,7 +93,7 @@ The shared key must match the value you used for your VPN device configuration.
9393
-ConnectionType IPsec -SharedKey 'abc123'
9494
```
9595

96-
## <a name="tenants"></a>Connections with different tenants and different subscriptions
96+
### <a name="tenants"></a>Connections with different tenants and different subscriptions
9797

9898
When the virtual network gateway and the local network gateway reside in different subscriptions and in different tenants, the connection commands need to be specified differently than in the previous section.
9999

0 commit comments

Comments
 (0)