Skip to content

Commit 0bb5627

Browse files
authored
Update custom-error.md
1 parent cd0db93 commit 0bb5627

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/application-gateway/custom-error.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.topic: how-to
8-
ms.date: 12/19/2023
8+
ms.date: 01/27/2025
99
ms.author: jaysoni
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -23,17 +23,17 @@ The custom error pages are supported for the following response codes:
2323

2424
| Response code | Description |
2525
| ---------- | ---------- |
26-
| 400 | Bad request (In preview) |
26+
| 400 | Bad request |
2727
| 403 | Forbidden |
28-
| 405 | Method not allowed (In preview) |
29-
| 408 | Request timeout (In preview) |
30-
| 500 | Internal Server Error (In preview) |
28+
| 405 | Method not allowed |
29+
| 408 | Request timeout |
30+
| 500 | Internal Server Error |
3131
| 502 | Bad gateway |
32-
| 503 | Service unavailable (In preview) |
33-
| 504 | Gateway timeout (In preview) |
32+
| 503 | Service unavailable |
33+
| 504 | Gateway timeout |
3434

3535
> [!Note]
36-
> - API version 2022-09-01 or later should be used to configure error pages for the new response codes (in preview).
36+
> - API version 2022-09-01 or later should be used to configure error pages for all available response codes.
3737
> - Response code 404 (Page not found) is currently unsupported.
3838
> - The custom error pages are displayed for response codes generated by Application Gateway. If an error originates from the backend server, it is passed along unmodified to the client.
3939

0 commit comments

Comments
 (0)