Skip to content

Commit a59a238

Browse files
authored
Merge pull request #175073 from HeidiSteen/heidist-fresh
links to quickstart articles
2 parents 3a988e5 + 1fb7a97 commit a59a238

7 files changed

+9
-7
lines changed

articles/search/cognitive-search-concept-intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ To iterate over the above steps, [reset the indexer](search-howto-reindex.md) be
136136

137137
## Next steps
138138

139-
+ [Quickstart: Try AI enrichment in a portal walk-through](cognitive-search-quickstart-blob.md)
139+
+ [Quickstart: Create a text translation and entity skillset](cognitive-search-quickstart-blob.md)
140+
+ [Quickstart: Create an OCR image skillset](cognitive-search-quickstart-ocr.md)
140141
+ [Tutorial: Learn about the AI enrichment REST APIs](cognitive-search-tutorial-blob.md)
141142
+ [Skillset concepts](cognitive-search-working-with-skillsets.md)
142143
+ [Knowledge store concepts](knowledge-store-concept-intro.md)

articles/search/cognitive-search-concept-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 09/16/2021
1313

1414
This article contains a list of tips and tricks to keep you moving as you get started with AI enrichment capabilities in Azure Cognitive Search.
1515

16-
If you have not done so already, step through the [Tutorial: Learn how to call AI enrichment APIs](cognitive-search-quickstart-blob.md) for practice in applying AI enrichments to a blob data source.
16+
If you haven't already, step through either the [Create a text translation and entity skillset](cognitive-search-quickstart-blob.md) or [Create an OCR image skillset](cognitive-search-quickstart-ocr.md) quickstarts for an introduction to enrichment of blob data.
1717

1818
## Tip 1: Start with a small dataset
1919
The best way to find issues quickly is to increase the speed at which you can fix issues. The best way to reduce the indexing time is by reducing the number of documents to be indexed.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In the following steps, set up a blob container in Azure Storage to store hetero
4646
1. Upload the sample data to a blob container.
4747

4848
1. Sign in to the [Azure portal](https://portal.azure.com/) and find your storage account.
49-
1. In the left nave pane, select **Containers**.
49+
1. In the left navigation pane, select **Containers**.
5050
1. [Create a container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container) named "spanish-museums". Use the default public access level.
5151
1. In the "spanish-museums" container, select **Upload** to upload the files from your local **spanish-museums** folder.
5252

articles/search/cognitive-search-quickstart-ocr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In the following steps, set up a blob container in Azure Storage to store hetero
4747
1. Upload the sample data to a blob container.
4848

4949
1. Sign in to the [Azure portal](https://portal.azure.com/) and find your storage account.
50-
1. In the left nave pane, select **Containers**.
50+
1. In the left navigation pane, select **Containers**.
5151
1. [Create a container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container) named "signs". Use the default public access level.
5252
1. In the "signs" container, select **Upload** to upload the files from your local **unsplash-images\jpg-signs** folder.
5353

articles/search/cognitive-search-resources-documentation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ The following is a consolidated list of the documentation for AI enrichment.
2929

3030
## Hands on walkthroughs
3131

32-
+ [Quickstart: Create a cognitive skillset in the Azure portal](cognitive-search-quickstart-blob.md)
32+
+ [Quickstart: Create a text translation and entity skillset](cognitive-search-quickstart-blob.md)
33+
+ [Quickstart: Create an OCR image skillset](cognitive-search-quickstart-ocr.md)
3334
+ [Tutorial: Enriched indexing with AI](cognitive-search-tutorial-blob.md)
3435
+ [Tutorial: Diagnose, repair, and commit changes to your skillset with Debug Sessions](cognitive-search-tutorial-debug-sessions.md)
3536

articles/search/search-get-started-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 08/24/2021
1414

1515
Create your first search index using the **Import data** wizard and a built-in sample data source consisting of fictitious hotel data. The wizard guides you through the creation of a search index (hotels-sample-index) so that you can write interesting queries within minutes.
1616

17-
Although you won't use the options in this quickstart, the wizard includes a page for AI enrichment so that you can extract text and structure from image files and unstructured text. For a similar walkthrough that includes AI enrichment, see [Quickstart: Create a cognitive skillset](cognitive-search-quickstart-blob.md).
17+
Although you won't use the options in this quickstart, the wizard includes a page for AI enrichment so that you can extract text and structure from image files and unstructured text. For a similar walkthrough that includes AI enrichment, see [text translation and entity skillset](cognitive-search-quickstart-blob.md) or [OCR image skillset](cognitive-search-quickstart-ocr.md) quickstarts.
1818

1919
## Prerequisites
2020

articles/search/search-import-data-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **Import data wizard** in the Azure portal creates multiple objects used for
1616

1717
If you're using the wizard for proof-of-concept testing, this article explains the internal workings of the wizard so that you can use it more effectively.
1818

19-
This article is not a step by step. For help using the wizard with built-in sample data, see the [Quickstart: Create a search index](search-get-started-portal.md) or [Quickstart: Create a skillset](cognitive-search-quickstart-blob.md).
19+
This article is not a step by step. For help using the wizard with built-in sample data, see the [Quickstart: Create a search index](search-get-started-portal.md) or [Quickstart: Create a text translation and entity skillset](cognitive-search-quickstart-blob.md).
2020

2121
## Starting the wizard
2222

0 commit comments

Comments
 (0)