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/search-get-started-portal-image-search.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ Sample data consists of image files in the [azure-search-sample-data](https://gi
28
28
29
29
The service tier determines how many blobs you can index. We used the Free tier to create this walkthrough and limited the content to 10 JPG files.
30
30
31
+
+ Familiarity with the wizard. See [Import data wizards in the Azure portal](search-import-data-portal.md) for details.
32
+
31
33
+ Azure Storage to store image files as blobs. Use Azure Blob Storage or Azure Data Lake Storage Gen2 (a storage account with a hierarchical namespace), a standard performance (general-purpose v2) account. Access tiers can be hot, cool, and cold.
32
34
33
35
All of the preceding resources must have public access enabled so that the portal nodes can access them. Otherwise, the wizard fails. After the wizard runs, you can enable firewalls and private endpoints on the integration components for security. For more information, see [Secure connections in the import wizards](search-import-data-portal.md#secure-connections).
+ Familiarity with the wizard. See [Import data wizards in the Azure portal](search-import-data-portal.md) for details.
29
+
28
30
### Supported data sources
29
31
30
32
The **Import and vectorize data** wizard [supports a wide range of Azure data sources](search-import-data-portal.md#supported-data-sources-and-scenarios), but this quickstart provides steps for just those data sources that work with whole files:
Copy file name to clipboardExpand all lines: articles/search/search-get-started-portal.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ The wizard creates multiple objects on your search service - [searchable index](
26
26
27
27
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
28
28
29
-
- An Azure AI Search service for any tier and any region. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this quickstart.
29
+
- An Azure AI Search service for any tier and any region. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this quickstart.
30
+
31
+
- Familiarity with the wizard. See [Import data wizards in the Azure portal](search-import-data-portal.md) for details.
30
32
31
33
For this quickstart, which uses built-in sample data, make sure the search service doesn't have [network access controls](service-configure-firewall.md) in place. The portal controller uses the public endpoint to retrieve data and metadata from the built-in sample data source hosted by Microsoft. For more information, see [Secure connections in the import wizards](search-import-data-portal.md#secure-connections).
|[SQL Server on virtual machines](search-how-to-index-sql-server.md)| ✅ | ❌ |
50
50
51
51
### Sample data
@@ -59,9 +59,13 @@ Microsoft hosts sample data so that you can omit a data source configuration ste
59
59
60
60
### Skills
61
61
62
-
The wizards generate skillset and output field mappings based on options you select. You can modify a skillset's JSON definition to add more skills later.
62
+
This section lists the skills that might appear in a skillset generated by a wizard. Wizards generate a skillset and output field mappings based on options you select. After the skillset is created, you can modify its JSON definition to add more skills.
63
63
64
-
OCR and image analysis options are available for blobs and whole-file indexing in OneLake, assuming the default parsing mode. Shaper is added if you configure a knowledge store. Text Split and Text Merge are added for data chunking if you choose an embedding model, and for other skills if the granularity is set to pages or sentences.
64
+
Here are some points to keep in mind about the skills in the following list:
65
+
66
+
+ OCR and image analysis options are available for blobs in Azure Storage and files in OneLake, assuming the default parsing mode. Images are either an image content type (such as PNG or JPG) or an embedded image in an application file (such as PDF).
67
+
+ Shaper is added if you configure a knowledge store.
68
+
+ Text Split and Text Merge are added for data chunking if you choose an embedding model. They are added for other non-embedding skills if the source field granularity is set to pages or sentences.
65
69
66
70
| Skills | Import data wizard | Import and vectorize data wizard |
0 commit comments