Skip to content

Commit 89ad460

Browse files
Update per-site-policies.md
Fixed Typo "-DefaultBackendHttpSettingsId poolSettings.Id" to "-DefaultBackendHttpSettingsId $poolSettings.Id"
1 parent c7cb64d commit 89ad460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/web-application-firewall/ag/per-site-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ $PathRuleConfig1 = New-AzApplicationGatewayPathRuleConfig `
279279
$URLPathMap = New-AzApplicationGatewayUrlPathMapConfig -Name "PathMap" `
280280
-PathRules $PathRuleConfig, $PathRuleConfig1 `
281281
-DefaultBackendAddressPoolId $defaultPool.Id `
282-
-DefaultBackendHttpSettingsId poolSettings.Id
282+
-DefaultBackendHttpSettingsId $poolSettings.Id
283283
284284
Add-AzApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGw `
285285
-Name "RequestRoutingRule" `

0 commit comments

Comments
 (0)