Skip to main content

Azure Storage

Connect to Azure Data Lake and Azure Blob storage services.

Configuration

One of following values are needed to connect to Azure storage:

  • Account Key: key generated to authenticate as a user
  • Connection String

You can find instructions for obtaining these values here.

File Formats

See supported file formats.

Connection Query Template

CREATE CONNECTION azure_connection
CONNECTION_TYPE = ADLS
AZURE_ACCOUNT_KEY = 'az_account_key'
AZURE_CONNECTION_STRING = 'az_connection_string'