I\'m trying to run a docker container on Azure web app in linux os.
The web app server is sucessfuly pulling the image but fails on the run command with the error message: d
Thanks for the answers, basically it's what Charles Xu said.
To solve it I just exposed port 80 and 9000 in the Dockerfile and finally in Azure App Application Settings add two new variables, PORT=9000 and WEBSITES_PORT=80.