Skip to content

Commit 84b4486

Browse files
authored
Fix heading level for tenant section
1 parent a117e5a commit 84b4486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ In this example, because the gateways are in the different subscriptions, we've
447447
New-AzVirtualNetworkGatewayConnection -Name $Connection51 -ResourceGroupName $RG5 -VirtualNetworkGateway1 $vnet5gw -VirtualNetworkGateway2 $vnet1gw -Location $Location5 -ConnectionType Vnet2Vnet -SharedKey 'AzureA1b2C3'
448448
```
449449

450-
### <a name="tenant"></a>Connect VNets in different subscriptions and different tenants
450+
## <a name="tenant"></a>Connect VNets in different subscriptions and different tenants
451451

452452
This scenario makes use of the previous scenario steps, but with a few key differences. In this scenario, TestVNet5 resides in Subscription 1, Tenant 1. TestVNet1 resides in Subscription2, Tenant 2.
453453

0 commit comments

Comments
 (0)