nerdexam
Microsoft

AZ-204 · Question #230

You have an existing Azure storage account that stores large volumes of data across multiple containers. You need to copy all data from the existing storage account to a new storage account. The copy

The correct answer is A. AzCopy. You can copy blobs, directories, and containers between storage accounts by using the AzCopy v10 command-line utility. The copy operation is synchronous so when the command returns, that indicates that all files have been copied. https://docs.microsoft.com/en-us/azure/storage/com

Submitted by kim_seoul· Mar 30, 2026Develop for Azure storage

Question

You have an existing Azure storage account that stores large volumes of data across multiple containers. You need to copy all data from the existing storage account to a new storage account. The copy process must meet the following requirements: - Automate data movement. - Minimize user input required to perform the operation. - Ensure that the data movement process is recoverable. What should you use?

Options

  • AAzCopy
  • BAzure Storage Explorer
  • CAzure portal
  • D.NET Storage Client Library

How the community answered

(23 responses)
  • A
    74% (17)
  • B
    13% (3)
  • C
    9% (2)
  • D
    4% (1)

Explanation

You can copy blobs, directories, and containers between storage accounts by using the AzCopy v10 command-line utility. The copy operation is synchronous so when the command returns, that indicates that all files have been copied. https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs-copy

Topics

#AzCopy#blob storage#data migration#storage accounts

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice