Skip to content

Commit 2b5b584

Browse files
More edits to java-petclinic-ai-tutorial.md.
1 parent acb3bb4 commit 2b5b584

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,25 @@ For information on the architectural details of this application, see [Java PetC
3939

4040
## Setup
4141

42-
1. Clone the sample application to your machine.
43-
44-
Open your terminal or command prompt to run the following command:
42+
1. Clone the sample application to your machine by using the following command:
4543

4644
```bash
4745
git clone https://github.com/Azure-Samples/spring-petclinic-ai.git
4846
```
4947

50-
1. Change into the **spring-petclinic-ai** folder.
48+
1. Navigate to the **spring-petclinic-ai** folder by using the following command:
5149

5250
```bash
5351
cd spring-petclinic-ai
5452
```
5553

56-
1. If you don't already have it, install the `containerapp` extension for the Azure CLI.
54+
1. If you don't already have it, install the `containerapp` extension for the Azure CLI by using the following command:
5755
5856
```azurecli
5957
az extension add --name containerapp --upgrade
6058
```
6159
62-
1. Log in to Azure.
63-
64-
Use the `auth` command to securely log in to your Azure account using the Azure CLI.
60+
1. Securely log in to your Azure account by using the following command:
6561
6662
```azurecli
6763
az auth login
@@ -71,7 +67,7 @@ For information on the architectural details of this application, see [Java PetC
7167
7268
## Deploy
7369
74-
1. Automatically deploy the application by using the `azd up` command.
70+
1. Automatically deploy the application by using the following command:
7571
7672
```azdeveloper
7773
azd up
@@ -129,7 +125,7 @@ For information on the architectural details of this application, see [Java PetC
129125

130126
## Try your application
131127

132-
1. Go to the application in a web browser using the URL you copied in the last step.
128+
1. View the application in a web browser using the URL you copied at the end of the last section.
133129

134130
1. You can interact with the chatbot via prompts like the following:
135131

@@ -139,13 +135,13 @@ For information on the architectural details of this application, see [Java PetC
139135
- Add a pet named Spot.
140136
- List all vets in your system.
141137
142-
The following image shows the result of asking the application to add a new pet owner to the system.
138+
The following image shows the result of asking the application to add a new pet owner to the system:
143139
144140
:::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/java-ai-application/add-new-item.png":::
145141
146142
## Updates
147143
148-
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.
144+
As you experiment with the sample, if you want to deploy any changes to the application, you can use the following commands to publish your changes:
149145
150146
```azdeveloper
151147
azd package

0 commit comments

Comments
 (0)