Skip to content

Commit 0ef5357

Browse files
author
Jimaco Brannian
committed
moved pub profile dialogs into correct media folder. Finalized text.
1 parent 892ffc0 commit 0ef5357

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
17.8 KB
Loading
17.8 KB
Loading

articles/service-fabric/service-fabric-get-started-eclipse.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ If you already have the Service Fabric plug-in installed, install the latest ver
9999
After you have built your Service Fabric application, follow these steps to deploy it to the local cluster.
100100

101101
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-
103102
2. Right-click your Service Fabric application, and then select **Service Fabric**.
104103

104+
![Service Fabric right-click menu][publish/RightClick]
105+
105106
3. From the context menu, click **Deploy Application**.
106107
4. You can follow the progress of the deploy operation in the Console window.
107108
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
112113

113114
1. Right-click your Service Fabric application, and then select **Service Fabric**.
114115
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**.
117+
118+
![Publish Dialog Local](./media/service-fabric-get-started-eclipse/localjson.png)
119+
120+
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.
116121

117122
## Publish your Service Fabric application to Azure with Eclipse
118123

@@ -146,11 +151,10 @@ To publish your application to the cloud, follow these steps:
146151
```
147152

148153
2. Right-click your Service Fabric application, and then select **Service Fabric**.
149-
150154
3. From the context menu, click **Publish Application...**.
151155
3. In the **Publish Application** window, choose **PublishProfiles/Cloud.json** as the Target Profile and click **Publish**.
152156

153-
![Publish Dialog Cloud](./media/service-fabric-quickstart-java/cloudjson.png)
157+
![Publish Dialog Cloud](./media/service-fabric-get-started-eclipse/cloudjson.png)
154158

155159
4. You can follow the progress of the publish operation in the Console window.
156160
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
168172
2. Under **Gradle Project**, select the **ServiceFabricDeployer** run configuration.
169173
3. In the right pane, on the **Arguments** tab, make sure the **ip**, **port**, **clientCert**, and **clientKey** parameters are set appropriately for your deployment. By default, the parameters are set to deploy to the local cluster as in 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).
170174

171-
![Publish Dialog Cloud](./media/service-fabric-get-started-eclipse/run-config-local.png)
175+
![Run Configuration Dialog Local](./media/service-fabric-get-started-eclipse/run-config-local.png)
172176

173177
5. Make sure that **Working Directory** points to the application you want to deploy. To change the application, click the **Workspace** button, and then select the application you want.
174178
6. Click **Apply**, and then click **Run**.

0 commit comments

Comments
 (0)