How do you expose port 3000 using an Azure Web App Container? How do you expose port 3000 using an Azure Web App Container? docker docker

How do you expose port 3000 using an Azure Web App Container?


User 4c74356b41 is correct.

In APPLICATION SETTINGS you need to set the key / value pair WEBSITES_PORT.

For some reason it's not working on this image, but I went through another example and did it all through the command line, and it worked fine.