can an azure web site be a single index.html file?
问题 can an azure web site be a single index.html file? I keep getting The page cannot be displayed because an internal server error has occurred. and when I look at wwwroot my that file keeps disappearing. I'm deploy using ftp-simple through visual studio code into /site/wwwroot/ 回答1: Yes, an Azure Web App can be a single index.html. Try creating a clean new site, and dropping an index.html in d:\home\site\wwwroot via Kudu Console (or FTP), and you will be able to request it. 来源: https:/