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 in real time when specific requirements are
met, excluding backup blob copies.
What should you do?
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.
References:
Johnetta
4 months agoBernadine
4 months agoArleen
4 months agoGoldie
5 months agoKyoko
5 months agoDaren
5 months agoRyann
5 months agoRoselle
5 months agoZana
5 months agoLashon
5 months agoCarey
5 months agoSunshine
5 months agoRaelene
5 months ago