Skip to content

Commit aa829a7

Browse files
committed
edits for readability
1 parent ba8eb44 commit aa829a7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ ms.date: 10/06/2021
1212
---
1313
# Import data wizard in Azure Cognitive Search
1414

15-
The **Import data** wizard in the Azure portal creates multiple objects and supports multiple workflows on a search service. If you are new to Azure Cognitive Search, it's one of the most powerful features at your disposal. With minimal effort, you can create an indexing and enrichment pipeline that exercises most of the functionality of Azure Cognitive Search.
15+
The **Import data wizard** in the Azure portal creates multiple objects used for indexing and AI enrichment on a search service. If you are new to Azure Cognitive Search, it's one of the most powerful features at your disposal. With minimal effort, you can create an indexing or enrichment pipeline that exercises most of the functionality of Azure Cognitive Search.
1616

17-
If you are using the wizard for proof-of-concept testing, this article explains the internal workings of the wizard so that you can work with it more effectively.
17+
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 instructions on 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 skillset](cognitive-search-quickstart-blob.md).
2020

2121
## Starting the wizard
2222

23-
In the [Azure portal](https://portal.azure.com), open the search service page from the dashboard or [find your service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in the service list.
24-
25-
In the service overview page at the top, click **Import data**.
23+
In the [Azure portal](https://portal.azure.com), open the search service page from the dashboard or [find your service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in the service list. In the service Overview page at the top, click **Import data**.
2624

2725
:::image type="content" source="media/search-import-data-portal/import-data-cmd.png" alt-text="Screenshot of the Import data command" border="true":::
2826

27+
The wizard opens fully expanded in the browser window so that you have more room to work. Several pages are quite dense.
28+
2929
You can also launch **Import data** from other Azure services, including Azure Cosmos DB, Azure SQL Database, SQL Managed Instance, and Azure Blob Storage. Look for **Add Azure Cognitive Search** in the left-navigation pane on the service overview page.
3030

3131
## Objects created by the wizard
@@ -37,7 +37,7 @@ The wizard will output the objects in the following table. After the objects are
3737
| [Indexer](/rest/api/searchservice/create-indexer) | A configuration object specifying a data source, target index, an optional skillset, optional schedule, and optional configuration settings for error handing and base-64 encoding. |
3838
| [Data Source](/rest/api/searchservice/create-data-source) | Persists connection information to source data, including credentials. A data source object is used exclusively with indexers. |
3939
| [Index](/rest/api/searchservice/create-index) | Physical data structure used for full text search and other queries. |
40-
| [Skillset](/rest/api/searchservice/create-skillset) | Optional. A complete set of instructions for manipulating, transforming, and shaping content, including analyzing and extracting information from image files. Except for very simple and limited structures, it includes a reference to a Cognitive Services resource that provides enrichment. Optionally, it might also contain a knowledge store definition. |
40+
| [Skillset](/rest/api/searchservice/create-skillset) | Optional. A complete set of instructions for manipulating, transforming, and shaping content, including analyzing and extracting information from image files. Except for very simple and limited structures, it includes a reference to a Cognitive Services resource that provides enrichment. |
4141
| [Knowledge store](knowledge-store-concept-intro.md) | Optional. Stores output from an [AI enrichment pipeline](cognitive-search-concept-intro.md) in tables and blobs in Azure Storage for independent analysis or downstream processing. |
4242

4343
## Benefits and limitations
@@ -137,7 +137,7 @@ Internally, the wizard also sets up the following, which is not visible in the i
137137

138138
## Next steps
139139

140-
The best way to understand the benefits and limitations of the wizard is to step through it. The following quickstart guides you through each step.
140+
The best way to understand the benefits and limitations of the wizard is to step through it. The following quickstart will guide you through each step.
141141

142142
> [!div class="nextstepaction"]
143-
> [Create an Azure Cognitive Search index using the Azure portal](search-get-started-portal.md)
143+
> [Quickstart: Create a search index using the Azure portal](search-get-started-portal.md)

0 commit comments

Comments
 (0)