Skip to content

Commit c04c29f

Browse files
authored
Merge pull request #197527 from duongau/afdendpoints
Azure Front Door origin timeout updates
2 parents d9eaffa + c07b986 commit c04c29f

File tree

8 files changed

+13
-149
lines changed

8 files changed

+13
-149
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,11 @@
943943
"redirect_url": "/azure/frontdoor/front-door-overview",
944944
"redirect_document_id": false
945945
},
946+
{
947+
"source_path_from_root": "/articles/frontdoor/standard-premium/how-to-configure-endpoint-manager.md",
948+
"redirect_url": "/azure/frontdoor/how-to-configure-endpoints",
949+
"redirect_document_id": false
950+
},
946951
{
947952
"source_path_from_root": "/articles/app-service-web/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database.md",
948953
"redirect_url": "/aspnet/core/security/authorization/secure-data",

articles/frontdoor/how-to-configure-endpoints.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ To create an Azure Front Door profile, see [create a Azure Front Door](create-fr
9191

9292
:::image type="content" source="./media/how-to-configure-endpoints/associated-security-policy.png" alt-text="Screenshot of security policy associated with an endpoint." lightbox="./media/how-to-configure-endpoints/associated-security-policy-expanded.png":::
9393

94+
## Configure origin timeout
95+
96+
Origin timeout is the amount of time Azure Front Door will wait until it consider the connection to origin has timed out. You can set this value on the overview page of the Azure Front Door profile. This value will be applied to all endpoints in the profile.
97+
98+
:::image type="content" source="./media/how-to-configure-endpoints/origin-timeout.png" alt-text="Screenshot of the origin timeout settings on the overview page of the Azure Front Door profile.":::
99+
94100
## Clean up resources
95101

96102
In order to remove an endpoint, you first have to remove any security policies associated with the endpoint. Then select **Delete endpoint** to remove the endpoint from the Azure Front Door profile.
38.8 KB
Loading
Binary file not shown.
Binary file not shown.

articles/frontdoor/standard-premium/how-to-configure-endpoint-manager.md

Lines changed: 0 additions & 143 deletions
This file was deleted.

articles/frontdoor/troubleshoot-issues.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,9 @@ The cause of this problem can be one of three things:
3737

3838
* Send the request to your backend directly without going through Azure Front Door. See how long your backend usually takes to respond.
3939
* Send the request via Azure Front Door and see if you're getting any 503 responses. If not, the problem might not be a timeout issue. Contact support.
40-
* If requests going through Azure Front Door result in a 503 error response code, configure **Origin response timeout (in seconds)** for the endpoint. You can extend the default timeout to up to 4 minutes, which is 240 seconds. To configure the setting, go to **Endpoint manager** and select **Edit endpoint**.
40+
* If requests going through Azure Front Door result in a 503 error response code, configure **Origin response timeout (in seconds)** for Azure Front Door. You can extend the default timeout to up to 4 minutes, which is 240 seconds. To configure the setting, go to overview page of the Front Door profile. Select **Origin response timeout** and enter a value between *16* and *240* seconds.
4141

42-
:::image type="content" source="./media/troubleshoot-issues/origin-response-timeout-1.png" alt-text="Screenshot that shows selecting Edit endpoint from Endpoint manager.":::
43-
44-
Then select **Endpoint properties** to configure **Origin response timeout**.
45-
46-
:::image type="content" source="./media/troubleshoot-issues/origin-response-timeout-2.png" alt-text="Screenshot that shows selecting Endpoint properties and the Origin response timeout field." lightbox="./media/troubleshoot-issues/origin-response-timeout-2-expanded.png":::
42+
:::image type="content" source="./media/how-to-configure-endpoints/origin-timeout.png" alt-text="Screenshot of the origin timeout settings on the overview page of the Azure Front Door profile.":::
4743

4844
* If the timeout doesn't resolve the issue, use a tool like Fiddler or your browser's developer tool to check if the client is sending byte range requests with **Accept-Encoding** headers. Using this option leads to the origin responding with different content lengths.
4945

0 commit comments

Comments
 (0)