Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 3 question 51 discussion

Actual exam question from Microsoft's AZ-104
Question #: 51
Topic #: 3
[All AZ-104 Questions]

You have an on-premises server that contains a folder named D:\Folder1.

You need to copy the contents of D:\Folder1 to the public container in an Azure Storage account named contosodata.

Which command should you run?

  • A. az storage blob copy start D:\Folder1 https://contosodata.blob.core.windows.net/public
  • B. azcopy sync D:\folder1 https://contosodata.blob.core.windows.net/public --snapshot
  • C. azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public --recursive
  • D. az storage blob copy start-batch D:\Folder1 https://contosodata.blob.core.windows.net/public
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ccemyilmazz
Highly Voted 1 year, 9 months ago
Selected Answer: C
Correct Answer: C A: URL of the Storage Account. B: The azcopy sync command replicates the source location to the destination location. However, the file is skipped if the last modified time in the destination is more recent. C: The azcopy copy command copies a directory (and all the files in that directory) to a blob container. The result is a directory in the container by the same name. D: The az storage blob copy start-batch command copies multiple blobs to a blob container. Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs https://docs.microsoft.com/en-us/azure/storage/common/storage-ref-azcopy-copy
upvoted 10 times
...
SeMo0o0o0o
Most Recent 1 month ago
Selected Answer: C
C is corerct
upvoted 1 times
...
Saurabh_Bhargav
7 months, 3 weeks ago
azcopy copy [source File] [destination file] --recursive
upvoted 1 times
...
UmbongoDrink
1 year, 7 months ago
Selected Answer: C
C: The azcopy copy command copies a directory (and all the files in that directory) to a blob container. The result is a directory in the container by the same name.
upvoted 3 times
...
zellck
1 year, 8 months ago
Selected Answer: C
C is the answer. https://learn.microsoft.com/en-us/azure/storage/common/storage-ref-azcopy-copy Copies source data to a destination location.
upvoted 1 times
...
Ashfaque_9x
1 year, 9 months ago
Selected Answer: C
C. azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public --recursive
upvoted 1 times
...
Ruby1133299
1 year, 9 months ago
C. azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public --recursive
upvoted 2 times
...
khaled_razouk
1 year, 9 months ago
Selected Answer: C
correct
upvoted 3 times
...
vitodobra
1 year, 9 months ago
Respuesta correcta.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...