Port number for azure app services

Copper Contributor

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?

0 Replies