Skip to content

Commit 1ec506b

Browse files
authored
Merge pull request #198088 from JackStromberg/patch-67
Removing storage account reference
2 parents 3c3c42f + a6f00a3 commit 1ec506b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/custom-error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ To create a custom error page, you must have:
3333

3434
- an HTTP response status code.
3535
- corresponding location for the error page.
36-
- error page should be internet accessible.
36+
- error page should be internet accessible and return 200 response.
3737
- error page should be in \*.htm or \*.html extension type.
3838
- error page size must be less than 1 MB.
3939

4040
You may reference either 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 internal images (Base64-encoded inline image) or CSS. Relative links with files in the same location are currently not supported.
4141

42-
After you specify an error page, the application gateway downloads it from the storage blob location and saves it to the local application gateway cache. Then, that HTML page is served by the application gateway, whereas the externally referenced resources are fetched directly by the client. To modify an existing custom error page, you must point to a different blob location in the application gateway configuration. The application gateway doesn't periodically check the blob location to fetch new versions.
42+
After you specify an error page, the application gateway downloads it from the defined location and saves it to the local application gateway cache. Then, that HTML page is served by the application gateway, whereas the externally referenced resources are fetched directly by the client. To modify an existing custom error page, you must point to a different blob location in the application gateway configuration. The application gateway doesn't periodically check the blob location to fetch new versions.
4343

4444
## Portal configuration
4545

0 commit comments

Comments
 (0)