Forum Discussion

nevus's avatar
nevus
Copper Contributor
Jan 05, 2022

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?

No RepliesBe the first to reply

Share

Resources