Skip to content

Commit 0bcbca6

Browse files
Merge pull request #225956 from cherylmc/patch-2
Update vpn-gateway-forced-tunneling-rm.md
2 parents ee51747 + 52e1893 commit 0bcbca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/vpn-gateway/vpn-gateway-forced-tunneling-rm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Install the latest version of the Azure Resource Manager PowerShell cmdlets. See
8989
4. Set Route Table Configuration.
9090

9191
```powershell
92-
New-AzRouteTable –Name "MyRouteTable" -ResourceGroupName "ForcedTunneling" –Label "Routing Table for Forced Tunneling" –Location "North Europe"
92+
Set-AzureRoute –RouteTable "MyRouteTable" –RouteName "DefaultRoute" –AddressPrefix "0.0.0.0/0" –NextHopType VPNGateway
9393
```
9494
5. Assign Route Table to the subnets
9595

0 commit comments

Comments
 (0)