Azure Blob Collection
SearchBlox provides an Azure Blob Collection to index documents stored in Microsoft Azure Blob Storage. This feature allows SearchBlox to securely connect to Azure storage containers, crawl the stored files, and index their content for search.
The Azure Blob Collection enables organizations to make large document repositories stored in Azure easily searchable without manually uploading files into SearchBlox. It supports indexing of common document formats such as PDFs, Word documents, Excel files, text files, and other supported formats available in Azure Blob containers.
The Azure Blob Collection simplifies document indexing by connecting directly to Azure Blob Storage containers, automatically crawling and indexing documents stored in blobs, supporting Retrieval Augmented Generation (RAG) for AI-powered search responses, extracting entities and relationships using the Knowledge Graph, providing private access control for secured collections, allowing optional encryption of content and metadata fields, and supporting configurable collection language settings.
This approach is ideal for organizations that store large volumes of documents in Azure and want a scalable, secure, and automated indexing solution.
Creating an Azure Blob Collection
- Log in to the Admin Console.
- Navigate to the Collections tab.
- Click the Create button or the + icon.
- Enter a Collection Name. The name must be unique and contain 3–36 alphanumeric characters. Only underscores (_) are allowed as special characters.
- Configure Enable RAG by turning it ON to allow the collection to be used for Retrieval Augmented Generation, or turn it OFF if AI-based retrieval is not required.
- Configure Enable Knowledge Graph by turning it ON to extract entities and relationships from documents, or turn it OFF if this feature is not needed.
- Configure Private Collection Access by enabling it to restrict access to authenticated users only, or disabling it to allow public access.
- Configure Collection Encryption if required to protect document content or metadata fields. Metadata fields can be encrypted using the deid_ prefix.
- Select the Collection Language based on the primary language used in the documents. The default language is English.
- Click Create to create the Azure Blob Collection.

Configuring Azure Blob Settings
To configure Azure Blob Storage for your collection, follow these steps:
-
Go to the Azure Blob Settings tab within the collection.
-
Enter the Connection String.
This is the Azure Blob Storage connection string used to authenticate and connect to the storage account. It typically begins withDefaultEndpointsProtocol=https. -
Enter the Account Name.
Provide the name of your Azure Storage account where the blob container is located. -
Enter the Account Key.
This is the access key associated with the Azure Storage account used for authentication. -
Enter the Container Name.
Specify the name of the Azure Blob container that contains the documents to be crawled and indexed. -
Enter the Prefix (Optional).
You can specify a prefix (such asfolder/) to restrict crawling to a particular folder or path within the container. -
Enter the SAS Token (Optional).
A Shared Access Signature (SAS) token can be provided as an alternative authentication method to securely grant limited access to the storage resources. -
Click Save to store the configuration and enable SearchBlox to access the Azure Blob container.

Azure blob Collection Settings
Generate Using LLM
- Enable Title to automatically generate concise and relevant titles for indexed documents using LLM.
- Enable Description to generate meaningful summaries for documents during indexing.
- Enable Topics to extract and assign relevant topics based on document content.
Process Images Using LLM
- Enable Generate Description to extract images from documents and generate descriptions using LLM during indexing.

Schedule and Index
Sets the frequency and the start date/time for indexing a collection. Schedule Frequency supported in SearchBlox is as follows:
- Once
- Hourly
- Daily
- Every 48 Hours
- Every 96 Hours
- Weekly
- Monthly
The following operation can be performed in Azure blob collections
| Activity | Description |
|---|---|
| Enable Scheduler for Indexing | Once enabled, you can set the Start Date and Frequency |
| Schedule | For each collection, indexing can be scheduled based on the above options. |
| View all Schedules | Redirects to the Schedules section, where all the Collection Schedules are listed. |

Manage Documents Tab
-
Using Manage Documents tab we can do the following operations:
- Filter
- View content
- View metadata
- Refresh
- Delete
-
To delete a file from your collection, enter the file path and click "Delete".
-
To see the status of an indexed file, click "View Metadata".
Data Fields Tab
Using Data Fields tab we can create custom fields for search and we can see the Default Data Fields with non-encrypted collection. SearchBlox supports 4 types of Data Fields as listed below:
Keyword
Number
Date
Text
- Once the Data fields are configured, collection must be cleared and re-indexed to take effect.
Azure Blob Collection Models
The Models page allows you to configure and override AI models used for embeddings, reranking, and LLM-based features within the collection.

Embedding
- Provider specifies the embedding provider used to generate vector representations of documents.
- Model defines the embedding model used to convert document content into vectors for semantic search.
Reranker
- Provider specifies the reranker provider used for improving search result relevance.
- Model defines the reranker model used to re-score and reorder search results based on relevance.
LLM
-
Provider specifies the Large Language Model provider used for AI-powered features.
-
Model defines the LLM used for tasks such as document enrichment, summaries, and SmartFAQs.
-
These settings override global configurations and apply only to the current collection.
Updated 13 days ago
