Skip to content

Commit 9e3fbe7

Browse files
Merge pull request #32813 from teresayao/patch-2
Update waf-front-door-configure-ip-restriction.md
2 parents ddf50da + 28f96bc commit 9e3fbe7

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
@@ -58,7 +58,7 @@ az network waf-policy custom-rule create \
5858
--name IPAllowListRule \
5959
--priority 1 \
6060
--rule-type MatchRule \
61-
--match-condition RemoteAddr IPMatch ["<ip-address-range-1>","<ip-address-range-2>"] \
61+
--match-condition RemoteAddr IPMatch "<ip-address-range-1>","<ip-address-range-2>" \
6262
--action Allow \
6363
--resource-group <resource-group-name> \
6464
--policy-name IPAllowPolicyExampleCLI

0 commit comments

Comments
 (0)