Skip to content

Commit 6cf3326

Browse files
authored
Merge pull request #191673 from inputoutputcode/chrpap/nsgrdpfix
Remove dynamic RDP ports which are only used in BackendAddressPool
2 parents 592b046 + c49b444 commit 6cf3326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-best-practices-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The rules described below are the recommended minimum for a typical configuratio
6565
|3930 |Cluster |1025-1027 |TCP |VirtualNetwork |Any |Allow |Yes
6666
|3940 |Ephemeral |49152-65534 |TCP |VirtualNetwork |Any |Allow |Yes
6767
|3950 |Application |20000-30000 |TCP |VirtualNetwork |Any |Allow |Yes
68-
|3960 |RDP |3389-3488 |TCP |Internet |Any |Deny |No
68+
|3960 |RDP |3389 |TCP |Internet |Any |Deny |No
6969
|3970 |SSH |22 |TCP |Internet |Any |Deny |No
7070
|3980 |Custom endpoint |443 |TCP |Internet |Any |Deny |No
7171

0 commit comments

Comments
 (0)