Skip to content

Commit 267c34d

Browse files
authored
Merge pull request #193041 from silenceJialuo/spring-vscode
Update the part to use Visual Studio Code to deploy Java Spring Boot
2 parents 3dfe0fa + f0d5779 commit 267c34d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/spring-cloud/quickstart.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,9 @@ In order to deploy to Azure, you must sign in with your Azure account, then choo
482482
483483
1. Start the deployment by selecting the **Run** button at the bottom of the **Deploy Azure Spring Cloud app** dialog. The plug-in will run the command `mvn package -DskipTests` on the `hellospring` app and deploy the jar generated by the `package` command.
484484
485+
#### [Visual Studio Code](#tab/VS-Code)
486+
To deploy a simple Spring Boot web app to Azure Spring Cloud, follow the steps in [Build and Deploy Java Spring Boot Apps to Azure Spring Cloud with Visual Studio Code](https://code.visualstudio.com/docs/java/java-spring-cloud#_download-and-test-the-spring-boot-app).
487+
485488
---
486489
487490
Once deployment has completed, you can access the app at `https://<service instance name>-hellospring.azuremicroservices.io/`.
@@ -518,6 +521,10 @@ Logs appear in the results:
518521
519522
[![Streaming log output](media/spring-cloud-quickstart-java/intellij-streaming-logs-output.png)](media/spring-cloud-quickstart-java/intellij-streaming-logs-output.png)
520523
524+
#### [Visual Studio Code](#tab/VS-Code)
525+
526+
To get real-time application logs with Visual Studio Code, follow the steps in [Stream your application logs](https://code.visualstudio.com/docs/java/java-spring-cloud#_stream-your-application-logs).
527+
521528
---
522529
523530
For advanced logs analytics features, visit the **Logs** tab in the menu on the [Azure portal](https://portal.azure.com/). Logs here have a latency of a few minutes.

0 commit comments

Comments
 (0)