devcontainers / devcontainers/features
Optionally add `azcopy` to the `azure-cli` feature
- Vorherrschende Sprache
- Shell
- Sterne
- 1.5k
- Forks
- 621
- Ø Merge
- 6 T. 53 Min.
- Gemergte PRs (30 T.)
- 9
Beschreibung
`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
```
Beitragsleitfaden
Rechercherichtung
Beginnen Sie damit, das azure-cli-Feature sowie dessen Installations- und Testdefinitionen zu finden; das Issue enthält den azcopy Linux-Installationsbefehl, der bewertet werden soll. Bestätigen Sie, wie eine optionale azcopy-Installation konfiguriert werden sollte, und überprüfen Sie anschließend, dass die Feature-Tests sowohl das aktivierte als auch das Standardverhalten abdecken und dass der Befehl bei aktiviertem Feature verfügbar ist.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- azure, shell
- Bereich
- cloud, devops
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100