Skip to content

Commit da162da

Browse files
Merge pull request #312147 from dlepow/ipfil
[APIM][UUF] Clarify ip-filter behavior
2 parents c743155 + cd4270d commit da162da

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

articles/api-management/ip-filter-policy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: reference
9-
ms.date: 07/23/2024
9+
ms.date: 02/23/2026
1010
ms.author: danlep
1111
---
1212
# Restrict caller IPs
@@ -49,7 +49,9 @@ The `ip-filter` policy filters (allows/denies) calls from specific IP addresses
4949

5050
### Usage notes
5151

52-
If you configure this policy at more than one scope, IP filtering is applied in the order of [policy evaluation](set-edit-policies.md#use-base-element-to-set-policy-evaluation-order) in your policy definition.
52+
- If you configure this policy at more than one scope, IP filtering is applied in the order of [policy evaluation](set-edit-policies.md#use-base-element-to-set-policy-evaluation-order) in your policy definition.
53+
54+
- If `action` is set to `allow`, requests that don't match any `address` or `address-range` are denied. If `action` is set to `forbid`, requests that don't match any `address` or `address-range` are allowed.
5355

5456
## Example
5557

0 commit comments

Comments
 (0)