Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 85de549

Browse files
committedApr 4, 2022
update screenshot
1 parent bd46744 commit 85de549

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
 

‎articles/application-gateway/custom-error.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
77
ms.topic: how-to
8-
ms.date: 11/16/2019
8+
ms.date: 04/04/2022
99
ms.author: victorh
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -44,18 +44,16 @@ After you specify an error page, the application gateway downloads it from the s
4444

4545
1. Navigate to Application Gateway in the portal and choose an application gateway.
4646

47-
![Screenshot shows the Overview page for an application gateway.](media/custom-error/ag-overview.png)
48-
2. Click **Listeners** and navigate to a particular listener where you want to specify an error page.
47+
2. Select **Listeners** and navigate to a particular listener where you want to specify an error page.
4948

50-
![Application Gateway listeners](media/custom-error/ag-listener.png)
5149
3. Configure a custom error page for a 403 WAF error or a 502 maintenance page at the listener level.
5250

5351
> [!NOTE]
5452
> Creating global level custom error pages from the Azure portal is currently not supported.
5553
56-
4. Specify a publicly accessible blob URL for a given error status code and click **Save**. The Application Gateway is now configured with the custom error page.
54+
4. Specify a publicly accessible blob URL for a given error status code and select **Save**. The Application Gateway is now configured with the custom error page.
5755

58-
![Application Gateway error codes](media/custom-error/ag-error-codes.png)
56+
![Screenshot of Application Gateway custom error page.](media/custom-error/ag-error-codes.png)
5957

6058
## Azure PowerShell configuration
6159

Loading

0 commit comments

Comments
 (0)
Please sign in to comment.