I have an ASP.Net Core 2.1 web service that I created with Visual Studio 2017 and deployed directly to an Azure Web Service hosted on Linux (Web Service Linux is how it is listed in the creation UI.
The problem is that I can't seem to get the debugger to connect through Visual Studio. I was able to attach the debugger on my Windows hosted Azure Web Service just fine, but I am getting an odd error just with the Linux machines I need to debug.
I used the Server and Cloud Explorer UI's the select my web service and then selected Attach Debugger. Works fine with a windows hosted Web Service, but not the Linux option. It appears it is attempting to connect, but stalls on the phase "Finding process to attach to..." and then errors out with "Unable to find a process called dotnet with arguments .\MyService.dll. The process may still be starting, please try again. (and Cloud Explorer)".
Is attaching a debugger from VS not supported on the Azure Linux Web Services? Or is there some other step that I might be missing?