When running console.log("Express server listening on port " + port);
in node.js on a deployed Azure website, I get the following string
Express server listening on port \\.\pipe\d9797e42-9e1f-421c-91b9-3d86496eaeb8
What is this and how can I determine what port my site is really running on?