Downgrading Premium Storage to Standard Without Migration

Niccolo 0 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 Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,367 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,077 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andrew Coughlin 235 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


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.