You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/cognitive-search-quickstart-blob.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ author: HeidiSteen
8
8
ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: quickstart
11
-
ms.date: 05/31/2022
11
+
ms.date: 05/31/2023
12
12
---
13
13
# Quickstart: Create an Azure Cognitive Search skillset in the Azure portal
14
14
15
15
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.
16
16
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).
18
18
19
19
To prepare, you'll create a few resources and upload sample files before running the wizard.
20
20
@@ -71,6 +71,14 @@ You're now ready to move on the Import data wizard.
71
71
72
72
Continue to the next page.
73
73
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
+
74
82
### Step 2 - Add cognitive skills
75
83
76
84
Next, configure AI enrichment to invoke OCR, image analysis, and natural language processing.
0 commit comments