New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AZ-204 Exam - Topic 1 Question 13 Discussion

Actual exam question for Microsoft's AZ-204 exam
Question #: 13
Topic #: 1
[All AZ-204 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: B

The Start-AzureStorageBlobCopy cmdlet starts to copy a blob.

Example 1: Copy a named blob

C:PS>Start-AzureStorageBlobCopy -SrcBlob 'ContosoPlanning2015' -DestContainer 'ContosoArchives' -SrcContainer 'ContosoUploads'

This command starts the copy operation of the blob named ContosoPlanning2015 from the container named ContosoUploads to the container named ContosoArchives.


https://docs.microsoft.com/en-us/powershell/module/azure.storage/start-azurestorageblobcopy?view=azurermps-6.13.0

Contribute your Thoughts:

0/2000 characters
Kendra
4 months ago
C could work, but it seems a bit overkill for just copying blobs.
upvoted 0 times
...
Phung
4 months ago
Wait, can you really use Event Grid for this?
upvoted 0 times
...
Wilbert
4 months ago
Isn't D super inefficient? Why download first?
upvoted 0 times
...
Jacinta
5 months ago
I think A is more straightforward though.
upvoted 0 times
...
Jacinta
5 months ago
Option B sounds like the best choice for automation.
upvoted 0 times
...
Marylyn
5 months ago
Downloading the blob to a VM seems inefficient. I feel like there has to be a better way, but I can't recall the specifics right now.
upvoted 0 times
...
Kathrine
5 months ago
I practiced a similar question where we had to automate blob copying. I feel like AzCopy could be a good choice, but I'm not confident about the Snapshot switch.
upvoted 0 times
...
Paris
5 months ago
I'm not entirely sure, but I remember something about using the Put Blob operation in the REST API. Is that really the best way to copy blobs?
upvoted 0 times
...
Brianne
5 months ago
I think option B sounds familiar, like something we covered in class about event-driven architectures.
upvoted 0 times
...
Amie
5 months ago
Compiling the rule and assignment files sounds like a good step, but I'm not sure if that's the complete solution. We still need to get those files onto the session hosts.
upvoted 0 times
...
Nickie
5 months ago
I'm a bit confused on this one. I'm not sure if I should be focusing on the technical setup or the broader process of enabling Course Connections. Maybe I should review the course materials again before answering.
upvoted 0 times
...
Lucia
5 months ago
I'm a bit confused by this question. It's asking about a "triple A service" which I assume means authentication, authorization, and accounting. I'm not sure if RADIUS or TACACS+ is the better choice for that. Maybe I should review the differences between the two protocols before answering.
upvoted 0 times
...
Nydia
5 months ago
I remember discussing dispatching in class, but I'm not entirely sure if it's the right term for balancing flow.
upvoted 0 times
...

Save Cancel