I'm able to deploy & run simple React Js applications to Azure App Service with a standard process.
One of our application is ejs enabled and hence create index.ejs file as a startup instead of index.html (like a typical react js app). I set a startup file to index.ejs as well but when I run the application, it says "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Is there any additional configuration required to run .ejs enabled react js application?