Reputation: 11
I just upgraded the ServiceFabric SDK to version 1.5.175. In Visual Studio (2015) I no longer see the Local cluster in the Server Explorer.
Questions: 1) How can I add the Local cluster to the Server Explorer? 2) Is there another way to see the diagnostics log in Visual Studio (or elsewhere).
Thanks, Bart
Upvotes: 0
Views: 268
Reputation: 3714
Going forward, the best experience for interacting with Azure resources (including the Service Fabric local cluster) in Visual Studio is Cloud Explorer.
You can also bring up the diagnostic viewer from View > Other Windows > Diagnostic Events Viewer.
Upvotes: 2