Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
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:
- https://dotnet.territoriali.olinfo.it/azure/storage/blobs/soft-delete-blob-overview
- https://dotnet.territoriali.olinfo.it/azure/storage/blobs/soft-delete-container-overview
- https://dotnet.territoriali.olinfo.it/azure/storage/blobs/archive-rehydrate-overview
If this resolves your question, please accept the answer.
Luis