Microsoft
AZ-204 · Question #400
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 stor
Sign in or unlock AZ-204 to reveal the answer and full explanation for question #400. The question stem and answer options stay visible for context.
Submitted by lars.no· Mar 30, 2026Connect to and consume Azure services and third-party services
Question
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?
Options
- ACopy blobs to Container2 by using the Put Blob operation of the Blob Service REST API
- BCreate an Event Grid topic that uses the Start-AzureStorageBlobCopy cmdlet
- CUse AzCopy with the Snapshot switch to copy blobs to Container2
- DDownload the blob to a virtual machine and then upload the blob to Container2
Unlock AZ-204 to see the answer
You've previewed enough free AZ-204 questions. Unlock AZ-204 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Event Grid#blob storage#blob copy#event-driven