Unable to connect to my new Service Fabric Cluster

Ahmad 0 Reputation points
2025-02-24T19:56:28.8833333+00:00

I tried multiple times today to create Service Fabric clusters, the same way I used to do, but after successful creation of the cluster, when I try to open the cluster explorer it times out!!

Also, Connect-ServiceFabricCluster command from windows PowerShell fails, and returns the following errors:

Failed to contact Naming Service. Attempting to contact Failover Manager Service

Failed to contact Failover Manager Service, Attempting to contact FMM

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
279 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vamsi Ram Annepu 225 Reputation points Microsoft External Staff
    2025-02-27T08:37:21.9366667+00:00

    Hi Ahmad,

    Could you check the Cluster Health by running the following command in PowerShell to get an overview of the cluster's status :

    “Get-ServiceFabricClusterHealth”

    You can also check the Ports connected to Service Fabric Cluster as to connect to a Service Fabric cluster, you need the clusters management endpoint (FQDN/IP) and the HTTP management endpoint port (19080 by default). link

    Please check if the following inbound and outbound ports are open.

    inbound port

    Outbound ports
    Let us know if this helps you by clicking "Upvote". Feel free to reach us for further Queries.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.