Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top