Skip to content

Commit cda5420

Browse files
Merge pull request #229080 from stegag/patch-45
Update vpn-gateway-about-vpn-gateway-settings.md
2 parents b3d5ac7 + c98d8ed commit cda5420

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)