Skip to main content

Create Container

Determines if the pipeline includes a step to create the destination container. Legacy AzCopy versions create this automatically, v.10 fails when the target container is missing. Only enable this when needed, such as to allow load scenarios where the target container is removed between loads.

When enabled with AzCopy v10, the generated package runs an AzCopy make command against the destination container before the file upload. The step is not generated for legacy versions.

When to Change This Setting

Keep the default N when the staging container exists and persists between loads. Enable it when the container may be missing at load time, for example when it is cleaned up or recreated between runs.

SettingInteraction
AzCopyVersionThe step is only generated for AzCopy v10
Azure Stage ContainerThe destination container that is created

Notes

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