In this blog post, I’ll discuss something that has frustrated both myself and many others for quite a while, and that is, failure of Visual Studio to connect to an Azure Service Fabric cluster. We’ll be using Visual Studio 2017 as an example.
Having issues deploying your service to your Service Fabric cluster? Check out this post from Premier Developer consultant Julien Oudot on troubleshooting deployment issues in Service Fabric.
The Service Fabric explorer is a great interface to control the cluster health and configuration. However, I recently worked with customers who ...