Prerequisites
Before you create the connector, make sure you have the following ready:- An active Azure subscription with a Storage account
- A blob container holding the documents you want to ingest
- A Storage account access key (found under Security + networking → Access keys in the Azure portal)
Create the connector
Send aPOST /v1/connectors request with type: "azure_blob" and your account details in the config object.
cURL
SAS token support is coming soon. When available, you will be able to use a Shared Access Signature with scoped permissions and an expiry date instead of a full account key.
Ingest files from Azure Blob
With the connector in place, pass itsid as source.connector_id and supply an array of blob names (paths within the container) you want to process.
cURL
Config field reference
The name of your Azure Storage account (e.g.,
mystorageaccount).The name of the blob container FlexOrch will read from.
A Storage account access key. You can find this in the Azure portal under your storage account’s Access keys blade.
An optional blob prefix (virtual folder path) used as the default scope for Scheduled Sync — for example,
incoming/2024/. Only blobs under this prefix will be polled.