Why are there versions saved on my Blob Storage even with versioning disabled on my storage account? Being billed for version storage

Ian Weston 5 Reputation points
2025-05-05T19:01:30.1133333+00:00

I have a Hot tier Blob Service in a Standard LRS StorageV2 general purpose storage account. The blob service has the following settings.

I'm being billed for 6TiB and not the 350GiB that is active. Why am I being billed for 6TiB of version space when versions have never been disabled?

Thanks.

Settings below

Azure Blob Storage Configuration


Hierarchical namespace : Disabled

Default access tier : Hot

Blob anonymous access : Disabled

Blob soft delete : Disabled

Container soft delete : Disabled

Versioning : Disabled

Change feed : Disabled

NFS v3 : Disabled

Allow cross-tenant replication : Disabled

Storage tasks assignments : None

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,479 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Keshavulu Dasari 4,750 Reputation points Microsoft External Staff Moderator
    2025-05-06T16:52:42.0933333+00:00

    Hi Ian Weston ,

    Yes, a lifecycle management policy is generally the correct approach to manage and delete old versions and snapshots to optimize costs, it seems like your policy hasn't executed as expected. Ensure that the policy is correctly configured and applied to the storage account. You might also want to check if there are any delays or errors in the policy execution.

    Unexpected Version Creation:

    Versions should not be created if versioning is disabled. However, there might be other factors at play:

    Even with versioning disabled, snapshots can be created manually or by other processes.

    If object replication was enabled at any point, it relies on versioning, check the settings to ensure versioning was never enabled inadvertently.

    Review the activity logs to identify any operations that might have created versions or snapshots.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.           

    If you have any other questions or are still running into more issues, let me know in the "comments" and I would be glad to assist you.

    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.