We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cb64d commit 89ad460Copy full SHA for 89ad460
articles/web-application-firewall/ag/per-site-policies.md
@@ -279,7 +279,7 @@ $PathRuleConfig1 = New-AzApplicationGatewayPathRuleConfig `
279
$URLPathMap = New-AzApplicationGatewayUrlPathMapConfig -Name "PathMap" `
280
-PathRules $PathRuleConfig, $PathRuleConfig1 `
281
-DefaultBackendAddressPoolId $defaultPool.Id `
282
- -DefaultBackendHttpSettingsId poolSettings.Id
+ -DefaultBackendHttpSettingsId $poolSettings.Id
283
284
Add-AzApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGw `
285
-Name "RequestRoutingRule" `
0 commit comments