Share via

Archive tier block azure storage redundancy upgrade - after rehydration

Michal Sumega 45 Reputation points
2026-04-08T13:56:22.0166667+00:00

Hi experts,

I am trying to upgrade Redundancy for azure storage from LRS to RA-GRS. When trying it, I was getting an error that Archive tier blobs are preventing this upgrade - "Failed to update redundancy for storage account 'xxxxx'. Error: Sku property cannot be updated with archive blobs in storage account. Kindly rehydrate archive blobs to cool or hot tier and retry."...

So, I've used Azure File Explorer and selected all containers there and changed tier to COOL this way and disabled Lifecycle policy to stop changing tier to Archive. As there is around 1+ million blobs, it is not possible to check it manually so found/tired few PS scripts to check for any archived tier blobs that returned me 0 blobs in Archive tier.

I've then waited for few days and tried to change Redundancy - but same error.

So I expected it could be deleted blobs that were in Archive that may be blocking it - so I've changed Soft-Delete to 1 day to get rid of all deleted containers/blobs...

Now, it is about 1 week from when I did it, ...from 3 deleted containers (in soft-delete) only one disappeared, ...and trying to upgrade redundancy is still failing.

I am wondering:

  1. will it really take more than a week to get soft-delete change to 1 reflect it and purge all deleted blobs and containers?
  2. could there be any "hidden" archive blob that may be blocking me?
  3. is there any recommended way to deal with this?

Would like to check with community before I raise with MS support. I hopped I can get it done withing few days to avoid fees for COOL tier for those data...

Thanks in advance

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.


1 answer

Sort by: Most helpful
  1. Luis Arias 9,496 Reputation points Volunteer Moderator
    2026-04-08T15:16:45.2066667+00:00

    Hello Michal,

    Welcome to Microsoft Q&A, So going straight to your quesiton Azure won’t allow redundancy changes until every archived or soft‑deleted archived blob is fully rehydrated and purged, and some internal states can take longer than expected to clear.

    Trying to responds your other doubst:

    • About the lowering soft‑delete retention to 1 day can still take over a week before all deleted blobs/containers disappear , and yes, it can. Azure keeps the original retention period for anything that was already soft‑deleted before you changed the setting, so those items won’t purge faster. Cleanup is also asynchronous, and large accounts or containers that previously held Archive‑tier blobs often take several days to fully clear.
    • Microsoft doesn’t use the word hidden, but the docs do confirm two behaviors that make archive‑related items not appear in normal blob listings while still existing internally.
    • I think the only reliable way to ensure all Archive and soft‑deleted items have fully completed their lifecycle (rehydration + original retention window). If the upgrade still fails after that, Microsoft’s guidance is to open a support ticket, because only Support can inspect the internal blob states that aren’t exposed through normal APIs.

    References:

    If this resolves your question, please accept the answer.

    Luis

    0 comments No comments

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.