Deploying the application into the Service Fabric Cluster that we created earlier can easily be done directly via Visual Studio. To deploy the application, follow these steps:
- First, the certificate that we downloaded when we created the Service Fabric cluster in the Azure portal needs to be installed on your local machine.
- Then, right-click PackSFApplication and select Publish:

Publish setting in Visual Studio 2017
- Select the Service Fabric Cluster Connection Endpoint from the drop-down menu and click Publish:
Publishing the Service Fabric application
- The application will be published to the cluster in Azure. ...