Skip to main content

Version

The AzCopy version used. This should match the AzCopy command found in the AzCopyPath setting. Use a numeric such as 8 or 10 as values to specify the AzCopy version.

The version determines which command line the generated packages build: versions below 10 use the legacy /Source: ... /Dest: ... argument style, while version 10 and later use the modern azcopy cp style with SAS-token URLs. Values that are not valid numbers, or below 10, are treated as version 8 (legacy).

When to Change This Setting

Set it to 10 when the machines running the load packages have AzCopy v10 installed. Version 10 unlocks the related v10-only options: container creation, environment variables, log level, and the transfer speed cap.

SettingInteraction
AzCopyPathThe installation the version must match
AzCopyUseSasTokenSAS tokens are the only supported authentication for v10
AzCopyCreateContainerv10-only step to create the destination container
AzCopySetEnvironmentVariablesv10-only control of the AzCopy environment variables

Notes

  • This setting is part of the AzCopy settings category.
  • The default value for this setting is 8.