Share via

this error occurs while deploying node app on azure - Starting container for site 2024-01-09T12:31:06.330Z INFO - docker run -d --expose=8080 --name packmen-app-web-services_1_944b3113 -e WEBSITE_USE_DIAGNOSTIC_SERVER=true -e WEBSITE_SITE_NAME=packmen-a

Suresh G Nair 0 Reputation points
2024-01-10T06:39:06.7966667+00:00

this error occurs while deploying node app on azure - Starting container for site 2024-01-09T12:31:06.330Z INFO - docker run -d --expose=8080 --name packmen-app-web-services_1_944b3113 -e WEBSITE_USE_DIAGNOSTIC_SERVER=true -e WEBSITE_SITE_NAME=packmen-a

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 25,251 Reputation points Microsoft Employee Moderator
    2024-01-15T08:04:29.6933333+00:00

    @Suresh G Nair Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    I am summarizing the above and posting the same as Answer for the benefit of community.

    Post adding the app setting WEBSITES_CONTAINER_START_TIME_LIMIT with value 1800 from backend logs we see that container is up and able to accept the requests.

    If are still facing any issue like application error while requesting the root(/) of your app service I would suggest you enable diagnostic logging and review the application logs or use the webapp Down detector under Diagnose and solve problems to troubleshoot or understand more about these issues. I hope the answer helps. Please let me know if you have any further queries.

    Please accept as Yes if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    Was this answer helpful?

    0 comments No comments

Your answer

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