Does Cloud Service (Extended Support) support Remote Debugging?

Jake Lunn (Valorem LLC) 1 Reputation point
2021-05-21T01:47:29.763+00:00

I see no reference to this functionality in the documentation and my test deployment doesn't appear to have any options for it. Was this dropped in the migration from Cloud Service (classic) to Cloud Service (extended support) ?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
644 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 11,961 Reputation points
    2021-06-01T17:15:24.86+00:00

    @Jake Lunn (Valorem LLC) - Thanks for reaching out and being patient.

    Cloud Services doesn't support Remote Debugging.

    It is complicated by the fact that in order to attach a debugger in Classic, the user would navigate via Server Explorer / Azure Node in Visual Studio 2017/2019. This tool window is RDFE based and has been deprecated in VS 2022. We don’t have an equivalent for an explorer using ARM in VS2022 either, since Cloud Explorer tool window is also being deprecated based on low usage and high maintenance costs. So, if this feature is required, we would need to design and implement a new experience for how one would select the instance they want to debug.

    Can you provide us with more info on how many customers do you have that are using this feature?

    For more information on Cloud Services Support, please look at this document - Cloud Services Overview

    Please let us know if you have any further questions regarding the same. Again, thank you for being patient while we worked on getting your query resolved.