Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webapp :( Application Error #1

Open
calvinShan opened this issue Feb 14, 2024 · 0 comments
Open

webapp :( Application Error #1

calvinShan opened this issue Feb 14, 2024 · 0 comments

Comments

@calvinShan
Copy link

Hello
I have used this tutorial to deploy front-back applicaitons
https://learn.microsoft.com/en-us/azure/app-service/tutorial-secure-ntier-app

For the fron part, I used this nodejs, i run these commands to deploy app to public webapp(webapp Node - 18-lts standard)
Publishing model: Code

npm install
az account set --subscription "xx"
az webapp up --sku P1V3 --name app-xx --os-type Linux

this nodejs works well locally, however, when I reach the webapp endpoint, here is the error

:( Application Error
If you are the application administrator, you can access the diagnostics

HTTP server errors : 503 Server Unavailable
Container issue : app timed out
Applications logs
Web App Troubleshooter : App Container Failed to Start
Web App Restarted
Docker image or framework version change was found
Your application was recycled due to either framework version or docker image name has changed

Do you know why it does not work on webapp azure?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant