Here is the power-shell to deploy Service fabric application.
Just change Service Instances and Application Instances Variable as highlighted below.
Just change Service Instances and Application Instances Variable as highlighted below.
clear
$AppPkgPathInImageStore = 'ProcessENTSFApp' $sfApplicationBaseName = 'fabric:/rsoni.ENT.Process.SFApp' $sfApplicationName='' $sfApplicationTypeName ='rsoni.ENT.Process.SFAppType' $sfApplicationTypeVersion='1.0.0' $sfAppServiceTypeName = 'rsoni.ENT.Process.Service.ProcessENTType' $AppFolderPath = 'C:\GitMapping\ENTSolution\rsoni.ENT.Process.SFApp\pkg\Debug' $TotalServiceInstances=5 $TotalApplicationInstances=4
#Connect-ServiceFabricCluster @connectArgs
#-ConnectionEndpoint $sfURL
exit
|