how can I import data from multiple containers for Microsoft Search?

Stephen Lawrence 61 Reputation points
2022-04-08T23:12:12.553+00:00

I want to use Microsoft Azure Search to look through JSON BLOB containers.

The wizard only appears to let me set up one connection (connection string) to a BLOB container, but I want to index all (multiple) BLOB containers within a storage account.

Is there any way to do this?

Many thanks

Stephen

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
708 questions
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 18,361 Reputation points
    2022-04-18T03:57:31.17+00:00

    Thanks for reaching here! Indexers operate at the container level so there's not a way to define an indexer to loop through all blob containers. Generally, you can create an indexer per storage container. Depending on how many containers you have, this can become difficult though (services have limits to the number of indexers you can have).

    Assuming you have a manageable number of containers, its recommended you create your first indexer in the portal and then use a tool like postman or our vs code extension to quickly create the additional data sources and indexers required. You can have multiple indexers all point to the same index.

    Let us know if further query.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful