Forum Discussion
LouisT
May 14, 2026Copper Contributor
Remote debug options for Linux container on App Services
We run .Net hosted on Linux Docker containers running in App Service. This makes debugging very difficult as while there is an option for remote debugging, this is only for Windows containers. https...
Kidd_Ip
May 16, 2026MVP
Seems no, Visual Studio remote debugging is NOT supported for Linux App Service (including containers).The built‑in “Remote Debugging” feature only applies to Windows App Service, for Linux:You must use SSH / attach-to-process / tunneling-based approaches, to my understanding, there is no roadmap yet for full remote debugging parity to Linux App Service.\
Remote Debug ASP.NET Core on Azure App Service - Visual Studio (Windows) | Microsoft Learn