Connect-ServiceFabricCluster fails to contact naming server on remote Azure Service Fabric cluster

前端 未结 2 1837
感情败类
感情败类 2021-02-14 06:04

I provisioned an Azure Service Fabric cluster in North Central US. I was able to initially publish my Service Fabric application to the cluster using Visual Studio and everythin

2条回答
  •  一个人的身影
    2021-02-14 06:45

    Check to see if a Network Security Group (NSG) rule is denying inbound traffic to port 3389. If so, remove that port from the deny rule or create a higher priority NSG rule to allow inbound traffic from that port.

    If that does not work, carefully check each item in this article under the section title "The minimum rules are required for these ports on Service Fabric clusters"

    https://github.com/Azure/Service-Fabric-Troubleshooting-Guides/blob/master/Security/NSG%20configuration%20for%20Service%20Fabric%20clusters%20Applied%20at%20VNET%20level.md

    If that does not work, sequentially review the Azure troubleshooting guides at: https://github.com/Azure/Service-Fabric-Troubleshooting-Guides

提交回复
热议问题