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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top