#Django WebApp Deployment

1 messages · Page 1 of 1 (latest)

old tartan
#

Hey everyone, I am doing an academic project using Django, Html and Css. It is a webapp, but I need to deploy via Azure. The deployment and PostgreSQL database were successfuly created, but the link to the webapp via Azure is not working, I keep getting the “ 😦 Application Error” and when I run the Diagnostic Analysis, the logs point me that I am having container issues.

I would like to know if someone could help me sort this issue out, if possible.

Thanks in advance and any questions that might help figuring it out better, I’m glad to answer.

old tartan
#

Anyone ?

abstract hound
#

So this is a container issue level item

#

The app service platform host your code

#

ensure it works locally and deploy it remotely

old tartan
#

Thanks, @abstract hound , I figured it out later, had to recreate the webapp and configure some url settings and empty ports.