Skip to content

Commit 224aafa

Browse files
authored
Merge pull request #130376 from BhargaviAnnadevara-MSFT/patch-73
(AzureCXP) Fixes MicrosoftDocs/azure-docs#62772
2 parents 36c65c7 + 0486a22 commit 224aafa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-cloud/spring-cloud-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, we deploy a Spring Cloud application to the Azu
44
author: bmitchell287
55
ms.service: spring-cloud
66
ms.topic: quickstart
7-
ms.date: 09/08/2020
7+
ms.date: 09/18/2020
88
ms.author: brendm
99
ms.custom: devx-track-java, devx-track-azurecli
1010
zone_pivot_groups: programming-languages-spring-cloud
@@ -414,10 +414,10 @@ The following procedure builds and deploys the application using the Azure CLI.
414414
az spring-cloud app create -n hellospring -s <service instance name> -g <resource group name> --is-public
415415
```
416416
417-
1. Deploy the Jar file for the app:
417+
1. Deploy the Jar file for the app (`target\hellospring-0.0.1-SNAPSHOT.jar` on Windows):
418418
419419
```azurecli
420-
az spring-cloud app deploy -n hellospring -s <service instance name> -g <resource group name> --jar-path target\hellospring-0.0.1-SNAPSHOT.jar
420+
az spring-cloud app deploy -n hellospring -s <service instance name> -g <resource group name> --jar-path <jar file path>
421421
```
422422
423423
1. It takes a few minutes to finish deploying the application. To confirm that it has deployed, go to the **Apps** blade in the Azure portal. You should see the status of the application.

0 commit comments

Comments
 (0)