You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Change into the **spring-petclinic-ai** folder.
48
+
1. Navigate to the **spring-petclinic-ai** folder by using the following command:
51
49
52
50
```bash
53
51
cd spring-petclinic-ai
54
52
```
55
53
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:
57
55
58
56
```azurecli
59
57
az extension add --name containerapp --upgrade
60
58
```
61
59
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:
65
61
66
62
```azurecli
67
63
az auth login
@@ -71,7 +67,7 @@ For information on the architectural details of this application, see [Java PetC
71
67
72
68
## Deploy
73
69
74
-
1. Automatically deploy the application by using the `azd up` command.
70
+
1. Automatically deploy the application by using the following command:
75
71
76
72
```azdeveloper
77
73
azd up
@@ -129,7 +125,7 @@ For information on the architectural details of this application, see [Java PetC
129
125
130
126
## Try your application
131
127
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.
133
129
134
130
1. You can interact with the chatbot via prompts like the following:
135
131
@@ -139,13 +135,13 @@ For information on the architectural details of this application, see [Java PetC
139
135
- Add a pet named Spot.
140
136
- List all vets in your system.
141
137
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:
143
139
144
140
:::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":::
145
141
146
142
## Updates
147
143
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:
0 commit comments