Windows Azure PowerShell Copy Blob Script

This post has been republished via RSS; it originally appeared at: DataCAT articles.

First published on MSDN on Mar 10, 2014

Authored by Murshed Zaman


Here is a PowerShell script that can be used to move data in Windows Azure from one subscription to another subscription’s blob storage. The script uses Start-AzureStorageBlobCopy command which is an asynchronous copy operation and copies all the blobs from one container to another. If selected file moving is the intention you can pass in some type of file matching pattern.

Prerequisite:
Download Windows Azure PowerShell
Install Windows Azure Certificate for your subscription

Follow this link to find the actual PowerShell script.


Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.