Upgrade to a storage account with Azure Data Lake Gen2 capabilities is temporarily disabled

Adrien Desprez 25 Reputation points
2025-08-25T08:17:14.0266667+00:00

Hi,

I would like to upgrade a Storage Account with Data Lake Gen2 capabilities (hierarchical namespace).

When I'm trying to do it from Azure console UI, I'm getting the message: "Upgrade to a storage account with Azure Data Lake Gen2 capabilities is temporarily unavailable." (see also attached screenshot).

The step 1 (Review account changes before upgrading - Completed) and step 2 (Validate account before upgrading - Completed) are passing but step 3 is failing with: "Upgrade is temporarily disabled.".

I'm trying since last week.

When will the Data Lake Gen2 upgrade be available for my Storage Account?

Thanks,

Adrien Desprez

Screenshot from 2025-08-25 09-58-08

Screenshot from 2025-08-25 09-58-08.png

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
{count} votes

Answer accepted by question author
  1. Pranitha Maddi 1,195 Reputation points Microsoft External Staff Moderator
    2025-08-25T09:28:24.6533333+00:00

    Hi Adrien Desprez,

    Thanks for your question on the Microsoft Q&A portal!

    As per my understanding you are going to upgrade your Storage Account to enable Data Lake Gen2 capabilities, but you’re stuck at the final step with the message “Upgrade is temporarily disabled.” Although the first two steps pass fine, this last step refuses to start the upgrade.

    This is because:

    • Sometimes Azure temporarily disables the upgrade process for certain Storage Accounts because of backend maintenance or system updates.
    • Your Storage Account might have some features turned on that aren’t compatible with Data Lake Gen2. For example: Blob snapshots, soft delete for blobs or containers, Encryption scopes, Immutable storage
    • The upgrade cannot proceed if any of these features are enabled.
    • Also, if you recently disabled these features, Azure might still be cleaning up data behind the scenes (like expired soft-deleted blobs), so you’ll need to wait.
    • Presence of page blobs in the account blocks the upgrade, so these need to be removed.

    Please find below possible steps you can do to resolve this:

    1.Check and disable incompatible features: Go to your Storage Account settings and disable blob snapshots, soft delete, encryption scopes, or immutable storage if they’re enabled.

    2.Wait for cleanup: After disabling features like soft delete, allow some time for Azure to clean up the data completely.

    3.Remove page blobs: Make sure your Storage Account does not contain any page blobs, as these prevent the upgrade.

    4..Try again later: If the service temporarily disabled upgrades due to backend reasons, simply waiting a day or two and retrying often helps.

    1. Check Azure Service Health: Visit the Azure Status page or your Azure Service Health dashboard for any ongoing Storage Account issues.

    Reference documents:

    “Upgrade is temporarily disabled” usually means there’s either incompatible feature enabled, or Azure has temporarily paused upgrades for your account because of backend maintenance or ongoing data cleanup. Review your account features, disable what’s incompatible, wait for cleanup to finish, and then try again.

    Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others

     

    Thanks,

    Pranitha

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Adrien Desprez 25 Reputation points
    2025-08-26T12:41:07.45+00:00

    Hi Pranitha,

    Thank you for your answer.

    I ended up succeeding with the az CLI: az storage account hns-migration start --type upgrade -n <storage-account-name> -g <resource-group-name>

    Thanks,

    Adrien Desprez

    1 person found this answer helpful.

Your answer

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