React App not starting in azure app service
问题 I've deployed a simple react app to azure app service and it won't start: How do I get the app to run index.html? 回答1: If you deployed to a Node Linux Web App the default document would be hostingstart.html located in /home/site/wwwroot/ . According to this: When you create a Node.js app, by default, it's going to use hostingstart.html as the default document unless you configure it to look for a different file. You can use a JavaScript file to configure your default document. Create a file