I've been wrestling with this issue forever now. I'm trying to get my ASP.NET Core 2.1 app to run on Azure App Service.
Here's the strange behavior I'm seeing in Kudu.
I see the dll file for my project in Kudu console in D:\home\site\wwwroot. I then type dotnet run myproject.dll and I get the following error:
Couldn't find a project to run. Ensure a project exists in D:\home\site\wwwroot
Any idea what's going on here?