#Having Problem while deploying angular typescript app to my App Service.
1 messages · Page 1 of 1 (latest)
Container isn't starting OR you haven't told appservice what port the container is listening on: https://learn.microsoft.com/en-us/troubleshoot/azure/app-service/faqs-app-service-linux#do-i-need-to-use-websites-port-for-custom-containers-
thank you for response I set ports like in the image also here is a little bit details log and when I check node version from azure bash I can see correct version I think I'm getting a PM2 error
Either your container works or it doesn't. If container doesn't work, then obviously Azure App Service won't work and it's not Azure problem
last bit of detail that I found is that image below. My previous deployments were working fine I've updated packages to latest and this happened it might be related to project
Problem here is container based, not Azure