Skip to content

Commit cc9309b

Browse files
Updates to alt. text.
1 parent 1ef8de2 commit cc9309b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/container-apps/first-java-ai-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The PetClinic page and AI assistant appear. You can get help by having a natural
116116

117117
The following image shows a chat where the user asks the AI assistant to register a new owner with a pet. The AI assistant then performs these tasks.
118118

119-
:::image type="content" source="media/first-java-ai-application/add-new-item.png" alt-text="Screenshot of AI chat assistant adding new item." lightbox="media/first-java-ai-application/add-new-item.png":::
119+
:::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 his pet." lightbox="media/first-java-ai-application/add-new-item.png":::
120120

121121
The capabilities of the AI assistant depend on the model you deploy in Azure OpenAI and the implementation of the defined functions.
122122

articles/container-apps/java-ai-in-container-apps-conceptual-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial, you explore the architecture of AI applications in Azure Conta
1818

1919
The following diagram shows the architecture of the AI application in Azure Container Apps:
2020

21-
:::image type="complex" source="media/first-java-ai-application/architecture-chart.png" alt-text="Diagram of the architecture of the AI application." lightbox="media/first-java-ai-application/architecture-chart.png":::
21+
:::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":::
2222
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.
2323
:::image-end:::
2424

0 commit comments

Comments
 (0)