Azure Blob StoreΒΆ

The Azure Blob Store backend allows loading data from Microsoft Azure Blob Storage containers. Data is addressed via container name and blob name. Credentials in the form of bearer tokens are required to be part of each client request.

Configuration is as follows:

azureBlob:
  # Whether the Azure Blob Store backend is enabled.
  enabled: false
  # The Azure Blob Storage account name. Used to build the
  # https://STORAGE_ACCOUNT.blob.core.windows.net/ URL.
  storageAccount:

One endpoint is available to configure as URNs for data pool rules:

  • /abs/file/{container}/{filepath...}: Returns the blob at the given container and blob path.




Was this page helpful? Please leave a thumbs up or down.