az-104 Practice Question 825

Exam: az-104
Domain: Describe Azure architecture and services
Topic: Describe Azure storage services
Difficulty: medium
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?

Answer Options

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: blob and file only

Explanation

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.