You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-get-started-eclipse.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,10 @@ If you already have the Service Fabric plug-in installed, install the latest ver
99
99
After you have built your Service Fabric application, follow these steps to deploy it to the local cluster.
100
100
101
101
1. If you haven't started the local cluster, follow the instructions in [Set up a local cluster](./service-fabric-get-started-linux.md#set-up-a-local-cluster) to start your local cluster and make sure that it is running.
102
-
103
102
2. Right-click your Service Fabric application, and then select **Service Fabric**.
3. From the context menu, click **Deploy Application**.
106
107
4. You can follow the progress of the deploy operation in the Console window.
107
108
5. To verify that your application is running, open Service Fabric Explorer on your local cluster in a browser window [http://localhost:19080/Explorer](http://localhost:19080/Explorer). Expand the **Applications** node and make sure your application is running.
@@ -112,7 +113,11 @@ You can also deploy your application to the local cluster wuth the **Publish App
112
113
113
114
1. Right-click your Service Fabric application, and then select **Service Fabric**.
114
115
2. From the context menu, click **Publish Application...**.
115
-
3. In the **Publish Application** window, choose **PublishProfiles/Local.json** as the Target Profile and click **Publish**. By default, the Local.json publishing profile is set up to publish to the local cluster. For more information about the connection and endpoint parameters present in publishing profiles, see the next section.
116
+
3. In the **Publish Application** window, choose **PublishProfiles/Local.json** as the Target Profile and click **Publish**.
By default, the Local.json publishing profile is set up to publish to the local cluster. For more information about the connection and endpoint parameters present in publishing profiles, see the next section.
116
121
117
122
## Publish your Service Fabric application to Azure with Eclipse
118
123
@@ -146,11 +151,10 @@ To publish your application to the cloud, follow these steps:
146
151
```
147
152
148
153
2. Right-click your Service Fabric application, and thenselect**Service Fabric**.
149
-
150
154
3. From the context menu, click **Publish Application...**.
151
155
3. In the **Publish Application** window, choose **PublishProfiles/Cloud.json** as the Target Profile and click **Publish**.
4. You can follow the progress of the publish operation in the Console window.
156
160
5. To verify that your application is running, open Service Fabric Explorer on your Azure cluster in a browser window. For the example above, this would be: `https://lnxxug0tlqm5.westus.cloudapp.azure.com:19080/Explorer`. Expand the **Applications** node and make sure your application is running.
@@ -168,7 +172,7 @@ An alternate way to deploy your Service Fabric application is by using Eclipse r
168
172
2. Under **Gradle Project**, selectthe**ServiceFabricDeployer** run configuration.
169
173
3. In the right pane, on the **Arguments** tab, make sure the **ip**, **port**, **clientCert**, and **clientKey** parameters are set appropriately foryour deployment. By default, the parameters are set to deploy to the local cluster asin the following screenshot. To publish your app to Azure you can modify the parameters to contain the endpoint details and security credentials for your Azure cluster. For more information, see the previous section, [Publish your Service Fabric application to Azure with Eclipse](#publish-your-service-fabric-application-to-azure-with-eclipse).
5. Make sure that **Working Directory** points to the application you want to deploy. To change the application, click the **Workspace** button, and thenselectthe application you want.
0 commit comments