【问题标题】:Azure Service Fabric: Where is the port for my cluster?Azure Service Fabric:我的集群的端口在哪里?
【发布时间】:2019-03-26 05:16:58
【问题描述】:

我使用 SoapUI 访问 Azure Service Fabric 服务,但我使用的是集群的客户端连接端点。由于这个错误,我怀疑我打错了端口:

Error getting response; org.apache.http.NoHttpResponseException: The target server failed to respond


在哪里可以找到集群的端口?

【问题讨论】:

    标签: azure port azure-service-fabric azure-load-balancer


    【解决方案1】:

    在哪里可以找到集群的端口?


    1) 端口可以在ServiceManifest.xml 文件中找到:

    <Endpoint Protocol="http" Name="ServiceEndpoint" Type="Input" Port="1234" />
    


    2) 端口也可以在 Azure 门户中找到:负载均衡器 > 前端 IP 配置 > LBAppRule > 端口

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-07-11
      • 2018-10-27
      • 2019-02-23
      • 2016-09-28
      • 2016-10-23
      • 2023-03-02
      • 2021-04-18
      • 2017-07-23
      相关资源
      最近更新 更多