Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created April 11, 2020 22:17
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 fabriciosanchez/d84a27af6525adb8b3150d83e7a17c42 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/d84a27af6525adb8b3150d83e7a17c42 to your computer and use it in GitHub Desktop.
Creates a configuration object to url path map.
$pathmap = Get-AzApplicationGatewayUrlPathMapConfig `
-ApplicationGateway $appgw `
-Name "external-urlpathmapconfig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment