Skip to content

Commit e655ae4

Browse files
authored
Update waf-front-door-configure-ip-restriction.md
sign-off
1 parent a1f5422 commit e655ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/waf-front-door-configure-ip-restriction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In the following example, replace *ip-address-range-1*, *ip-address-range-2* wit
134134
$IPMatchCondition = New-AzFrontDoorWafMatchConditionObject `
135135
-MatchVariable RemoteAddr `
136136
-OperatorProperty IPMatch `
137-
-MatchValue ["ip-address-range-1", "ip-address-range-2"]
137+
-MatchValue "ip-address-range-1", "ip-address-range-2"
138138
```
139139
Create an IP *match all condition* rule by using the following command:
140140
```powershell

0 commit comments

Comments
 (0)