Understanding and Disabling Snapshot Creation in Azure Blob Storage

Vu, Hong Phuc 0 Reputation points
2025-02-11T16:12:11.4366667+00:00

Hi everyone,

I'm trying to better understand the snapshot creation mechanism in Azure Blob Storage and would appreciate some insights from the community.

My questions are:

What triggers snapshot creation? I’m unclear on what specific operations or configurations lead to a snapshot being created. Is it an automatic process tied to certain blob operations, or does it occur only when explicitly requested via the API/portal? Any details on the underlying mechanism would be very helpful.

Is it possible to disable snapshot creation completely? I haven't found any option in the Azure portal or documentation that allows for disabling snapshot creation entirely. If snapshots are created automatically, is there a way to turn off this feature, or must they be managed (e.g., deleted) after creation?

I’m looking for guidance on both understanding when and why snapshots are generated and on any available methods to control or disable this behavior if it's not desired.

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,366 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,082 questions
{count} votes

1 answer

Sort by: Most helpful
  1. TP 103.2K Reputation points
    2025-02-11T17:28:20.02+00:00

    Hi,

    What triggers snapshot creation? I’m unclear on what specific operations or configurations lead to a snapshot being created. Is it an automatic process tied to certain blob operations, or does it occur only when explicitly requested via the API/portal? Any details on the underlying mechanism would be very helpful.

    A:  A snapshot is created when requested via REST API/portal/CLI/PS. It is not automatic.

    Is it possible to disable snapshot creation completely? I haven't found any option in the Azure portal or documentation that allows for disabling snapshot creation entirely. If snapshots are created automatically, is there a way to turn off this feature, or must they be managed (e.g., deleted) after creation?

    A:  There is no option to disable snapshot creation

    Snapshot Blob (REST API)

    https://learn.microsoft.com/en-us/rest/api/storageservices/snapshot-blob?tabs=microsoft-entra-id

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


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.