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/spring-cloud/spring-cloud-tutorial-intellij-deploy-apps.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The IntelliJ plug-in for Azure Spring Cloud supports application deployment from
16
16
*[IntelliJ IDEA, Community/Ultimate Edition, version 2020.1/2019.3](https://www.jetbrains.com/idea/download/#section=windows)
17
17
18
18
## 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.
20
20
21
21
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**.
22
22
@@ -47,13 +47,13 @@ The following procedures deploy a Hello World application using the IntelliJ IDE
47
47
## Deploy to Azure Spring Cloud
48
48
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).
49
49
50
-
1. Rightclick 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**.
51
51
52
52

53
53
54
54
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.
55
55
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...**.
57
57
58
58

59
59
@@ -78,7 +78,7 @@ In order to deploy to Azure you must sign-in with your Azure account, and choose
78
78
## Show streaming logs
79
79
To get the logs:
80
80
1. Select **Azure Explorer**, then **Spring Cloud**.
81
-
1. Rightclick the running app.
81
+
1. Right-click the running app.
82
82
1. Select **Streaming Logs** from the drop-down list.
0 commit comments