Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 481 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 481 Bytes

Azure Data Lake Gen2

Create the infrastructure:

terraform init
terraform apply -auto-approve

Download and install azcopy tool (v10 link).

curl -L https://aka.ms/downloadazcopy-v10-linux -o azcopylinux10.tar.gz
tar -xf azcopylinux10.tar.gz

Execute the copy:

azcopy login --tenant-id=<tenant-id>

./azcopy cp "./files/*" "https://dlsmydatalake789.dfs.core.windows.net/myfilesystem001" --recursive=true