service-fabric icon indicating copy to clipboard operation
service-fabric copied to clipboard

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

Open SilverNarcissus opened this issue 2 years ago • 2 comments

Hi all, Firstly I have to say sorry about "type-code-defect" label. I don't know how to remove it. It's not a bug and it's just a question.

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!

SilverNarcissus avatar Sep 09 '22 09:09 SilverNarcissus

@SilverNarcissus I've found it's more effective to ask SF questions in their Q/A. No one answers here in their GitHub.

levimatheri avatar Sep 13 '22 19:09 levimatheri

@SilverNarcissus I've found it's more effective to ask SF questions in their Q/A. No one answers here in their GitHub.

Thanks~

SilverNarcissus avatar Sep 14 '22 02:09 SilverNarcissus