Skip to content

Commit aab7712

Browse files
authored
Merge pull request #87824 from BryanTrach-MSFT/patch-63
(forumsteam) fixes MicrosoftDocs/azure-docs#38184
2 parents a9d9798 + b0f4c4e commit aab7712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Indexing blobs can be a time-consuming process. In cases where you have millions
337337

338338
You may want to "assemble" documents from multiple sources in your index. For example, you may want to merge text from blobs with other metadata stored in Cosmos DB. You can even use the push indexing API together with various indexers to build up search documents from multiple parts.
339339

340-
For this to work, all indexers and other components need to agree on the document key. For a detailed walk-through, see this external article: [Combine documents with other data in Azure Search](https://blog.lytzen.name/2017/01/combine-documents-with-other-data-in.html).
340+
For this to work, all indexers and other components need to agree on the document key. For additional details on this topic, refer to [Index multiple Azure data sources](https://docs.microsoft.com/azure/search/tutorial-multiple-data-sources). For a detailed walk-through, see this external article: [Combine documents with other data in Azure Search](https://blog.lytzen.name/2017/01/combine-documents-with-other-data-in.html).
341341

342342
<a name="IndexingPlainText"></a>
343343
## Indexing plain text

0 commit comments

Comments
 (0)