Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 780 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 780 Bytes

AzCopy — Example using GitHub Actions and Azure Pipelines

Using AzCopy inside GitHub Actions and Azure Pipelines

Steps

  • Create a container for AzCopy tests
  • Generate SAS token for test container
  • Configure SAS token inside variable group in Azure DevOps
  • Configure SAS token inside secrets in GitHub

AzCopy log file locations

  • Azure DevOps Windows: C:/Users/VssAdministrator/.azcopy
  • Azure DevOps Linux: /home/vsts/.azcopy/
  • GitHub Actions Windows: C:/Users/runneradmin/.azcopy
  • GitHub Actions Linux: /home/runner/.azcopy

Install AzCopy Linux

Install AzCopy Windows

  • choco install azcopy10