Configuration

To set up the Azure Blob Storage source, provide the following configuration parameters:

KeyDescriptionSample Value
connection_stringStorage account connection string.BlobEndpoint=https://xxx.blob.core.windows.net/;yyyyyy&sig=testsig
container_nameThe name of the Blob storage container where the data is stored.testcontainer
prefixPath within the container where files are located. Do not include the container name or table name in this path.users/ds/20221225

How to Find Connection String

  • Option 1: Get the connection string from your Storage Account’s Access Keys:
    Microsoft documentation

  • Option 2: If you want to restrict access to the storage account, generate a Shared Access Signature (SAS) token and build the connection string:
    Microsoft documentation