I'm trying to deploy the npm build version of my react app to azure web service through ftp. I moved the build folder, but when I load my application's URL, the default screen loads with Hey Node Developers!.
I can deploy via github and kudu. However, I don't believe that's a production quality application since it's not built using npm run build with create-react-app.
I've been through this azure guide, as well as various blogs. I've also included the web.config file. Nothing has gotten my page to load correctly.
I've tried using node versions 10.1, 10.14, and LTS. I have tried using both Linux and Windows App Services.
accepted answer.