Question 26: Correct
You are developing an application that uploads videos to an Azure storage container named Container1.
The upload method uses Storage REST APIs.
You need to copy specific blobs from Container1 to Container2 in real time when specific business requirements are met. The copies must exclude backup blobs.
What should you do?
Explanation
The Start-AzureStorageBlobCopy cmdlet starts to copy a blob
https://docs.microsoft.com/en-us/powershell/module/azure.storage/start-azurestorageblobcopy?view=azurermps-6.13.0
The Put Blob operation creates a new block, page, or append blob, or updates the content of an existing block blob. So in the given options, only Start-AzureStorageBlobCopy cmdlet copies the blob
No comments:
Post a Comment