Skip to content

Commit 918004d

Browse files
committed
restored VS Code tab and moved note
1 parent b050e8e commit 918004d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/spring-apps/quickstart.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ This quickstart explains how to:
3535
3636
At the end of this quickstart, you have a working Spring app running on Azure Spring Apps.
3737

38-
> [!NOTE]
39-
> To deploy a Spring Boot web app to Azure Spring Apps by using Visual Studio Code, follow the steps in [Java on Azure Spring Apps](https://code.visualstudio.com/docs/java/java-spring-apps).
40-
4138
## Prerequisites
4239

4340
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
@@ -306,7 +303,7 @@ az spring app deploy \
306303
--artifact-path target/spring-boot-complete-0.0.1-SNAPSHOT.jar
307304
```
308305

309-
Deploying the application can take a few minutes.
306+
Deploying the application can take a few minutes. After deployment, you can access the app at `https://<service-instance-name>-hellospring.azuremicroservices.io/`.
310307

311308
## [IntelliJ](#tab/IntelliJ)
312309

@@ -422,12 +419,17 @@ Use the following steps to build and deploy your app.
422419

423420
1. To start the deployment, select the **Run** button at the bottom of the **Deploy Azure Spring Apps app** dialog box. The plug-in runs the command `mvn package -DskipTests` on the `hellospring` app and deploys the *.jar* file generated by the `package` command.
424421

422+
Deploying the application can take a few minutes. After deployment, you can access the app at `https://<service-instance-name>-hellospring.azuremicroservices.io/`.
423+
424+
## [Visual Studio Code](#tab/visual-studio-code)
425+
426+
> [!NOTE]
427+
> To deploy a Spring Boot web app to Azure Spring Apps by using Visual Studio Code, follow the steps in [Java on Azure Spring Apps](https://code.visualstudio.com/docs/java/java-spring-apps).
428+
425429
---
426430

427431
::: zone-end
428432

429-
Once deployment has completed, you can access the app at `https://<service-instance-name>-hellospring.azuremicroservices.io/`.
430-
431433
## Clean up resources
432434

433435
If you plan to continue working with subsequent quickstarts and tutorials, you might want to leave these resources in place. When you no longer need the resources, delete them by deleting the resource group. Use the following commands to delete the resource group:

0 commit comments

Comments
 (0)