Skip to content

Commit 45a428a

Browse files
authored
Update custom-error.md
Based on recent findings, adding info for both remote locations as well as requirements within Azure
1 parent 2707118 commit 45a428a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/application-gateway/custom-error.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: how-to
8-
ms.date: 07/19/2023
8+
ms.date: 12/19/2023
99
ms.author: jaysoni
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -59,6 +59,8 @@ To create a custom error page, you should
5959
You may reference internal or external images/CSS for this HTML file. For externally referenced resources, use absolute URLs that are publicly accessible. Be aware of the HTML file size when using base64-encoded inline images, JavaScript, or CSS.
6060

6161
> [!Note]
62+
> - Within the Azure ecosystem, you must use an Azure Blob storage account or Virtual Machine to host an error page. Note the Blob storage should be directly accessible as storage accounts fronted by Azure CDN services are currently not supported.
63+
> - You may also choose to host the error pages at any remote location.
6264
> - Relative links are not supported.
6365
6466
## How it works?

0 commit comments

Comments
 (0)