Best Free Actual Exam Prep Sources

Microsoft Azure : AZ-204 Developing Solutions for Microsoft AzureĀ  Questions and Answer

Get Full PDF

Question.75
You develop an app that allows users to upload photos and videos to Azure storage. The app uses a storage REST API call
to upload the media to a blob storage account named Account1. You have blob storage containers named Container1 and
Container2.
Uploading of videos occurs on an irregular basis.
You need to copy specific blobs from Container1 to Container2 when a new video is uploaded.
What should you do?

(A) Copy blobs to Container2 by using the Put Blob operation of the Blob Service REST API
(B) Create an Event Grid topic that uses the Start-AzureStorageBlobCopy cmdlet
(C) Use AzCopy with the Snapshot switch to copy blobs to Container2
(D) Download the blob to a virtual machine and then upload the blob to Container2
Scroll to Top