Skip to content
Sandor edited this page Oct 24, 2016 · 3 revisions

Icon

With this task, copy files to, from or between azure blob containers.

Requirements

You should have Setup an Azure Resource Manager Endpoint to use this task.

License forbids azcopy bundling with third party software, so depending on the version of the agent you might need to install AzCopy yourself. New Xplat Agent on windows appears to have it bundled by default.

Add the task to your Build or Release Definition

Add-Tasks

You will find the task in the "Utility" category.

Configuration

Configure-AzCopy

  • Source
  • Source Kind - File System or Storage Account
  • Source Account Name - Account Name
  • Source Container - Blob Container
  • Destination
  • Destination Kind - File System or Storage Account
  • Destination Account Name - Account Name
  • Destination Container - Blob Container
  • Blob copy option
  • Recursive copy - Copy files recursively (/Soption)
  • Pattern - Pattern to filters files being copied (/Patternoption)
  • Exclude Newer - Exclude newer files (/XNoption)
  • Exclude Older - Exclude older files (/XOoption)