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?