Can General Storage Accounts be converted to Blob Storage Accounts?

Understand what is possible to switch between types of storage accounts.

John Savill

June 26, 2016

1 Min Read
Can General Storage Accounts be converted to Blob Storage Accounts?

Q. Can I convert a General purpose storage account to a Blob storage account in Azure?

A. No. You cannot convert accounts between storage account types (also remember the Blob storage accounts only support block blobs and append blobs therefore other types of storage service could not be migrated anyway).  If you wish to convert you would need to create a new storage account and perform an Azure-side asynchronous storage copy operation to move the data between accounts. I have an example script to copy content between accounts at http://windowsitpro.com/azure/copy-content-one-azure-storage-account-another and http://windowsitpro.com/azure/retrieve-storage-context-arm for how to get ARM storage account contexts.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like