I'm an Azure App Service noob - I thought it would be pretty much turnkey, but I'm having some port issues it looks like. I've deployed a Node/Express web app to App Service...
When I designate the port to 80 in my Node/Express app and deploy, I can't reach the website. When I go into console and node app.js
, I get the error "Error: listen eacces: permission denied 0.0.0.0:80"
When I've used 3000, I get an error that states something else is listening on 3000.
Am I designating incorrect ports? Documentation seems to say that 80 is one of two ports to use with Azure App Service. How do I fix this error or what is the correct port to use?
Thank you
Edit: This running on Windows inside of Azure App Service