Skip to content

Commit 6cbe1f1

Browse files
committed
Post-review fixes
1 parent 68ed0c9 commit 6cbe1f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

learn-pr/wwl-data-ai/analyze-content-ai-api/05-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.analyze-content-ai-api.exercise
3-
title: Exercise - Develop a content understanding client application
3+
title: Exercise - Develop a Content Understanding client application
44
metadata:
5-
title: Exercise - Develop a content understanding client application
5+
title: Exercise - Develop a Content Understanding client application
66
description: Use the Azure AI Content Understanding REST API to extract information from content.
77
author: wwlpublish
88
ms.author: gmalc

learn-pr/wwl-data-ai/analyze-content-ai-api/includes/02-prepare-content-understanding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ After you've provisioned an Azure AI services resource, you need the following i
1313

1414
You can obtain these values from the Azure portal, as shown in the following image:
1515

16-
![Screenshot of the Azure AI services settings in the Azure portal](../media/azure-portal.png)
16+
![Screenshot of the Azure AI services settings in the Azure portal.](../media/azure-portal.png)
1717

1818
If you're working within an Azure AI Foundry project, you can find the endpoint and key for the associated Azure AI services resource in the Azure AI Foundry portal, as shown in the following image:
1919

20-
![Screenshot of the Azure AI services settings in the Azure AI Foundry portal](../media/azure-ai-services.png)
20+
![Screenshot of the Azure AI services settings in the Azure AI Foundry portal.](../media/azure-ai-services.png)
2121

2222
When working in an Azure AI Foundry project, you can also write code that uses the Azure AI Foundry SDK to connect to the project using Microsoft Entra ID authentication, and retrieve the connection details for the Azure AI services resource; including the endpoint and key.
2323

0 commit comments

Comments
 (0)