I've published on Azure a .NET Framework 4.8 web application (which front end is made in Vue.js 2). If I go to https://XXX.azurewebsites.net/ it shows an error page with the following message:
"Server Error in '/' Application. The resource cannot be found."
Instead if I add index.html in the path (https://XXX.azurewebsites.net/index.html) I can see the login page of my web app. How can I avoid to add index.html in the url?