Skip to content

Commit aef839f

Browse files
committed
sync spring petclinic sample version
1 parent 9a82714 commit aef839f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/spring-apps/quickstart-deploy-apps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ Use the following steps to create and deploys apps on Azure Spring Apps using th
228228
```azurecli
229229
az spring app deploy \
230230
--name api-gateway \
231-
--artifact-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.7.6.jar \
232232
--jvm-options="-Xms2048m -Xmx2048m"
233233
az spring app deploy \
234234
--name customers-service \
235-
--artifact-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.7.6.jar \
236236
--jvm-options="-Xms2048m -Xmx2048m"
237237
```
238238

@@ -268,9 +268,9 @@ To get the PetClinic app functioning with all features like Admin Server, Visits
268268
az spring app create --name admin-server --instance-count 1 --memory 2Gi --assign-endpoint
269269
az spring app create --name vets-service --instance-count 1 --memory 2Gi
270270
az spring app create --name visits-service --instance-count 1 --memory 2Gi
271-
az spring app deploy --name admin-server --jar-path spring-petclinic-admin-server/target/spring-petclinic-admin-server-2.5.1.jar --jvm-options="-Xms2048m -Xmx2048m"
272-
az spring app deploy --name vets-service --jar-path spring-petclinic-vets-service/target/spring-petclinic-vets-service-2.5.1.jar --jvm-options="-Xms2048m -Xmx2048m"
273-
az spring app deploy --name visits-service --jar-path spring-petclinic-visits-service/target/spring-petclinic-visits-service-2.5.1.jar --jvm-options="-Xms2048m -Xmx2048m"
271+
az spring app deploy --name admin-server --jar-path spring-petclinic-admin-server/target/spring-petclinic-admin-server-2.7.6.jar --jvm-options="-Xms2048m -Xmx2048m"
272+
az spring app deploy --name vets-service --jar-path spring-petclinic-vets-service/target/spring-petclinic-vets-service-2.7.6.jar --jvm-options="-Xms2048m -Xmx2048m"
273+
az spring app deploy --name visits-service --jar-path spring-petclinic-visits-service/target/spring-petclinic-visits-service-2.7.6.jar --jvm-options="-Xms2048m -Xmx2048m"
274274
```
275275

276276
#### [Maven](#tab/Maven)
@@ -378,7 +378,7 @@ To deploy to Azure, you must sign in with your Azure account with Azure Toolkit
378378
:::image type="content" source="media/quickstart-deploy-apps/deploy-to-azure-1-pet-clinic.png" alt-text="Screenshot of the IntelliJ project explorer showing how to deploy the PetClinic sample project." lightbox="media/quickstart-deploy-apps/deploy-to-azure-1-pet-clinic.png":::
379379

380380
1. In the **Name** field, append *:api-gateway* to the existing **Name**.
381-
1. In the **Artifact** textbox, select *spring-petclinic-api-gateway-2.5.1*.
381+
1. In the **Artifact** textbox, select *spring-petclinic-api-gateway-2.7.6*.
382382
1. In the **Subscription** textbox, verify your subscription.
383383
1. In the **Spring Cloud** textbox, select the instance of Azure Spring Apps that you created in [Provision Azure Spring Apps instance](./quickstart-provision-service-instance.md).
384384
1. Set **Public Endpoint** to *Enable*.

0 commit comments

Comments
 (0)