Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Install azcopy

Actions
Install azcopy and add it to PATH
v1.0.1
Star (2)

Tags

 (1)

install-azcopy-action

install-azcopy-action status

Usage

Basic

steps:
- uses: actions/checkout@v2
- uses: kheiakiyama/install-azcopy-action@v1
  with:
    version: 'v10'
- run: azcopy_v10 --source {SOURCE} --destination {DEST} --dest-key ${{ secrets.STORAGE_KEY }} --recursive --set-content-type

Use with credential

steps:
- uses: actions/checkout@v2
- uses: kheiakiyama/install-azcopy-action@v1
  with:
    version: 'v10'
    creds: ${{ secrets.AZURE_CREDENTIALS }}
- run: azcopy_v10 --source {SOURCE} --destination {DEST} --recursive --set-content-type

This credentials feature is for sharing same credentials with azure-login.
How to create Azure credentials?
-> Please check azure-login page.

Develop

install-azcopy-action is tested below.

  • ubuntu-latest
  • macOS-latest
  • windows-latest

See develop-references.yml

Install azcopy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install azcopy and add it to PATH
v1.0.1

Tags

 (1)

Install azcopy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.