Structed
Structed

Reputation: 314

Which Ports are used by Azure Service Fabric?

I was running a Service Fabric Application on Port 9008 quite some time now. Now, I wanted to have an new application running on Port 5000. However, I was not able to connect to the app on the remote secure cluster, but on my local cluster.

However, after I changed the port to 9009 and changed the Load Balancer's Health Probe and the Load Balancing Rule to do it's magic on port 9009 instead of 5000, everything just worked.

Is there a list of Ports you may not use for your own Service Fabric Applications?

Upvotes: 2

Views: 6847

Answers (1)

Per B
Per B

Reputation: 321

Brent did an amazing job creating a secure template for Service Fabric. It contains all the information about what ports are in use and why.

You can find the blog post here:

Upvotes: 2

Related Questions