Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Flask Web App deployment to Azure App Service Issue #58

Open
mustafa-siemens opened this issue Mar 9, 2022 · 0 comments
Open

Comments

@mustafa-siemens
Copy link

mustafa-siemens commented Mar 9, 2022

Hi Team,

I am trying to deploy my Python 3.8 Flask Web App to a linux Azure App service. I have tried different options for deployment like from Visual Studio Code(using the azure extension), Visual Studio 2019, through PowerShell(for uploading the files to the app service) etc. I can see my files placed in the wwwroot folder on the web app using the Kudu Console. But I am unable to browse my web application. I am still getting the default web page any Azure Web App has. I am able to browse the web app when I run it locally. Could you please help with the issue in deploying my Flask app. PFB some screenshots:

These are the files I have in wwwroot folder:
image

Following is the web page I am getting when I try to browse to the website:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@mustafa-siemens and others