azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

Possible incorrect steps when configuring forced tunnelling

Open brcart opened this issue 2 years ago • 1 comments

https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-forced-tunneling-rm

It looks like Step3 and Step 4 are using the same command

New-AzRouteTable –Name "MyRouteTable" -ResourceGroupName "ForcedTunneling" –Label "Routing Table for Forced Tunneling" –Location "North Europe"

I think Step 4 should be using the Set-AzRouteTable command, something like

Set-AzureRoute –RouteTable "MyRouteTable" –RouteName "DefaultRoute" –AddressPrefix "0.0.0.0/0" –NextHopType VPNGateway


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

brcart avatar Dec 13 '22 15:12 brcart

@brcart

Thanks for your feedback! We will investigate and update as appropriate.

@brcart Thank you for your feedback! We have assigned this issue to the author to review further and take the next course of action.

@cherylmc FYA, the PS commands in this document might need an update.

ChaitanyaNaykodi-MSFT avatar Dec 20 '22 14:12 ChaitanyaNaykodi-MSFT

Fixing. Thanks! #sign-off

cherylmc avatar Feb 01 '23 18:02 cherylmc

#please-close

cherylmc avatar Feb 01 '23 18:02 cherylmc