Skip to content

Commit ebe6bb3

Browse files
authored
Update vpn-gateway-modify-lng-gateway-ip-cli-include.md
1 parent 27baaab commit ebe6bb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/vpn-gateway-modify-lng-gateway-ip-cli-include.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ If you change the public IP address for your VPN device, you need to modify the
1212
To modify the gateway IP address, replace the values 'Site2' and 'TestRG1' with your own using the [az network local-gateway update](/cli/azure/network/local-gateway) command.
1313

1414
```azurecli-interactive
15-
az network local-gateway update --gateway-ip-address 23.99.222.170 --name Site2 --resource-group TestRG1
15+
az network local-gateway update --gateway-ip-address 203.0.113.170 --name Site2 --resource-group TestRG1
1616
```
1717

1818
Verify that the IP address is correct in the output:
1919

2020
```azurecli-interactive
21-
"gatewayIpAddress": "23.99.222.170",
22-
```
21+
"gatewayIpAddress": "203.0.113.170",
22+
```

0 commit comments

Comments
 (0)