Bart Roozendaal
Bart Roozendaal

Reputation: 11

Local servicefabric cluster no longer shown in server explorer in visual studio

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

Answers (1)

Sean McKenna
Sean McKenna

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

Related Questions