Skip to content

Commit 386697e

Browse files
committed
Merge branch 'main' into release-preview-new-mistral-models
2 parents 2a64a75 + 421711f commit 386697e

File tree

161 files changed

+1055
-1858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+1055
-1858
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,21 @@
790790
"redirect_url": "/azure/ai-services/language-service/question-answering/overview",
791791
"redirect_document_id": true
792792
},
793+
{
794+
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/try-document-intelligence-studio.md",
795+
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/studio-custom-project",
796+
"redirect_document_id": true
797+
},
798+
{
799+
"source_path_from_root": "/articles/ai-services/document-intelligence/train/custom-generative-extraction.md",
800+
"redirect_url": "/azure/ai-services/document-intelligence/train/custom-model",
801+
"redirect_document_id": false
802+
},
803+
{
804+
"source_path_from_root": "/articles/ai-services/document-intelligence/how-to-guides/build-train-custom-generative-model.md",
805+
"redirect_url": "/azure/ai-services/document-intelligence/how-to-guides/build-a-custom-model",
806+
"redirect_document_id": true
807+
},
793808
{
794809
"source_path_from_root": "/articles/ai-services/openai/how-to/integrate-synapseml.md",
795810
"redirect_url": "/azure/ai-services/openai/overview",
156 KB
Loading

articles/ai-services/content-understanding/overview.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
22
title: What is Azure AI Content Understanding?
33
titleSuffix: Azure AI services
4-
description: Learn about Azure AI Content Understanding solutions
4+
description: Learn about Azure AI Content Understanding solutions, processes, workflows, use-cases, and field extractions.
55
author: laujan
66
ms.author: lajanuar
77
manager: nitinme
88
ms.service: azure-ai-content-understanding
99
ms.topic: overview
1010
ms.date: 11/19/2024
1111
ms.custom: ignite-2024-understanding-release
12+
13+
#customer intent: As a user, I want to learn more about Content Understanding solutions.
1214
---
1315

14-
# What is Azure AI Content Understanding?
16+
# What is Azure AI Content Understanding (preview)?
1517

1618
> [!IMPORTANT]
1719
>
@@ -23,7 +25,7 @@ Azure AI Content Understanding is a new Generative AI based [**Azure AI Service*
2325

2426
Content Understanding offers a streamlined process to reason over large amounts of unstructured data, accelerating time-to-value by generating an output that can be integrated into automation and analytical workflows.
2527

26-
:::image type="content" source="media/overview/content-understanding-overview.png" alt-text="Screenshot of Content Understanding overview.":::
28+
:::image type="content" source="media/overview/overview-flow.png" alt-text="Screenshot of Content Understanding overview, process, and workflow.":::
2729

2830
## Why process with Content Understanding?
2931

@@ -42,6 +44,7 @@ Content Understanding offers a streamlined process to reason over large amounts
4244
* **Analytics and reporting**: Content Understanding's extracted field outputs enhance analytics and reporting, allowing businesses to gain valuable insights, conduct deeper analysis, and make informed decisions based on accurate reports.
4345

4446
## Applications
47+
4548
Common applications for Content Understanding include:
4649

4750
|Application|Description|Quickstart|

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.custom: ignite-2024-understanding-release
1313
# Use Content Understanding in Azure AI Foundry
1414
[Azure AI Foundry](https://ai.azure.com/) is a comprehensive platform for developing and deploying generative AI applications and APIs responsibly. This guide shows you how to use Content Understanding and build an analyzer, either by creating your own schema from scratch or by using a suggested analyzer template.
1515

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+
1618
## Steps to create a Content Understanding analyzer
1719

1820
Azure AI Foundry enables you to build a Content Understanding analyzer tailored to your specific needs. An analyzer can extract data from your content based on your scenario.

articles/ai-services/content-understanding/video/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Content extraction for video includes transcription, shot detection, key frame e
4848
* **Shot detection**: Identifies segments of the video aligned with shot boundaries where possible, allowing for precise editing and repackaging of content with breaks exactly on shot boundaries.
4949
* **Key frame extraction**: Extracts key frames from videos to represent each shot completely, ensuring each shot has enough key frames to enable Field Extraction to work effectively.
5050
* **Face grouping**: Grouped faces appearing in a video to extract one representative face image for each person and provides segments where each one is present. The grouped face data is available as metadata and can be used to generate customized metadata fields.
51-
* This feature is limited access and involves face identification and grouping; customers need to register for access at [Face Recognition](https://aka.ms/facerecognition).
51+
* This feature is limited access and involves face identification and grouping; customers need to register for access at [Face Recognition](https://aka.ms/facerecognition).
5252

5353
### Field extraction
5454

articles/ai-services/document-intelligence/authentication/create-sas-tokens.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
8-
ms.date: 07/11/2024
8+
ms.date: 11/19/2024
99
ms.author: lajanuar
1010
---
1111

@@ -16,7 +16,7 @@ ms.author: lajanuar
1616
[!INCLUDE [applies to v4.0 v3.1 v3.0 v2.1](../includes/applies-to-v40-v31-v30-v21.md)]
1717
::: moniker-end
1818

19-
In this article, learn how to create user delegation, shared access signature (SAS) tokens, using the Azure portal or Azure Storage Explorer. User delegation SAS tokens are secured with Microsoft Entra credentials. SAS tokens provide secure, delegated access to resources in your Azure storage account.
19+
In this article, learn how to create user delegation, shared access signature (SAS) tokens, using either the Azure portal or Azure Storage Explorer. User delegation SAS tokens are secured with Microsoft Entra credentials. SAS tokens provide secure, delegated access to resources in your Azure storage account.
2020

2121
:::image type="content" source="../media/sas-tokens/sas-url-token.png" alt-text="Screenshot of storage URI with SAS token appended.":::
2222

@@ -81,7 +81,10 @@ To get started, you need:
8181
> [!NOTE]
8282
> By default, the REST API uses documents located at the root of your container. You can also use data organized in subfolders if specified in the API call. For more information, see [Organize your data in subfolders](../how-to-guides/build-a-custom-model.md?view=doc-intel-2.1.0&preserve-view=true#organize-your-data-in-subfolders-optional).
8383
84-
## Use the Azure portal
84+
## Generating SAS tokens
85+
Once the prerequisites are met and you upload your documents, you can now generate SAS tokens. There are two paths you can take from here; one using the Azure portal and the other using the Azure storage explorer. Select between the two following tabs for more information.
86+
87+
### [**Azure Portal**](#tab/azure-portal)
8588

8689
The Azure portal is a web-based console that enables you to manage your Azure subscription and resources using a graphical user interface (GUI).
8790

@@ -128,17 +131,17 @@ The Azure portal is a web-based console that enables you to manage your Azure su
128131

129132
1. To [construct a SAS URL](#use-your-sas-url-to-grant-access), append the SAS token (URI) to the URL for a storage service.
130133

131-
## Use Azure Storage Explorer
134+
### [**Azure Storage Explorer**](#tab/azure-storage-explorer)
132135

133136
Azure Storage Explorer is a free standalone app that enables you to easily manage your Azure cloud storage resources from your desktop.
134137

135-
### Get started
138+
#### Get started
136139

137140
* You need the [**Azure Storage Explorer**](/azure/vs-azure-tools-storage-manage-with-storage-explorer) app installed in your Windows, macOS, or Linux development environment.
138141

139142
* After the Azure Storage Explorer app is installed, [connect it the storage account](/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows#connect-to-a-storage-account-or-service) you're using for Document Intelligence.
140143

141-
### Create your SAS tokens
144+
#### Create your SAS tokens
142145

143146
1. Open the Azure Storage Explorer app on your local machine and navigate to your connected **Storage Accounts**.
144147
1. Expand the Storage Accounts node and select **Blob Containers**.

articles/ai-services/document-intelligence/authentication/encrypt-data-at-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: erindormier
66
manager: venkyv
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 11/15/2023
9+
ms.date: 11/19/2024
1010
monikerRange: '<=doc-intel-4.0.0'
1111
---
1212

articles/ai-services/document-intelligence/authentication/managed-identities-secured-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: how-to
9-
ms.date: 05/23/2024
9+
ms.date: 11/19/2024
1010
ms.author: vikurpad
1111
monikerRange: '<=doc-intel-4.0.0'
1212
---
@@ -183,7 +183,7 @@ Next, configure the virtual network to ensure only resources within the virtual
183183

184184
* Select **Next: Resource**.
185185

186-
:::image type="content" source="../media/managed-identities/v2-fr-private-end-basics.png" alt-text="Screenshot showing how to set-up a private endpoint.":::
186+
:::image type="content" source="../media/managed-identities/v2-fr-private-end-basics.png" alt-text="Screenshot showing how to set up a private endpoint.":::
187187

188188
### Configure your virtual network
189189

@@ -263,7 +263,7 @@ That's it! You can now configure secure access for your Document Intelligence re
263263
:::image type="content" source="../media/managed-identities/cors-error.png" alt-text="Screenshot of error message when CORS config is required.":::
264264

265265
**Resolution**:
266-
1. [Configure CORS](../quickstarts/try-document-intelligence-studio.md#configure-cors).
266+
1. [Configure CORS](../quickstarts/studio-custom-project.md#configure-cors).
267267

268268
1. Make sure the client computer can access Document Intelligence resource and storage account, either they are in the same `VNET`, or client IP address is allowed in **Networking > Firewalls and virtual networks** setting page of both Document Intelligence resource and storage account.
269269

articles/ai-services/document-intelligence/authentication/managed-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: how-to
9-
ms.date: 05/23/2024
9+
ms.date: 11/19/2024
1010
ms.author: lajanuar
1111
monikerRange: '<=doc-intel-4.0.0'
1212
---

0 commit comments

Comments
 (0)