Skip to content

Commit 3902777

Browse files
Merge pull request #239728 from HeidiSteen/heidist-work
Updates to skillset quickstart, error resolution
2 parents 2fd00fb + 2e23388 commit 3902777

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: quickstart
11-
ms.date: 05/31/2022
11+
ms.date: 05/31/2023
1212
---
1313
# Quickstart: Create an Azure Cognitive Search skillset in the Azure portal
1414

1515
In this quickstart, you'll learn how AI enrichment in Azure Cognitive Search adds Optical Character Recognition (OCR), image analysis, language detection, text translation, and entity recognition to create text-searchable content in a search index.
1616

17-
You'll run the **Import data** wizard in the Azure portal to apply skills that transform and enrich content during indexing. Output is a searchable index containing AI-generated image text, captions, and entities. Enriched content is queryable in the portal using [Search explorer](search-explorer.md).
17+
You'll run the **Import data** wizard in the Azure portal to apply skills that transform and enrich content during indexing. Output is a searchable index containing AI-generated image text, captions, and entities. Enriched content is queryable in the portal using [**Search explorer**](search-explorer.md).
1818

1919
To prepare, you'll create a few resources and upload sample files before running the wizard.
2020

@@ -71,6 +71,14 @@ You're now ready to move on the Import data wizard.
7171

7272
Continue to the next page.
7373

74+
If you get "Error detecting index schema from data source", the indexer that's powering the wizard can't connect to your data source. Most likely, the data source has security protections. Try the following solutions and then rerun the wizard.
75+
76+
| Security feature | Solution |
77+
|--------------------|----------|
78+
| Resource requires Azure roles or its access keys are disabled | [Connect as a trusted service](search-indexer-howto-access-trusted-service-exception.md) or [connect using a managed identity](search-howto-managed-identities-data-sources.md) |
79+
| Resource is behind an IP firewall | [Open an inbound rule for Azure portal](search-indexer-howto-access-ip-restricted.md) |
80+
| Resource requires a private endpoint connection | [Create a shared private link for your target resource](search-indexer-howto-access-private.md) |
81+
7482
### Step 2 - Add cognitive skills
7583

7684
Next, configure AI enrichment to invoke OCR, image analysis, and natural language processing.

0 commit comments

Comments
 (0)