Skip to content

Commit 50fbc73

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#51572
Edited L84 . Location parameter is hard coded
1 parent 5287d8a commit 50fbc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/vpn-gateway/vpn-gateway-tutorial-vpnconnection-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Create a local network gateway with the [New-AzLocalNetworkGateway](https://docs
8383

8484
```azurepowershell-interactive
8585
New-AzLocalNetworkGateway -Name $LNG1 -ResourceGroupName $RG1 `
86-
-Location 'East US' -GatewayIpAddress $LNGIP1 -AddressPrefix $LNGprefix1,$LNGprefix2
86+
-Location $Location1 -GatewayIpAddress $LNGIP1 -AddressPrefix $LNGprefix1,$LNGprefix2
8787
```
8888

8989
## Create a S2S VPN connection

0 commit comments

Comments
 (0)