Skip to content

Commit 8307e57

Browse files
committed
links
1 parent 9d0acaa commit 8307e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Install and set up Postman.
6969

7070
On the **Variables** tab, you can add values that Postman swaps in every time it encounters a specific variable inside double braces. For example, Postman replaces the symbol `{{admin-key}}` with the current value that you set for `admin-key`. Postman makes the substitution in URLs, headers, the request body, and so on.
7171

72-
To get the value for `admin-key`, go to the Azure Cognitive Search service and select the **Keys** tab. Change `search-service-name` and `storage-account-name` to the values you chose in [Create services](#create-services). Set `storage-connection-string` by using the value on the storage account's **Access Keys** tab. You can leave the defaults for the other values.
72+
To get the value for `admin-key`, go to the Azure Cognitive Search service and select the **Keys** tab. Change `search-service-name` and `storage-account-name` to the values you chose in [Create services](#create-services-and-load-data). Set `storage-connection-string` by using the value on the storage account's **Access Keys** tab. You can leave the defaults for the other values.
7373

7474
![Postman app variables tab](media/knowledge-store-create-rest/postman-variables-window.png "Postman's variables window")
7575

@@ -150,7 +150,7 @@ Select **Send** to issue the PUT request. You should see the status `201 - Creat
150150

151151
## Create the datasource
152152

153-
Next, connect Azure Cognitive Search to the hotel data you stored in [Store the data](#store-the-data). To create the datasource, send a POST request to `https://{{search-service-name}}.search.windows.net/datasources?api-version={{api-version}}`. You must set the `api-key` and `Content-Type` headers as discussed earlier.
153+
Next, connect Azure Cognitive Search to the hotel data you stored in Blob storage. To create the datasource, send a POST request to `https://{{search-service-name}}.search.windows.net/datasources?api-version={{api-version}}`. You must set the `api-key` and `Content-Type` headers as discussed earlier.
154154

155155
In Postman, go to the **Create Datasource** request, and then to the **Body** pane. You should see the following code:
156156

0 commit comments

Comments
 (0)