I have tried to solve how to deploy Django project on Azure, been following many tutorials but in this point i cant point whats the issue.
Deploying from GitHub, deployment have been success whew times but i cant to access to my application, i get mostly 404 or application error when run trough browser.I have postgre locally migrated but i want to use Azure postgre DB.
Been pandering with ENV variables, i cant to connect to SHH to apply migrations, CONN CLOSE..etcSo i have no idea where to start now actually?
I have tried Microsoft guides, guides from internet, asking help from ChatGPT.I want to deploy my Django app on Azure but have no idea now , 'how to' .