I am trying to deploy this application from Azure repos. https://github.com/pointerness/Check
I have cloned this into my companies Azure repo. This is a simple Python Django Hello World app. I have deployed this code on my personal Azure account many times and it works. I deployed this app via vscode into Azure and it works. However when I created a pipeline, It failed. I have used the same yml as available in the git. Just changed the names as per my organization. I get the error Container XXX for site XXX has exited, failing site start
Things I have tried.
- Reset Publish Profile
- Tried with and without startup commands
- setting environment variables
The docker logs has not been of much use. Any suggestions how I can debug