Azure service fabric Instance count

后端 未结 5 991
粉色の甜心
粉色の甜心 2021-01-06 20:49

I am working on a POC with azure service fabric. Deployed my service in a local cluster and it\'s working fine with default settings in Local.xml.

The moment I chang

5条回答
  •  北恋
    北恋 (楼主)
    2021-01-06 20:54

    According to the official Microsoft documentation , you need to ensure that only one instance of the service is running when you deploy to a local cluster.Otherwise you will run into conflicts with multiple processes listening to same port .You can set multiple instances when you deploy to Azure.

    Refer the documentation :- https://azure.microsoft.com/en-us/documentation/articles/service-fabric-add-a-web-frontend/

提交回复
热议问题