Skip to content

Commit 7f8837d

Browse files
authored
Update use-ai-foundry.md
Updates to incorporate feedback
1 parent 18da8f2 commit 7f8837d

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

articles/ai-services/content-understanding/quickstart/use-ai-foundry.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Use Azure AI Content Understanding Analyzer templates in the Azure AI Foundry"
2+
title: "Use Azure AI Content Understanding Analyzer templates in the Azure AI Foundry Portal"
33
titleSuffix: Azure AI services
44
description: Learn how to use Content Understanding Analyzer templates in Azure AI Foundry portal
55
author: laujan
@@ -9,13 +9,16 @@ ms.topic: quickstart
99
ms.date: 05/19/2025
1010
---
1111

12-
# Use Azure AI Content Understanding in the Azure AI Foundry
12+
# Use Azure AI Content Understanding in the Azure AI Foundry portal
1313

14-
In this quickstart, you learn how to create a custom task and build your first analyzer using the Azure AI Foundry. The Azure AI Foundry is a comprehensive platform for developing and deploying generative AI applications and APIs responsibly. You also learn how to share your project with other users.
14+
In this quickstart, you will learn how to use the Content Understanding service in the Azure AI Foundry portal. The Azure AI Foundry is a comprehensive platform for developing and deploying generative AI applications and APIs responsibly.
1515

16-
[Azure AI Foundry](../../../ai-foundry/index.yml) 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.
16+
A few terms to know before getting started:
17+
* **Task**: Your Content Understanding task is the top-level structure that all of your Content Understanding related work falls under. This guide will offer a step by step introduction to creating your field schema.
18+
* **Field schema**: A field schema is the definition of all of the outputs that you want to extract or generate data. Content Understanding offers several prebuilt schemas, and are fully customizable. You can also create a schema from scratch to extract exactly what you need.
19+
* **Analyzer**: The Content Understanding analyzer allows you to call the field schema you define as an API call in your own solution. You can build as many analyzers as needed within your task.
1720

18-
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.
21+
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.
1922

2023
:::image type="content" source="../media/quickstarts/ai-foundry-overview.png" alt-text="Screenshot of the Content Understanding workflow in the Azure AI Foundry.":::
2124

@@ -51,7 +54,7 @@ Now that everything is configured to get started, we can walk through, step-by-s
5154

5255
# [Single-file task (Standard mode](#tab/standard)
5356

54-
When you create a single-file Content Understanding task, you'll start by building your field schema. The schema is the customizable framework that allows the analyzer to extract insights from your data. In this example, the schema is created to extract key data from an invoice document, but you can bring in any type of data and the steps remain the same. [Compare the output of this invoice analysis use case to the output of a Content Understanding Pro invoice analysis scenario](). For a complete list of supported file types, see [input file limits](../service-limits.md#input-file-limits).
57+
When you create a single-file Content Understanding task, you'll start by uploading a sample of your data and building your field schema. The schema is the customizable framework that allows the analyzer to extract insights from your data. In this example, the schema is created to extract key data from an invoice document, but you can bring in any type of data and the steps remain the same. [Compare the output of this invoice analysis use case to the output of a Content Understanding Pro invoice analysis scenario](). For a complete list of supported file types, see [input file limits](../service-limits.md#input-file-limits).
5558

5659

5760
1. Upload a sample file of an invoice document or any other data relevant to your scenario.
@@ -64,7 +67,7 @@ When you create a single-file Content Understanding task, you'll start by buildi
6467

6568
:::image type="content" source="../media/analyzer-template/define-schema-template-selection.png" alt-text="Screenshot of analyzer templates.":::
6669

67-
1. Add fields to your schema:
70+
1. Next, you can add fields to your schema to reflect all of the outputs you want to generate.
6871

6972
* Specify clear and simple field names. Some example fields might include **vendorName**, **items**, **price**.
7073

@@ -73,6 +76,8 @@ When you create a single-file Content Understanding task, you'll start by buildi
7376
* *[Optional]* Provide field descriptions to explain the desired behavior, including any exceptions or rules.
7477

7578
* Specify the method to generate the value for each field.
79+
80+
For best practices on how to define your field schema, refer to [best practices for Azure AI Content Understanding](./best-practices.md).
7681

7782
1. Once you feel that the schema is ready to test, select **Save**. You can always come back and make changes if needed.
7883

@@ -133,6 +138,8 @@ Now you successfully built your first Content Understanding analyzer, and are re
133138

134139
Check out [Quickstart: Azure AI Content Understanding REST APIs](./use-rest-api.md) to utilize the REST API to call your analyzer.
135140

141+
---
142+
136143
## Sharing your project
137144

138145
In order to share and manage access to the project you created, navigate to the Management Center, found at the bottom of the navigation for your project:

0 commit comments

Comments
 (0)