2017-05-03 5 views
0

서비스 패브릭의 상태 비 저장 서비스 인스턴스 수를 늘릴 수있는 방법이 있습니까? 그러나 응용 프로그램 매니페스트를 업데이트하여 배포를 요구하는 번호를 늘릴 수 있습니다. Service Fabric Explorer 또는 Powershell을 통해이를 수행 할 수 있습니까? 서비스 패브릭 재배포없이 상태없는 서비스 인스턴스 증가

는 업데이트-ServiceFabricService cmdlet을

Update-ServiceFabricService 
    [-Stateless] 
    [-ServiceName] <Uri> 
    [-Correlation <String[]>] 
    [-DefaultMoveCost <String>] 
    [-Force] 
    [-InstanceCount <Int32>] 
    [-Metric <String[]>] 
    [-PlacementConstraints <String>] 
    [-PlacementPolicy <String[]>] 
    [-TimeoutSec <Int32>] 
    [-Confirm] 
    [-WhatIf] 
    [<CommonParameters>] 

https://docs.microsoft.com/en-us/powershell/module/servicefabric/update-servicefabricservice?view=azureservicefabricps

를 사용

답변

1

예를 아주 많이 안부

감사