Skip to content

Commit c98d8ed

Browse files
authored
Update vpn-gateway-about-vpn-gateway-settings.md
1 parent 937d3c9 commit c98d8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ In the following PowerShell example, we create a S2S connection that requires th
107107
```azurepowershell-interactive
108108
New-AzVirtualNetworkGatewayConnection -Name localtovon -ResourceGroupName testrg `
109109
-Location 'West US' -VirtualNetworkGateway1 $gateway1 -LocalNetworkGateway2 $local `
110-
-ConnectionType IPsec -RoutingWeight 10 -SharedKey 'abc123'
110+
-ConnectionType IPsec -SharedKey 'abc123'
111111
```
112112

113113
## <a name="vpntype"></a>VPN types

0 commit comments

Comments
 (0)