0

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

Srinivas
  • 2,479
  • 8
  • 47
  • 69

1 Answers1

0

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

Srinivas
  • 2,479
  • 8
  • 47
  • 69