Skip to content

Commit 7732f25

Browse files
Update waf-front-door-tutorial-geo-filtering.md
As part of this feature (https://msazure.visualstudio.com/One/_workitems/edit/15303787) we're adding SocketAddr as an option for geo filtering. Once this change ships, SocketAddr will be the default for this type of rule since it is a more reliable indicator of where traffic is coming from. We should update this page to instruct users to try building this rule using SocketAddr instead of RemoteAddr. This functionality is already available via API, so we don't need to wait for the portal item to ship before doing this change.
1 parent f3c5990 commit 7732f25

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)