June 2017
Intermediate to advanced
360 pages
10h 2m
English
Once the cluster is created, PowerShell cmdlets can be used to deploy and manage applications on the standalone cluster. The first step would be connecting to the cluster. The following command can be used to connect to an existing Service Fabric cluster:
Connect-ServiceFabricCluster -ConnectionEndpoint <*IPAddressofaMachine*>:<Client connection end point port>
Once connected, we should be able to launch the Service Fabric explorer remotely by browsing to the following URL: http://<IPAddressofaMachine>:19080/Explorer/index.html.
The next step will be to upload the application package. The cmdlet for uploading the package is part of the Service Fabric SDK PowerShell module which should be imported before performing ...
Read now
Unlock full access