Skip to content

Commit 90f34e5

Browse files
authored
Merge pull request #178481 from v-kevinmic3/feature11939910
Correct title and update URL screen shots to match
2 parents 400876a + 117d115 commit 90f34e5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/spring-cloud/how-to-intellij-deploy-apps.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "Tutorial: Use IntelliJ to deploy Azure Spring Cloud applications"
2+
title: "Tutorial: Deploy Spring Boot applications using IntelliJ"
33
description: Use IntelliJ to deploy applications to Azure Spring Cloud.
44
author: karlerickson
55
ms.author: karler
66
ms.service: spring-cloud
77
ms.topic: tutorial
8-
ms.date: 03/26/2020
8+
ms.date: 11/03/2021
99
ms.custom: devx-track-java
1010
---
1111

12-
# Use IntelliJ to deploy Azure Spring Cloud applications
12+
# Deploy Spring Boot applications using IntelliJ
1313

1414
**This article applies to:** ✔️ Java
1515

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.
1717

1818
Before running this example, you can try the [basic quickstart](./quickstart.md).
1919

@@ -37,9 +37,9 @@ You can add the Azure Toolkit for IntelliJ IDEA 3.51.0 from the IntelliJ **Plugi
3737

3838
## Tutorial procedures
3939

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.
4141

42-
* Open gs-spring-boot project
42+
* Open the gs-spring-boot project
4343
* Deploy to Azure Spring Cloud
4444
* Show streaming logs
4545

@@ -76,11 +76,11 @@ In order to deploy to Azure you must sign-in with your Azure account, and choose
7676

7777
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.
7878

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**.
8080

8181
![Get test URL](media/spring-cloud-intellij-howto/get-test-url.png)
8282

83-
1. Navigate to the URL in browser.
83+
1. Navigate to the URL or Test Endpoint in the browser.
8484

8585
![Navigate in Browser 2](media/spring-cloud-intellij-howto/navigate-in-browser-2.png)
8686

953 KB
Loading

0 commit comments

Comments
 (0)