Identifying Storage Services in Azure Storage Account | Exam AZ-104

Identifying Storage Services in storage1

Question

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.

What should you identify?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

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.

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

The correct answer is A. blob, file, table, and queue.

Explanation: Azure Storage provides four types of services: Blob storage, File storage, Table storage, and Queue storage. AzCopy is a command-line tool that can be used to copy data to and from Azure Storage services.

The question asks which storage services in the storage1 account can receive data using AzCopy. Since AzCopy can be used to copy data to all four Azure Storage services, the correct answer is A. blob, file, table, and queue.

Option B is incorrect because it only includes Blob storage and File storage, leaving out Table storage and Queue storage.

Option C is incorrect because it only includes File storage and Table storage, leaving out Blob storage and Queue storage.

Option D is incorrect because it only includes File storage, leaving out Blob storage, Table storage, and Queue storage.

Option E is incorrect because it only includes Blob storage, Table storage, and Queue storage, leaving out File storage.