Skip to content

Commit d75111e

Browse files
Merge pull request #299558 from halkazwini/waf-custom
Add a note about premium features
2 parents de77fe5 + f8f75fd commit d75111e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/web-application-firewall/afds/waf-front-door-configure-custom-response-code.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-azurepowershell
1111

1212
# Configure a custom response for Azure Web Application Firewall
1313

14-
By default, when Azure Web Application Firewall (WAF) blocks a request because of a matched rule, it returns a 403 status code with the message "The request is blocked." The default message also includes the tracking reference string that's used to link to [log entries](./waf-front-door-monitor.md) for the request.
14+
By default, when Azure Front Door Web Application Firewall (WAF) blocks a request because of a matched rule, it returns a 403 status code with the message "The request is blocked." The default message also includes the tracking reference string that's used to link to [log entries](./waf-front-door-monitor.md) for the request.
1515

1616
In this article, you learn how to configure a custom response status code and a custom message with a reference string for your use case using the Azure portal, PowerShell, or the Azure CLI.
1717

@@ -59,6 +59,9 @@ To customize the response status code and body, follow these steps:
5959

6060
:::image type="content" source="../media/waf-front-door-configure-custom-response-code/custom-response-settings.png" alt-text="Screenshot that shows Azure Web Application Firewall Policy settings." lightbox="../media/waf-front-door-configure-custom-response-code/custom-response-settings.png":::
6161

62+
> [!NOTE]
63+
> The [JavaScript challenge](../waf-javascript-challenge.md) and [CAPTCHA](captcha-challenge.md) features are available only in WAF policies on the Azure Front Door Premium tier.
64+
6265
1. Select **Save**.
6366

6467
# [**PowerShell**](#tab/powershell)

0 commit comments

Comments
 (0)