1
I did a simple public project on API Nodejs. https://github.com/andreraica/NodeAPI
However when publishing and accessing the API in AZURE did not answer: ERR_CONNECTION_TIMED_OUT
I did all the possible publishing procedures and the GIT Build shows everything ok through the Azure portal.
Does anyone have any suggestions?
Take a look at the directory structure in the Webapp. Have you made sure that the Webapp is waiting for a Nodejs application? What version of the Webapp are you using? Webapp or Webapp on Linux?
– Thiago Lunardi