got this error in app services running import on wordpress. how do i increase timeout limit? The import could not be completed due to a low timeout limit on the server. You need to contact your hosting provider and ask them to increase it to 300 seconds.

Anonymous
2025-02-16T08:45:08.67+00:00

got this error in app services running import on wordpress. how do i increase timeout limit? The import could not be completed due to a low timeout limit on the server. You need to contact your hosting provider and ask them to increase it to 300 seconds.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,935 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Achraf Ben Alaya 1,311 Reputation points MVP
    2025-02-16T12:40:21.96+00:00

    Hi ,

    just for information: , the 4-minute idle timeout on the TCP level and this is implemented on the Azure hardware load balancer. This timeout is not configurable, and this cannot be changed.

    230 seconds is a default timeout configured at the Azure App service load balancer.

    This is a part of the Azure App service architecture and **cannot be configured or changed.
    **
    https://learn.microsoft.com/en-us/troubleshoot/azure/app-service/web-apps-performance-faqs#why-does-my-request-time-out-after-230-seconds?wt.mc_id=MVP_328341

    have you tried the WordPress template on azure ?
    https://learn.microsoft.com/en-us/azure/app-service/quickstart-wordpress?wt.mc_id=MVP_328341

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.

    1 person found this answer helpful.

  2. Sam Rueby 86 Reputation points
    2025-02-17T16:48:38.6466667+00:00

    What Achraf says above is correct. 230 seconds is the limit.

    To get around this issue, run the import using wp cli by connecting to the app service via SSH in the portal.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.