Skip to content

Commit ce33e2e

Browse files
authored
Merge pull request #104421 from HeidiSteen/heidist-toc
[Azure Cognitive Search] fixed links
2 parents 22ccb98 + b047835 commit ce33e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-semi-structured-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 11/04/2019
11+
ms.date: 02/14/2020
1212
#Customer intent: As a developer, I want an introduction the indexing Azure blob data for Azure Cognitive Search.
1313
---
1414

@@ -80,7 +80,7 @@ Execute the following three API calls from your REST client.
8080

8181
## Create a data source
8282

83-
The [Create Data Source API](https://docs.microsoft.com/rest/api/searchservice/create-data-source)creates an Azure Cognitive Search object that specifies what data to index.
83+
The [Create Data Source API](https://docs.microsoft.com/rest/api/searchservice/create-data-source) creates an Azure Cognitive Search object that specifies what data to index.
8484

8585
The endpoint of this call is `https://[service name].search.windows.net/datasources?api-version=2019-05-06`. Replace `[service name]` with the name of your search service.
8686

@@ -123,7 +123,7 @@ The response should look like:
123123

124124
## Create an index
125125

126-
The second call is [Create Index API](https://docs.microsoft.com/rest/api/searchservice/create-indexer), creating an Azure Cognitive Search index that stores all searchable data. An index specifies all the parameters and their attributes.
126+
The second call is [Create Index API](https://docs.microsoft.com/rest/api/searchservice/create-index), creating an Azure Cognitive Search index that stores all searchable data. An index specifies all the parameters and their attributes.
127127

128128
The URL for this call is `https://[service name].search.windows.net/indexes?api-version=2019-05-06`. Replace `[service name]` with the name of your search service.
129129

0 commit comments

Comments
 (0)