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_KEYwith the access key for theazuretestquickstartAzure storage account.