Pages

Wednesday, December 23, 2015

Remote debug SharePoint Provider hosted add-in deployed in Azure

Steps

  1. Deploy your provider hosted add-in to azure website with the configuration setting as “Debug”. debug1
  2. On Visual Studio (My version is 2013) go to server explorer and sign into your azure subscription. imageimage
  3. Once you are success all your azure services will be listed. image
  4. Now right click on your azure website where the provider hosted app is deployed and click in the Attach debugger.  image 
  5. Now you can debug your provider hosted app
image

1 comment:

  1. Hi Suhail,

    I tried following this steps to debug a Provider Hosted App that is on Azure App Web but I'm getting an error saying "Unable to connect Microsoft Visual Studio Remote Debugger named 'mysite.azurewebsites.net'. Windows authentication was unable to establish a secure connection to the remote computer"

    ReplyDelete