Hello,
I am quite new to azure web app services. I am having an issue with deploying the Python web app on azure (Linux os).
I want to explain about the project, We used the PheWeb project (https://github.com/statgen/pheweb) that is base on Python, after install, we can process raw data and keep result on HDD, and for showing the result, we used "pheweb serve --open" command (in the path of results) to open localhost/5000 and show the result on internet explore.
I read and tested a lot of times by Azure help, but did not work.
So, I completely confuse that how can deploy and show results in the Azure server!
Can anyone please let me help in this step-by-step deployment on Linux azure web app?
Thanks in advance.