I have freshly deployed my ASP.NET web application (dotnet 5) to an azure AppService
It is bare-bones in the fact that there's no WebAPI controllers, no routing, no MVC views. It has a simple middleware class that does some request/response trickery to essentially perform work as a reverse proxy.
Everything is actually working pretty well, but I cannot do remote debugging on this site. I've tried to deploy it as both 'portable' and as 'x86', but get the same result. This is the error message where xxxxxx is my app service name.
Unable to find a process called w3wp with arguments "xxxxxxx. The process may still be starting, please try again.