Skip to content

Commit b8658ce

Browse files
Updated broken image paths and made other updates, including to the Prerequisites section.
1 parent 356ca16 commit b8658ce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The application features many different services working together to introduce t
2222

2323
The following diagram shows the architecture of the AI application in Azure Container Apps:
2424

25-
:::image type="complex" source="media/first-java-ai-application/architecture-chart.png" alt-text="Diagram of the architecture of the AI application, which includes a Container Apps environment, an API gateway, Entra ID for authentication, and other components." lightbox="media/first-java-ai-application/architecture-chart.png":::
25+
:::image type="complex" source="media/java-ai-application/architecture-chart.png" alt-text="Diagram of the architecture of the AI application, which includes a Container Apps environment, an API gateway, Entra ID for authentication, and other components." lightbox="media/java-ai-application/architecture-chart.png":::
2626
Diagram that shows the architecture of the AI application. Users access the system through authentication managed by Entra ID. The Azure Container App environment contains an API gateway that enables routing for and communication with the application. The API gateway uses managed identities to securely interact with Azure Container Registry and cognitive services. The API gateway also handles communication with external users. A virtual network between the API gateway and external systems provides secure and isolated network connectivity.
2727
:::image-end:::
2828

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515

1616
In this article, you learn how to use [Azure OpenAI Service](/azure/ai-services/openai/overview) and Azure Container Apps to create a natural language interface for the Spring PetClinic sample application.
1717

18-
:::image type="content" source="media/first-java-ai-application/home-with-chatbot.png" alt-text="Screenshot of the home page of PetClinic." lightbox="media/first-java-ai-application/home-with-chatbot.png":::
18+
:::image type="content" source="media/java-ai-application/home-with-chatbot.png" alt-text="Screenshot of the home page of PetClinic." lightbox="media/java-ai-application/home-with-chatbot.png":::
1919

2020
For information on the architectural details of this application, see [Java PetClinic AI sample in Container Apps overview](./java-petclinic-ai-overview.md).
2121

@@ -28,12 +28,13 @@ For information on the architectural details of this application, see [Java PetC
2828

2929
## Prerequisites
3030

31-
- An Azure subscription. If you don't have an existing account, you can [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
31+
- An Azure subscription. [Create one for free.](https://azure.microsoft.com/free/).
3232
- `Contributor` and `User Access Administrator` roles, or the `Owner` role. For more information, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml?tabs=current).
3333
- [A GitHub account](https://github.com/join).
3434
- The latest version of [git](https://git-scm.com/downloads).
3535
- The [Microsoft Build of Open JDK](/java/openjdk/install), version 17 or higher.
36-
- [Azure CLI](/azure/developer/azure-developer-cli/install-azd).
36+
- [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd).
37+
- [Azure CLI](/cli/azure/install-azure-cli).
3738
- [Maven](https://maven.apache.org/download.cgi).
3839

3940
## Setup
@@ -140,7 +141,7 @@ For information on the architectural details of this application, see [Java PetC
140141
141142
The following image shows the result of asking the application to add a new pet owner to the system.
142143
143-
:::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":::
144+
:::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":::
144145
145146
## Updates
146147

0 commit comments

Comments
 (0)