Skip to content

Commit 9a65269

Browse files
authored
Merge pull request #102725 from tchristiani/cog-search-Testing-app-wizard-29JAN20
switched order of steps
2 parents ef80c4b + 7db097d commit 9a65269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/knowledge-store-create-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: heidist
88
manager: nitinme
99
ms.service: cognitive-search
1010
ms.topic: quickstart
11-
ms.date: 12/30/2019
11+
ms.date: 01/29/2020
1212
---
1313

1414
# Quickstart: Create an Azure Cognitive Search knowledge store in the Azure portal
@@ -77,7 +77,7 @@ In the search service Overview page, click **Import data** on the command bar to
7777
In this wizard step, you will create a skillset with cognitive skill enrichments. The source data consists of customer reviews in several languages. Skills that are relevant for this data set include key phrase extraction, sentiment detection, and text translation. In a later step, these enrichments will be "projected" into a knowledge store as Azure tables.
7878

7979
1. Expand **Attach Cognitive Services**. **Free (Limited enrichments)** is selected by default. You can use this resource because number of records in HotelReviews-Free.csv is 19 and this free resource allows up to 20 transactions a day.
80-
1. Expand **Add cognitive skills**.
80+
1. Expand **Add enrichments**.
8181
1. For **Skillset name**, enter `hotel-reviews-ss`.
8282
1. For **Source data field**, select **reviews_text**.
8383
1. For **Enrichment granularity level**, select **Pages (5000 characters chunks)**
@@ -89,11 +89,11 @@ In this wizard step, you will create a skillset with cognitive skill enrichments
8989
![Create a skillset](media/knowledge-store-create-portal/hotel-reviews-ss.png "Create a skillset")
9090

9191
1. Expand **Save enrichments to knowledge store**.
92-
1. Enter the **Storage account Connection String** that you saved in a previous step.
9392
1. Select these **Azure table projections**:
9493
+ **Documents**
9594
+ **Pages**
9695
+ **Key phrases**
96+
1. Enter the **Storage account Connection String** that you saved in a previous step.
9797

9898
![Configure knowledge store](media/knowledge-store-create-portal/hotel-reviews-ks.png "Configure knowledge store")
9999

0 commit comments

Comments
 (0)