Skip to content

epomatti/az-datalake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages