Skip to content

Commit 74b2b82

Browse files
Merge pull request #3807 from haileytap/hailey-release-march
[Azure Search] Update indexing and skills tutorials
2 parents 4a8f9a6 + fbd3639 commit 74b2b82

12 files changed

+371
-371
lines changed

articles/search/cognitive-search-tutorial-blob-dotnet.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Skillsets using C#'
2+
title: 'Tutorial: Skillsets Using C#'
33
titleSuffix: Azure AI Search
44
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.
55

@@ -9,7 +9,7 @@ manager: nitinme
99

1010
ms.service: azure-ai-search
1111
ms.topic: tutorial
12-
ms.date: 01/17/2025
12+
ms.date: 03/31/2025
1313
ms.custom:
1414
- devx-track-csharp
1515
- devx-track-dotnet
@@ -18,19 +18,17 @@ ms.custom:
1818

1919
# C# Tutorial: Use skillsets to generate searchable content in Azure AI Search
2020

21-
In this tutorial, 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.
21+
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.
2222

23-
Skillsets add AI processing to raw content, making that content 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.
23+
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.
2424

25-
This tutorial helps you learn how to:
25+
In this tutorial, you:
2626

2727
> [!div class="checklist"]
2828
> + Define objects in an enrichment pipeline.
2929
> + Build a skillset. Invoke OCR, language detection, entity recognition, and key phrase extraction.
3030
> + Execute the pipeline. Create and load a search index.
31-
> + Check the results using full text search.
32-
33-
If you don't have an Azure subscription, open a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
31+
> + Check the results using full-text search.
3432
3533
## Overview
3634

@@ -42,16 +40,18 @@ Once content is extracted, the [skillset](cognitive-search-working-with-skillset
4240

4341
## Prerequisites
4442

45-
+ [Visual Studio](https://visualstudio.microsoft.com/downloads/)
43+
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
44+
45+
+ [Azure Storage](/azure/storage/common/storage-account-create).
4646

47-
+ [Azure.Search.Documents 11.x NuGet package](https://www.nuget.org/packages/Azure.Search.Documents)
47+
+ [Azure AI Search](search-create-app-portal.md).
4848

49-
+ [Azure Storage](/azure/storage/common/storage-account-create)
49+
+ [Azure.Search.Documents 11.x NuGet package](https://www.nuget.org/packages/Azure.Search.Documents).
5050

51-
+ [Azure AI Search](search-create-app-portal.md)
51+
+ [Visual Studio](https://visualstudio.microsoft.com/downloads/).
5252

5353
> [!NOTE]
54-
> You can use a free search service for this tutorial. The free tier limits you to three indexes, three indexers, and three data sources. This tutorial creates one of each. Before starting, make sure you have room on your service to accept the new resources.
54+
> You can use a free search service for this tutorial. The Free tier limits you to three indexes, three indexers, and three data sources. This tutorial creates one of each. Before you start, make sure you have room on your service to accept the new resources.
5555
5656
### Download files
5757

articles/search/cognitive-search-tutorial-blob.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Skillsets using REST'
2+
title: 'Tutorial: Skillsets Using REST'
33
titleSuffix: Azure AI Search
44
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.
55

@@ -9,25 +9,23 @@ ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: tutorial
12-
ms.date: 01/17/2025
12+
ms.date: 03/31/2025
1313
---
1414

1515
# REST Tutorial: Use skillsets to generate searchable content in Azure AI Search
1616

17-
In this tutorial, learn how to call REST APIs that create an [AI enrichment pipeline](cognitive-search-concept-intro.md) for content extraction and transformations during indexing.
17+
Learn how to call REST APIs that create an [AI enrichment pipeline](cognitive-search-concept-intro.md) for content extraction and transformations during indexing.
1818

19-
Skillsets add AI processing to raw content, making that content 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.
19+
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.
2020

21-
This tutorial helps you learn how to:
21+
In this tutorial, you:
2222

2323
> [!div class="checklist"]
2424
> + Define objects in an enrichment pipeline.
2525
> + Build a skillset. Invoke OCR, language detection, entity recognition, and key phrase extraction.
2626
> + Execute the pipeline. Create and load a search index.
2727
> + Check the results using full text search.
2828
29-
If you don't have an Azure subscription, open a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30-
3129
## Overview
3230

3331
This tutorial uses a REST client and the [Azure AI Search REST APIs](/rest/api/searchservice/) to create a data source, index, indexer, and skillset.
@@ -38,20 +36,22 @@ Once content is extracted, the [skillset](cognitive-search-working-with-skillset
3836

3937
## Prerequisites
4038

41-
+ [Visual Studio Code](https://code.visualstudio.com/download) with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
39+
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
4240

4341
+ [Azure Storage](/azure/storage/common/storage-account-create)
4442

4543
+ [Azure AI Search](search-create-app-portal.md)
4644

45+
+ [Visual Studio Code](https://code.visualstudio.com/download) with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
46+
4747
> [!NOTE]
48-
> You can use a free search service for this tutorial. The free tier limits you to three indexes, three indexers, and three data sources. This tutorial creates one of each. Before starting, make sure you have room on your service to accept the new resources.
48+
> You can use a free search service for this tutorial. The Free tier limits you to three indexes, three indexers, and three data sources. This tutorial creates one of each. Before you start, make sure you have room on your service to accept the new resources.
4949
5050
### Download files
5151

5252
Download a zip file of the sample data repository and extract the contents. [Learn how](https://docs.github.com/get-started/start-your-journey/downloading-files-from-github).
5353

54-
+ [Sample data files (mixed media)](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/ai-enrichment-mixed-media).
54+
+ [Sample data files (mixed media)](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/ai-enrichment-mixed-media).
5555

5656
+ [Sample REST file](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/skillset-tutorial)
5757

0 commit comments

Comments
 (0)