Skip to content

Commit 4f10003

Browse files
committed
Acrolynx fixes
1 parent 3bd9504 commit 4f10003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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)

0 commit comments

Comments
 (0)