devcontainers / devcontainers/features

Optionally add `azcopy` to the `azure-cli` feature

Open
#776 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
1.5k
Forks
621
Avg merge
2d 11h
Merged PRs (30d)
4

Description

`azcopy` is a very useful tool for copying large amounts of data to/from Azure Storage.

How to install:

```bash
curl -Lo azcopy.tar.gz https://aka.ms/downloadazcopy-v10-linux && \
tar -xf azcopy.tar.gz && \
mv azcopy_linux_amd64_*/azcopy /usr/local/bin/azcopy && \
rm -rf azcopy_linux_amd64_* && \
chmod +x /usr/local/bin/azcopy
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.