A simple Hello World Node.js app built with Express, designed to run on Azure App Service.
npm install
npm startThe server starts on http://localhost:3000 by default. Set the PORT environment variable to use a different port.
This app is intended to be deployed to Azure App Service. Azure automatically sets the PORT environment variable, so no additional configuration is needed.