Skip to content

Commit dab239d

Browse files
authored
ANPTA - Update azure-stack-vpn-gateway-settings.md
Modify a routable Public IP Address under the Local Network Gateway section with another safe IP as per our Handling Sensitive Information document to make it compliance.
1 parent 8d51bb6 commit dab239d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-stack/user/azure-stack-vpn-gateway-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This PowerShell example creates a new local network gateway:
184184

185185
```powershell
186186
New-AzLocalNetworkGateway -Name LocalSite -ResourceGroupName testrg `
187-
-Location 'West US' -GatewayIpAddress '23.99.221.164' -AddressPrefix '10.5.51.0/24'
187+
-Location 'West US' -GatewayIpAddress '198.51.100.101' -AddressPrefix '10.5.51.0/24'
188188
```
189189

190190
Sometimes you need to modify the local network gateway settings; for example, when you add or modify the address range, or if the IP address of the VPN device changes. For more info, see [Modify local network gateway settings using PowerShell](/azure/vpn-gateway/vpn-gateway-modify-local-network-gateway).

0 commit comments

Comments
 (0)