Skip to content

Commit d70ea68

Browse files
committed
updating faq and relative link
1 parent 5eb1589 commit d70ea68

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/app-service/configure-error-pages.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,15 @@ App Service currently supports three types of error codes that are available to
4747
## FAQ
4848
1. I've uploaded my error page, why doesn't it show when the error is triggered?
4949

50-
Currently, error pages are only triggered when the error is coming from the front end. Errors that get triggered at the app level should still be handled through the app.
50+
Custom error pages are triggered from front end failures. If the error is coming from the app level, it won't trigger or show the configured error page. If you want the error page to show for all requests, check the **Apply to all requests** box under the configured error code. This will show the error page for all requests matching the status code regardless of where it failed. Note, when this box is checked it will override any existing error pages that are configured for the app.
5151

5252
2. Why is the error page feature greyed out?
5353

5454
Error pages are currently a Premium feature. You need to use at least a Premium SKU to enable the feature.
5555

5656
3. How can I reference a single error page across multiple apps?
5757

58-
If you need to use the same error page across multiple apps, you can link to your error page hosted in a storage account in your uploaded html file. Upload your error page to a [storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) and add the provided storage URL for your page in an `<iframe>` tag located in the html file uploaded to the app.
58+
If you need to use the same error page across multiple apps, you can link to your error page hosted in a storage account in your uploaded html file. Upload your error page to a [storage account](/azure/storage/common/storage-account-overview.md) and add the provided storage URL for your page in an `<iframe>` tag located in the html file uploaded to the app.
5959

60-
4. Why is my error page not showing after it's been configured?
6160

62-
Custom error pages are triggered from front end failures. If the error is coming from the app, it won't trigger and show the configured error page. If you want the error page to show for all requests, check the **Apply to all requests** box under the configured error code. This will show the error page for all requests matching the status code regardless of where it failed. Note, when this box is checked it will override any existing error pages that are configured for the app.
6361

0 commit comments

Comments
 (0)