Reputation: 307
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
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)
Upvotes: 1