Skip to content

Instantly share code, notes, and snippets.

View marceloaraujor's full-sized avatar
💭
I may be slow to respond.

Marcelo Rocha marceloaraujor

💭
I may be slow to respond.
View GitHub Profile
@aessing
aessing / install-AzCopy.ps1
Last active January 30, 2024 12:59
Install AzCopy on Windows (PowerShell)
# =============================================================================
# Install AzCopy on Windows (PowerShell)
# https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10
# https://github.com/Azure/azure-storage-azcopy
# -----------------------------------------------------------------------------
# Developer.......: Andre Essing (https://www.andre-essing.de/)
# (https://github.com/aessing)
# (https://twitter.com/aessing)
# (https://www.linkedin.com/in/aessing/)
# -----------------------------------------------------------------------------