Followed this tutorial and did all the steps. https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-nodejs
For some reason, when I load the page, it shows a default "Hey, Node Developers" page, instead of the expected output "hello world". I am using a Linux server.
The code is on Azure's machine, but it is running the default page instead.
Any reasons why this might be? Thanks.