nevus
Jan 05, 2022Copper Contributor
Port number for azure app services
I have deployed node.js(express) web application using azure pipelines. The application listens on port specified by
server.listen(process.env.PORT ||3000);
When logging process.env.PORT, it displays 8080 but the app is running on port 443. How does this happen?