File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,11 +228,11 @@ Use the following steps to create and deploys apps on Azure Spring Apps using th
228
228
``` azurecli
229
229
az spring app deploy \
230
230
--name api-gateway \
231
- --jar -path spring-petclinic-api-gateway/target/spring-petclinic-api-gateway-2.5.1.jar \
231
+ --artifact -path spring-petclinic-api-gateway/target/spring-petclinic-api-gateway-2.5.1.jar \
232
232
--jvm-options="-Xms2048m -Xmx2048m"
233
233
az spring app deploy \
234
234
--name customers-service \
235
- --jar -path spring-petclinic-customers-service/target/spring-petclinic-customers-service-2.5.1.jar \
235
+ --artifact -path spring-petclinic-customers-service/target/spring-petclinic-customers-service-2.5.1.jar \
236
236
--jvm-options="-Xms2048m -Xmx2048m"
237
237
```
238
238
You can’t perform that action at this time.
0 commit comments