Web App not deploying because port 8080 will not open

Jaffer19 21 Reputation points
2021-11-25T04:34:57.833+00:00

See title. Web App (Python based) is failing to deploy because port 8080 will not open. What is the best way to handle this now? I found a few answers online, but none are working and many are outdated. Any help would be greatly appreciated. Thank you.

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

Accepted answer
  1. ajkuma 27,946 Reputation points Microsoft Employee
    2021-11-27T18:42:28.173+00:00

    To benefit the community, posting the answer from our private discussion.

    Jaffer19-9558 sorted out the issue by adjusting the WebApp to run on port 80 instead of 8080.

    Thanks for the update @Jaffer19 . Much appreciate the follow-up.

    --
    Azure WebApp only support 80 and 443 port, but you could use point to other port leveraging WEBSITES_PORT settings (for custom containers).
    Configure port number
    Azure App Service on Linux FAQ

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.