GitHunt
EP

epomatti/az-datalake

Azure Data Lake Gen2 with azcopy

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

Languages

HCL100.0%

Contributors

MIT License
Created May 20, 2023
Updated May 30, 2023