Skip to content

Commit c93e735

Browse files
Merge pull request #209073 from Miskatonic-Electronic/patch-3
Update waf-front-door-tutorial-geo-filtering.md
2 parents 5abcce9 + 7732f25 commit c93e735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/web-application-firewall/afds/waf-front-door-tutorial-geo-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Two letter country/region codes to country/region mapping are provided in [What
5353

5454
```azurepowershell-interactive
5555
$nonUSGeoMatchCondition = New-AzFrontDoorWafMatchConditionObject `
56-
-MatchVariable RemoteAddr `
56+
-MatchVariable SocketAddr `
5757
-OperatorProperty GeoMatch `
5858
-NegateCondition $true `
5959
-MatchValue "US"

0 commit comments

Comments
 (0)