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
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/quickstart/use-ai-foundry.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-content-understanding
8
8
ms.topic: quickstart
9
-
ms.date: 02/19/2025
9
+
ms.date: 03/12/2025
10
10
ms.custom: ignite-2024-understanding-release
11
11
---
12
12
13
13
# Use Content Understanding in the Azure AI Foundry
14
-
[The Azure AI Foundry](https://ai.azure.com/) is a comprehensive platform for developing and deploying generative AI applications and APIs responsibly. Azure AI Content Understanding is a new generative [Azure AI Service](../../what-are-ai-services.md) that analyzes files from varied modalities and extracts structured output in a user-defined field format. Input sources include document, video, image, and audio data. This guide shows you how to build and test a Content Understanding analyzer in the AI Foundry. You can then utilize the extracted data in any app or process you build using a simple REST API call. Content Understanding analyzers are fully customizable. You can create an analyzer by building your own schema from scratch or by using a suggested analyzer template offered to address common scenarios across each data type.
14
+
[The Azure AI Foundry](https://aka.ms/cu-landing) is a comprehensive platform for developing and deploying generative AI applications and APIs responsibly. Azure AI Content Understanding is a new generative [Azure AI Service](../../what-are-ai-services.md) that analyzes files from varied modalities and extracts structured output in a user-defined field format. Input sources include document, video, image, and audio data. This guide shows you how to build and test a Content Understanding analyzer in the AI Foundry. You can then utilize the extracted data in any app or process you build using a simple REST API call. Content Understanding analyzers are fully customizable. You can create an analyzer by building your own schema from scratch or by using a suggested analyzer template offered to address common scenarios across each data type.
15
15
16
16
:::image type="content" source="../media/quickstarts/ai-foundry-overview.png" alt-text="Screenshot of the Content Understanding workflow in the Azure AI Foundry.":::
17
17
@@ -35,13 +35,15 @@ To get started, make sure you have the following resources and permissions:
35
35
> [!NOTE]
36
36
> The Content Understanding project type is separate from the Generative AI project type, also available in the AI Foundry.
37
37
38
-
In order to try out [the Content Understanding service in the AI Foundry](https://ai.azure.com/explore/aiservices/vision/contentunderstanding), you have to create a Content Understanding project. You can access Content Understanding from:
38
+
In order to try out [the Content Understanding service in the AI Foundry](https://aka.ms/ai-services-landing), you have to create a Content Understanding project. You can access Content Understanding from:
39
39
40
40
* The [AI Foundry home page](https://ai.azure.com/)
41
+
41
42
:::image type="content" source="../media/quickstarts/foundry-home-page.png" alt-text="Screenshot of the AI Foundry home page.":::
42
43
43
-
* The [AI Services landing page](https://ai.azure.com/https://ai.azure.com/explore/aiservices)
44
-
:::image type="content" source="../media/quickstarts/cu-ai-services-landing-page.png" alt-text="Screenshot of the AI Services landing page in AI Foundry.":::
44
+
* The [AI Services landing page](https://aka.ms/cu-landing)
45
+
46
+
:::image type="content" source="../media/quickstarts/cu-landing-page.png" alt-text="Screenshot of the AI Services landing page in AI Foundry.":::
45
47
46
48
Once on the Content Understanding page, select `Create a new Content Understanding Project`:
0 commit comments