Skip to content

Commit 5805238

Browse files
author
Eugene Shvets
authored
[Azure Search] Fix ApiKind for MongoDB collections
1 parent e8155ce commit 5805238

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-howto-index-cosmosdb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services: search
77
ms.service: search
88
ms.devlang: rest-api
99
ms.topic: conceptual
10-
ms.date: 04/20/2018
10+
ms.date: 05/29/2018
1111
ms.author: eugenesh
1212
robot: noindex
1313

@@ -93,8 +93,8 @@ The body of the request contains the data source definition, which should includ
9393
* **credentials**:
9494

9595
* **connectionString**: Required. Specify the connection info to your Azure Cosmos DB database in the following format: `AccountEndpoint=<Cosmos DB endpoint url>;AccountKey=<Cosmos DB auth key>;Database=<Cosmos DB database id>`
96-
For MongoDB collections, add **ApiKind=MongoDB** to the connection string:
97-
`AccountEndpoint=<Cosmos DB endpoint url>;AccountKey=<Cosmos DB auth key>;Database=<Cosmos DB database id>;ApiKind=MongoDB`
96+
For MongoDB collections, add **ApiKind=MongoDb** to the connection string:
97+
`AccountEndpoint=<Cosmos DB endpoint url>;AccountKey=<Cosmos DB auth key>;Database=<Cosmos DB database id>;ApiKind=MongoDb`
9898
* **container**:
9999

100100
* **name**: Required. Specify the id of the database collection to be indexed.

0 commit comments

Comments
 (0)