[Question] - Is there any way to fix Fabric process's port?

Kaifeng Xue 1 Reputation point Microsoft Employee
2022-09-14T02:50:26.837+00:00

Hi all,

I'm working on the network ACL of service fabric application. I see when an application is setting up, it has to connect to a process named Fabric. I want to open that process's port in ACL but I found that the port of Fabric process on different node is different. I can find nowhere to configure this port. Is there any way to fix Fabric process's port?

I have tried this power shell command to find the PID of the Fabric process:

   get-process -name 'Fabric'  

And use this command to find it's port:

   netstat -ao | Select-String "[PID]"  

But different node's Fabric process has different ports, I can't set the allowing port in my network ACL.

Thanks in advance!

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

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,056 Reputation points Microsoft Employee
    2022-09-14T17:37:11.657+00:00

    @Kaifeng Xue
    I understand you are wishing to update your ACL to allow connection to Service Fabric, please correct me if I am misunderstanding.

    The ports and network security information can be found on this page. Please check to see if opening these ports resolves your issue. If you are seeing something differently, please let me know and I will be happy to work with you to resolve this.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments