Skip to content

Commit 31b27c8

Browse files
authored
Merge pull request #102054 from nachoalonsoportillo/patch-2
Syntax error in JSON payload
2 parents 328f34c + 5285556 commit 31b27c8

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)