Downgrading Premium Storage to Standard Without Migration

Niccolo 60 Reputation points
2025-02-13T20:12:49.94+00:00

Hi,

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?

For your reference, this storage currently has zero writes.

Thanks in advance for your guidance!

Best regards,User's image

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,539 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,200 questions
{count} votes

Accepted answer
  1. KarishmaTiwari-MSFT 20,777 Reputation points Microsoft Employee Moderator
    2025-03-21T18:00:05.1866667+00:00

    @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.

    1. Is it possible to directly change the storage tier from Premium to Standard without data migration?
    2. If not, what alternative cost-effective options would you suggest?

    Solution:

    1. 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.
    2. 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

    -https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10?tabs=dnf#use-cases-for-azcopy

    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.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Andrew Coughlin 315 Reputation points Microsoft Employee
    2025-02-13T20:24:12.9133333+00:00

    Hello Niccolo,

    Welcome to the community! It is not possible to directly change the storage tier from Premium to Standard. To move from a premium storage account to a standard storage account in Azure, you need to follow a few steps since direct conversion is not supported. Here’s a detailed process:

    1. Create a New Storage Account: First, you need to create a new storage account of the desired type (Standard). This can be done through the Azure portal, Azure CLI, or PowerShell.
    2. Copy 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.
    3. Update References: Once the data is copied, update any references in your applications or services to point to the new standard storage account. This includes updating connection strings and any configurations that reference the old storage account.
    4. Verify Data Integrity: Ensure that all data has been copied correctly and that your applications are functioning as expected with the new storage account. Perform thorough testing to verify data integrity and application performance.
    5. Delete the Old Storage Account: After confirming that everything is working correctly with the new standard storage account, you can delete the old premium storage account to avoid incurring additional costs.

    Additional reference material:

    Copy or move data to Azure Storage by using AzCopy v10 | Microsoft Learn

    Using Storage Explorer with Azure Files | Microsoft Learn

    Migrate data from data lake and data warehouse to Azure - Azure Data Factory | Microsoft Learn


  2. Andrew Coughlin 315 Reputation points Microsoft Employee
    2025-02-13T20:25:40.2933333+00:00

    Hello Niccolo,

    Welcome to the community! Unfortunately, it is not possible to directly change the storage tier from Premium to Standard. To move from a premium storage account to a standard storage account in Azure, you need to follow a few steps since direct conversion is not supported. Here’s a detailed process:

    1. Create a New Storage Account: First, you need to create a new storage account of the desired type (Standard). This can be done through the Azure portal, Azure CLI, or PowerShell.
    2. Copy 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.
    3. Update References: Once the data is copied, update any references in your applications or services to point to the new standard storage account. This includes updating connection strings and any configurations that reference the old storage account.
    4. Verify Data Integrity: Ensure that all data has been copied correctly and that your applications are functioning as expected with the new storage account. Perform thorough testing to verify data integrity and application performance.
    5. Delete the Old Storage Account: After confirming that everything is working correctly with the new standard storage account, you can delete the old premium storage account to avoid incurring additional costs.

     

    Additional reference material:

    Copy or move data to Azure Storage by using AzCopy v10 | Microsoft Learn

    Using Storage Explorer with Azure Files | Microsoft Learn

    Migrate data from data lake and data warehouse to Azure - Azure Data Factory | Microsoft Learn

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.