Skip to content

Commit dbcd455

Browse files
Fixed code slug and image reference in container-apps/java-petclinic-ai-tutorial.md.
1 parent 7f0e474 commit dbcd455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-petclinic-ai-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ Before you begin, ensure you have the following setup:
151151
152152
The following image shows the result of asking the application to add a new pet owner to the system.
153153
154-
:::image type="content" source="media/java-ai-application/add-new-item.png" alt-text="Screenshot of AI chat assistant adding a new owner, complete with address and other information, and information about a pet." lightbox="media/first-java-ai-application/add-new-item.png":::
154+
:::image type="content" source="media/first-java-ai-application/add-new-item.png" alt-text="Screenshot of AI chat assistant adding a new owner, complete with address and other information, and information about a pet." lightbox="media/first-java-ai-application/add-new-item.png":::
155155
156156
## Updates
157157
158158
As you experiment with the sample, if you want to deploy any changes to the application, you can run the following commands to publish your changes.
159159
160-
```azurecli
160+
```azdeveloper
161161
azd package
162162
azd deploy
163163
```

0 commit comments

Comments
 (0)