Skip to content

Commit 978acc8

Browse files
committed
fixed H1 dupe error
1 parent 9c4ec5e commit 978acc8

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

articles/search/includes/tutorials/skillset-csharp.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
11
---
2-
title: 'Tutorial: Skillsets Using C#'
3-
titleSuffix: Azure AI Search
4-
description: Use C# and the Azure SDK for .NET to create skillsets. This skillset applies AI transformations and analyses to create searchable content from images and unstructured text.
5-
2+
manager: nitinme
63
author: HeidiSteen
74
ms.author: heidist
8-
manager: nitinme
9-
105
ms.service: azure-ai-search
11-
ms.topic: tutorial
6+
ms.topic: include
127
ms.date: 07/11/2025
13-
ms.custom:
14-
- devx-track-csharp
15-
- devx-track-dotnet
16-
- ignite-2023
178
---
189

19-
# C# Tutorial: Use skillsets to generate searchable content in Azure AI Search
20-
2110
Learn how to use the [Azure SDK for .NET](https://www.nuget.org/packages/Azure.Search.Documents/) to create an [AI enrichment pipeline](cognitive-search-concept-intro.md) for content extraction and transformations during indexing.
2211

2312
Skillsets add AI processing to raw content, making it more uniform and searchable. Once you know how skillsets work, you can support a broad range of transformations, from image analysis to natural language processing to customized processing that you provide externally.

articles/search/includes/tutorials/skillset-rest.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
---
2-
title: 'Tutorial: Skillsets Using REST'
3-
titleSuffix: Azure AI Search
4-
description: Use the Search REST APIs to create skillsets. This skillset applies AI transformations and analyses to create searchable content from images and unstructured text.
5-
2+
manager: nitinme
63
author: HeidiSteen
74
ms.author: heidist
85
ms.service: azure-ai-search
9-
ms.custom:
10-
- ignite-2023
11-
ms.topic: tutorial
12-
ms.date: 03/31/2025
6+
ms.topic: include
7+
ms.date: 07/11/2025
138
---
149

15-
# REST Tutorial: Use skillsets to generate searchable content in Azure AI Search
16-
1710
Learn how to call REST APIs that create an [AI enrichment pipeline](cognitive-search-concept-intro.md) for content extraction and transformations during indexing.
1811

1912
Skillsets add AI processing to raw content, making it more uniform and searchable. Once you know how skillsets work, you can support a broad range of transformations, from image analysis to natural language processing to customized processing that you provide externally.

0 commit comments

Comments
 (0)