I have been deploying my Django Python Web app on Azure App Service for a few hundred times now.
Recently, i made a small change in the html file and push it but the deployment went differently.
Instead of deploying the app in home/site/wwwroot/, Oryx deployed it to a tmp folder. (See the screenshot)
I'm confused over why this happened. I didn't change ANY settings or configuration and my web app ended up in a tmp folder.
Anyone knows what happened here and how to fix this?
