Search code examples
azureremote-debugging

Azure cloud remote Debugger attach : error specified method is not supported


I have enabled the debugging for Visual studio 2017 in App Service and save the settings. I also have opened the port 4022, 4023 and 3702 but when I try to attach debugger through Cloud Explorer in Visual Studio 2017 to the App Service I am getting below error:

cloud explorer has encountered an unexpected error: the requested action could not be completed. Detail: specified method is not supported enter image description here

Could any body please help me solve this issue


Solution

  • After checking that the Portals are opened 4022, 4023 and 3702 and Debug settings is enabled for Visual studio 2017 in APP Service, company's network was not opened for the range of the IP address for the West Europe data center of Azure and also company Network had VPN network enabled to Azure Subscription which did not allowed to debug in an other subscription and failed to attached debugger. I put together all the check points in detail at here

    I hope this would help any one who encountered this specific error.