Deploying Flask App with Blueprint Structure

Keenan M 1 Reputation point
2020-08-18T13:54:17.317+00:00

I am having difficulty deploying a flask app with a blueprint structure to App Service. I have tried with a project that I am running locally as well as the python-hello-world example from the quickstart guide.

For my local project, requests are routed without fail locally, but when I deploy I get a 'There's nothing here yet' message.

As a test, I cloned the python-hello-world example and added a blueprint to the project. The index route works just fine but I get a 404 error when trying to reach the endpoint in the blueprint.

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

1 answer

Sort by: Most helpful
  1. Ryan Hill 26,771 Reputation points Microsoft Employee
    2020-08-24T17:09:10.503+00:00

    @Keenan M , Python deployment to Windows app service plans has been deprecated. Redeploy your app to a Linux app service plan.

    19938-image.png

    0 comments No comments