@Niccolo Thanks for your patience and working with us towards the resolution of your issue.I am summarizing the issue here for others to reference. Please "Accept" the answer when you get a chance. Accepted answers show up at the top, resulting in improved discoverability for others.
Issue: Customer shared - In our Azure subscription, we have a Premium Storage Account that is significantly increasing our costs. We've recently determined that we don't need this tier and have already moved our workloads to another storage service. Now, we'd like to downgrade the storage from Premium to Standard without requiring a migration, as migration could introduce additional costs.
- Is it possible to directly change the storage tier from Premium to Standard without data migration?
- If not, what alternative cost-effective options would you suggest?
Solution:
- A premium blob storage account stores data on SSD-based clusters, whereas standard storage accounts use HDD-based clusters. Transitioning from a premium to a standard storage account requires physically moving the data between storage clusters, meaning data transfer is unavoidable and this comes with associated costs. To summarize, it is not possible to change a storage account to a different type after it's created. To move your data to a storage account of a different type, you must create a new account and copy the data to the new account.
- Use tools like AzCopy, Azure Storage Explorer, or Azure Data Factory to copy data from the premium storage account to the new standard storage account. AzCopy is a command-line utility designed for copying data to and from Azure Storage, and it can handle large data transfers efficiently and is the most cost-effective option.
Reference docs:
-https://learn.microsoft.com/en-us/azure/operational-excellence/relocation-storage-account?tabs=azure-portal#move-data-to-the-new-storage-account
What is being done to improve the customer experience?
Though, it is mentioned in the official document that - "You can't change a storage account to a different type after it's created. To move your data to a storage account of a different type, you must create a new account and copy the data to the new account.", we are looking into options, for example, can the customer be warned of this during the creation of storage account itself? etc.
We have shared the feedback with the Product team, and they have acknowledged that there is scope for improvement. The product team will be considering this in the semester planning and evaluate potential options to fill this gap.
If you have further questions, please let us know in the comments how we can assist. We are here to help you and strive to make your experience better and greatly value your feedback.