AZ-104 – Question 99

0
753

You have an Azure Storage account named storage1.
You plan to use AzCopy to copy data to storage1.
You need to identify the storage services in storage1 to which you can copy the data.
Which storage services should you identify?

  • A. blob, file, table, and queue
  • B. blob and file only
  • C. file and table only
  • D. file only
  • E. blob, table, and queue only

Correct Answer: B 
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.
Incorrect Answers:
A, C, E: AzCopy does not support table and queue storage services.
D: AzCopy supports file storage services, as well as blob storage services.

Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10