Skip to content

Commit b1dff79

Browse files
committed
fix cli commands
1 parent b966453 commit b1dff79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/spring-cloud/spring-cloud-quickstart-launch-app-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@ It takes about 5 minutes for the service to deploy. Once it is deployed, the **
110110
1. Create the `gateway` application and deploy the JAR file.
111111
112112
```azurecli
113-
az asc app create -n gateway
114-
az asc app deploy -n gateway --jar-path ./gateway/target/gateway.jar
113+
az spring-cloud app create -n gateway
114+
az spring-cloud app deploy -n gateway --jar-path ./gateway/target/gateway.jar
115115
```
116116
117117
1. Following the same pattern, create the `account-service` and `auth-service` applications and deploy their JAR files.
118118
119119
```cli
120-
az asc app create -n account-service
121-
az asc app deploy -n account-service --jar-path ./account-service/target/account-service.jar
122-
az asc app create -n auth-service
123-
az asc app deploy -n auth-service --jar-path ./auth-service/target/auth-service.jar
120+
az spring-cloud app create -n account-service
121+
az spring-cloud app deploy -n account-service --jar-path ./account-service/target/account-service.jar
122+
az spring-cloud app create -n auth-service
123+
az spring-cloud app deploy -n auth-service --jar-path ./auth-service/target/auth-service.jar
124124
```
125125
126126
1. It takes a few minutes to finish deploying the applications. To confirm that they have deployed, go to the **Application Dashboard** in the Azure portal. You should see a line each of the three applications.

0 commit comments

Comments
 (0)