Skip to content

Commit 43aa0bf

Browse files
Merge pull request #296999 from cherylmc/update-tenant-s2s
links
2 parents 38b5dc3 + da80266 commit 43aa0bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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,11 +93,11 @@ 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

100-
For the LocalNetworkGateway that resides in Tenant2, Subscription 2, use the following commands. Adjust any variables to match your environment.
100+
For the LocalNetworkGateway that resides in Tenant 2, Subscription 2, use the following commands. Adjust any variables to match your environment.
101101

102102
```azurepowershell-interactive
103103
Connect-AzAccount -TenantID $Tenant2

0 commit comments

Comments
 (0)