Skip to content

Commit 1b99838

Browse files
committed
remvoing lines 23 to 27 per request by kumudD
1 parent 28070a3 commit 1b99838

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/frontdoor/waf-front-door-configure-ip-restriction.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ An IP address–based access control rule is a custom WAF rule that lets you con
2020

2121
By default, your web application is accessible from the internet. If you want to limit access to clients from a list of known IP addresses or IP address ranges, you must create two IP matching rules. The first IP matching rule contains the list of IP addresses as matching values and sets the action to **Allow**. The second one, with lower priority, blocks all other IP addresses by using the **ALL** operator and setting the action to **Block**. After an IP restriction rule is applied, requests that originate from addresses outside this allowed list receive a 403 Forbidden response.
2222

23-
> The WAF IP restriction feature for Azure Front Door Service is currently in public preview.
24-
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities.
25-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
26-
2723
## Configure WAF policy with the Azure CLI
2824

2925
### Prerequisites

0 commit comments

Comments
 (0)