Skip to content

Instantly share code, notes, and snippets.

@andreaswasita
Created August 24, 2015 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreaswasita/fc67e11d825a39cad58f to your computer and use it in GitHub Desktop.
Save andreaswasita/fc67e11d825a39cad58f to your computer and use it in GitHub Desktop.
Get-AzureRouteTable NGFWRouteTable `
|Set-AzureRoute -RouteName NGRoute -AddressPrefix 0.0.0.0/0 `
-NextHopType VirtualAppliance `
-NextHopIpAddress 192.168.0.54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment