Transfer data from a private Blob Storage container to Teradata

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18

To transfer data from a private Azure Blob Storage container to Teradata, complete the following prerequisites:

  • Create an Azure account.
  • Create an Azure storage account.
  • Create a blob container in the Azure storage account.
  • Upload CSV, JSON, or Parquet files to the blob container.
  • Create a Teradata authorization object using the Azure Blob Storage account name and access key.

    CREATE AUTHORIZATION azure_authorization
    USER 'azuretestquickstart'
    PASSWORD 'AZURE_BLOB_ACCOUNT_SECRET_KEY';
    

    Note

    Replace AZURE_BLOB_ACCOUNT_SECRET_KEY with the access key for the azuretestquickstart Azure storage account.