Sample Nodejs App on Azure App services

  • Create a azure webapp
  • Browse to Kudu
    In your favorite Microsoft browser, surf to https://<sitename>.scm.azurewebsites.net. Ex: if your Azure App Service Web App name is “example”, then surf to https://example.scm.azurewebsite.net Once there, you will see the interface below:
  • step1
  • Click ‘Debug Console’ and select ‘CMD’
    step2Traverse to wwwroot folder

step3 step4

  • Create app.js file and enter below content: > touch app.js
  • Create web.config file and enter below content: > touch web.config
  • Navigate to https://<sitename>.azurewebsites.net and you should see a "hello world" message