Using AzCopy
inside GitHub Actions
and Azure Pipelines
- 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
- 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
choco install azcopy10