Skip to content

Commit 189891c

Browse files
authored
Merge pull request #111970 from MikeDodaro/intelliJ-add-nextsteps
Add Next steps section
2 parents bb0e8e8 + 4f10003 commit 189891c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/spring-cloud/spring-cloud-tutorial-intellij-deploy-apps.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The IntelliJ plug-in for Azure Spring Cloud supports application deployment from
1616
* [IntelliJ IDEA, Community/Ultimate Edition, version 2020.1/2019.3](https://www.jetbrains.com/idea/download/#section=windows)
1717

1818
## Install the plug-in
19-
You can Azure Toolkit for IntelliJ IDEA 3.35.0 from the IntelliJ **Plugins** UI.
19+
You can add the Azure Toolkit for IntelliJ IDEA 3.35.0 from the IntelliJ **Plugins** UI.
2020

2121
1. Start IntelliJ. If you have opened a project previously, close the project to show the welcome dialog. Select **Configure** from link lower right, and then click **Plugins** to open the plug-in configuration dialog, and select **Install Plugins from disk**.
2222

@@ -47,13 +47,13 @@ The following procedures deploy a Hello World application using the IntelliJ IDE
4747
## Deploy to Azure Spring Cloud
4848
In order to deploy to Azure you must sign-in with your Azure account, and choose your subscription. For sign-in details, see [Installation and sign-in](https://docs.microsoft.com/azure/java/intellij/azure-toolkit-for-intellij-create-hello-world-web-app#installation-and-sign-in).
4949

50-
1. Right click your project in IntelliJ project explorer, and select **Azure** -> **Deploy to Azure Spring Cloud**.
50+
1. Right-click your project in IntelliJ project explorer, and select **Azure** -> **Deploy to Azure Spring Cloud**.
5151

5252
![Deploy to Azure 1](media/spring-cloud-intellij-howto/deploy-to-azure-1.png)
5353

5454
1. Accept the name for app in the **Name** field. **Name** refers to the configuration, not app name. Users don't usually need to change it.
5555
1. Accept the identifier from the project for the **Artifact**.
56-
1. Select **App:**, then click **Create app...**.
56+
1. Select **App:** then click **Create app...**.
5757

5858
![Deploy to Azure 2](media/spring-cloud-intellij-howto/deploy-to-azure-2.png)
5959

@@ -78,7 +78,7 @@ In order to deploy to Azure you must sign-in with your Azure account, and choose
7878
## Show streaming logs
7979
To get the logs:
8080
1. Select **Azure Explorer**, then **Spring Cloud**.
81-
1. Right click the running app.
81+
1. Right-click the running app.
8282
1. Select **Streaming Logs** from the drop-down list.
8383

8484
![Select streaming logs](media/spring-cloud-intellij-howto/streaming-logs.png)
@@ -91,6 +91,6 @@ To get the logs:
9191

9292
![Streaming log output](media/spring-cloud-intellij-howto/streaming-log-output.png)
9393

94-
## See also
95-
* [Create a Hello World web app for Azure App Service using IntelliJ](https://docs.microsoft.com/azure/java/intellij/azure-toolkit-for-intellij-create-hello-world-web-app)
96-
* [Prepare a Java Spring application for deployment in Azure Spring Cloud](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-tutorial-prepare-app-deployment)
94+
## Next steps
95+
* [Prepare Spring application for Azure Spring Cloud](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-tutorial-prepare-app-deployment)
96+
* [Learn more about Azure Toolkit for IntelliJ](https://docs.microsoft.com/azure/java/intellij/)

0 commit comments

Comments
 (0)