Problem deploying a flask webapp

Mehdi Lahlou Mimi 1 Reputation point
2023-01-02T13:47:34.027+00:00

Hello guys, I've been trying to make this flask app live : https://github.com/Idhemski/chekioapp . Everything gets deployed well, but the problem is when I try to reach the website it stays on this screen, you can see it on this link : https://chekio.azurewebsites.net/

If somebody could find the issue, thanks in advance !!

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

1 answer

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2023-01-03T10:05:54.387+00:00

    @Mehdi Lahlou Mimi ,

    It loos like the WebApp was deployed successfully. Please let us know, we will be more than happy to assist you further.

    To benefit the community find the right answer, you may share the solution that worked for you here.

    275616-image.png

    Just to highlight, in general, the first step in troubleshooting is to use App Service Diagnostics:

    1. In the Azure portal for your web app, select Diagnose and solve problems from the left menu.
    2. Select Availability and Performance.
    3. Examine the information in the Application Logs, Container Crash, and Container Issues options, where the most common issues will appear. Next, examine both the deployment logs and the app logs for any error messages.
    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.