访问具有不同端点的服务结构应用程序

时间:2017-09-07 10:07:24

标签: .net azure-service-fabric service-fabric-stateless

我有一个集群,我想在其上部署2个版本的相同服务结构服务并实例化它们。对于前 - 我有版本1.0的App1和版本2.0的App1。这两个都使用fabric实例化:/ Instance1和fabric:/ Instance2。

我已经在servicemanifest.xml中更改了两个app实例的端点,如下所示。

端点1:

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

端点2:

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

请告诉我如何在不同端点的不同端口上运行这两个实例?

0 个答案:

没有答案
相关问题