Is a deleted blob also deleted on the other region when using (RA-GRS) replication?

Rodrigo Sedano 1 Reputation point
2020-02-28T08:44:02.887+00:00

I use Azure Storage with Read-access geo-redundant storage (RA-GRS). I understand based on this link that the replication copies data synchronously three times within a single physical location in the primary region. It then copies data asynchronously to a single physical location in the secondary region. But I would like to know what happen with deleted blobs.

Is a deleted blob also deleted from other locations in the primary region and in the secondary region?

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.
2,717 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. J Mod 191 Reputation points
    2020-03-02T20:26:45.437+00:00

    Hi RodrigoSedani-7503,

    When you delete an Azure Storage blob all redundant copies and related blob snapshots will be deleted. However, if you have enabled the "Soft Delete" functionality then the information will only be soft deleted and can be recovered from a erroneous situation, such as an accidental overwrite. The Azure infrastructure automatically manages the redundant copies for you so you don't need to do anything additional when taking file actions. For more information on the Soft Delete functionality see the link below:

    Soft delete for Azure Storage blobs