Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Creates the request routing piece.
$appgw = Add-AzApplicationGatewayRequestRoutingRule `
-ApplicationGateway $appgw `
-Name "apim-api-external-rule" `
-RuleType PathBasedRouting `
-HttpListener $listener `
-BackendAddressPool $Pool `
-BackendHttpSettings $poolSettings `
-UrlPathMap $pathMap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment