Skip to content

Commit 42f012c

Browse files
authored
Merge pull request #195989 from GitaraniSharma-MSFT/patch-40
(AzureCXP) MicrosoftDocs/azure-docs#91761
2 parents c8357c9 + d305210 commit 42f012c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/rules-match-conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ The **remote address** match condition identifies requests based on the requeste
499499
* When you specify multiple IP addresses and IP address blocks, 'OR' logic is applied.
500500
* **IPv4 example**: if you add two IP addresses `1.2.3.4` and `10.20.30.40`, the condition is matched for any requests that arrive from either address 1.2.3.4 or 10.20.30.40.
501501
* **IPv6 example**: if you add two IP addresses `1:2:3:4:5:6:7:8` and `10:20:30:40:50:60:70:80`, the condition is matched for any requests that arrive from either address 1:2:3:4:5:6:7:8 or 10:20:30:40:50:60:70:80.
502-
* The remote address represents the original client IP that is either from the network connection or typically the X-Forwarded-For request header if the user is behind a proxy. Use the [socket address](#socket-address) match condition if you need to match based on the TCP request's IP address.
502+
* The remote address represents the original client IP that is either from the network connection or typically the X-Forwarded-For request header if the user is behind a proxy. Use the [socket address](#socket-address) match condition (available in Standard/Premium), if you need to match based on the TCP request's IP address.
503503

504504
### Properties
505505

0 commit comments

Comments
 (0)