Hi there-- I have a fully functional flask app that runs perfectly on local host. I pushed it up to github, and am now trying to deploy it to my az app services. After deployment, I get either a 500 error or the generic 'your app is running' page.
I was looking through the logs and it almost looks like one of my requirements didn't make it to the container, although it's in my requirements.txt
Any help would be VERY much appreciated. Thank you!!!
Wilson