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/how-to-intellij-deploy-apps.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: "Tutorial: Use IntelliJ to deploy Azure Spring Cloud applications"
2
+
title: "Tutorial: Deploy Spring Boot applications using IntelliJ"
3
3
description: Use IntelliJ to deploy applications to Azure Spring Cloud.
4
4
author: karlerickson
5
5
ms.author: karler
6
6
ms.service: spring-cloud
7
7
ms.topic: tutorial
8
-
ms.date: 03/26/2020
8
+
ms.date: 11/03/2021
9
9
ms.custom: devx-track-java
10
10
---
11
11
12
-
# Use IntelliJ to deploy Azure Spring Cloud applications
12
+
# Deploy Spring Boot applications using IntelliJ
13
13
14
14
**This article applies to:** ✔️ Java
15
15
16
-
The IntelliJ plug-in for Azure Spring Cloud supports application deployment from the IntelliJ IDEA.
16
+
The IntelliJ plug-in for Azure Spring Cloud supports application deployment from IntelliJ IDEA.
17
17
18
18
Before running this example, you can try the [basic quickstart](./quickstart.md).
19
19
@@ -37,9 +37,9 @@ You can add the Azure Toolkit for IntelliJ IDEA 3.51.0 from the IntelliJ **Plugi
37
37
38
38
## Tutorial procedures
39
39
40
-
The following procedures deploy a Hello World application using the IntelliJ IDEA.
40
+
The following procedures deploy a Hello World application using IntelliJ IDEA.
41
41
42
-
* Open gs-spring-boot project
42
+
* Open the gs-spring-boot project
43
43
* Deploy to Azure Spring Cloud
44
44
* Show streaming logs
45
45
@@ -76,11 +76,11 @@ In order to deploy to Azure you must sign-in with your Azure account, and choose
76
76
77
77
1. The plug-in will run the command `mvn package` on the project and then create the new app and deploy the jar generated by the `package` command.
78
78
79
-
1. If the app URL is not shown in the output window, get it from the Azure portal. Navigate from your resource group to the instance of Azure Spring Cloud. Then select **Apps**. The running app will be listed.
79
+
1. If the app URL is not shown in the output window, get it from the Azure portal. Navigate from your resource group to the instance of Azure Spring Cloud. Then select **Apps**. The running app will be listed. Select the app, then copy the **URL** or **Test Endpoint**.
80
80
81
81

82
82
83
-
1. Navigate to the URL in browser.
83
+
1. Navigate to the URL or Test Endpoint in the browser.
84
84
85
85

0 commit comments