si Hwang
si Hwang

Reputation: 307

Question about 'Service Fabric cluster' page in Azure Portal

From 'Service Fabric cluster' page in Azure Portal, I see there is a section showing how many nodes I have in the 'Service Fabric cluster' and then underneath it, it shows home many application I have in that 'Service Fabric cluster'.

My question is how can I find out which applications are running in which nodes?

Thank you.

Upvotes: 0

Views: 53

Answers (1)

LoekD
LoekD

Reputation: 11470

To visualize apps & services on individual nodes, you can use the Service Fabric explorer. Navigate to https://clusterFQDN:19080 (replace clusterFQDN with the full URL of your Azure cluster)

  • Open the 'Cluster' treenode,
  • Next open 'Nodes'. This will show you all cluster nodes,
  • Expand one of the nodes. You can see which apps & services are running on it.

Upvotes: 1

Related Questions