You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/custom-error.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application-gateway
5
5
author: greg-lindsay
6
6
ms.service: azure-application-gateway
7
7
ms.topic: how-to
8
-
ms.date: 12/19/2023
8
+
ms.date: 01/27/2025
9
9
ms.author: jaysoni
10
10
ms.custom: devx-track-azurepowershell
11
11
---
@@ -23,17 +23,17 @@ The custom error pages are supported for the following response codes:
23
23
24
24
| Response code | Description |
25
25
| ---------- | ---------- |
26
-
| 400 | Bad request (In preview) |
26
+
| 400 | Bad request |
27
27
| 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 |
31
31
| 502 | Bad gateway |
32
-
| 503 | Service unavailable (In preview) |
33
-
| 504 | Gateway timeout (In preview) |
32
+
| 503 | Service unavailable |
33
+
| 504 | Gateway timeout |
34
34
35
35
> [!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.
37
37
> - Response code 404 (Page not found) is currently unsupported.
38
38
> - 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.
0 commit comments