Search code examples
visual-studiovisual-studio-2012azureazure-diagnostics

Visual Studio: View Diagnostics Data (Azure)


I had a working setup for diagnostics in my project which worked fine. Now all functionality of my Azure worker role is good except collection of diagnostics. I tried to find out the reason using 'View Diagnostics Data' on Visual Studio's Sever Explorer like below:

enter image description here

I am getting this error:

enter image description here


Solution

  • The 'DefaultEndpointsProtocol' should always be https for Diagnostcs Connection String. It works now.