Skip to main content
Azure Blob Storage

Configuration

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

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