Skip to content

Commit 5285556

Browse files
Syntax error in JSON payload
1 parent 328f34c commit 5285556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,15 @@ Once the index and data source have been created, you're ready to create the ind
189189
```http
190190
POST https://[service name].search.windows.net/indexers?api-version=2020-06-30
191191
{
192-
"name" : "my-blob-indexer,
192+
"name" : "my-blob-indexer",
193193
"dataSourceName" : "my-blob-datasource",
194194
"targetIndexName" : "my-search-index",
195195
"parameters": {
196196
"batchSize": null,
197197
"maxFailedItems": null,
198198
"maxFailedItemsPerBatch": null,
199199
"base64EncodeKeys": null,
200-
"configuration:" {
200+
"configuration": {
201201
"indexedFileNameExtensions" : ".pdf,.docx",
202202
"excludedFileNameExtensions" : ".png,.jpeg",
203203
"dataToExtract": "contentAndMetadata",

0 commit comments

Comments
 (0)