GRS and RA-GRS aren't they the same thing?

ELSONBATY Mahmoud 20 Reputation points
2024-01-05T11:26:13.67+00:00

In https://learn.microsoft.com/en-us/training/modules/manage-azure-blob-storage-lifecycle/2-blob-storage-lifecycle

mentioned The hot and cool tiers support all redundancy options. The archive tier supports only LRS, GRS, and RA-GRS.

What is the meaning of "GRS and RA-GRS" ? is there a difference between them or there is a typo there?

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
2,411 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 120.8K Reputation points MVP Moderator
    2024-01-05T11:46:48.0933333+00:00

    Hi @ELSONBATY Mahmoud ,

    the difference between GRS and RA-GRS is the following:

    GRS means the data stored in the Azure Storage Account will be synced to a secondary Azure region but you can't read the data in the secondary region if the primary Azure region is down. It's just the copy of the data without any option to access. You have to initiate a failover to access the Storage Account in the secondary Azure region

    RA-GRS means the data stored in the Azure Storage Account will be synced to a secondary Azure region and you are able to read the data in the secondary Azure region if the primary Azure region isn't available.

    More details you will find here: Durability and availability by outage scenario


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    5 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. TP 118.8K Reputation points Moderator
    2024-01-05T11:50:23.02+00:00

    Hi,

    GRS and RA-GRS are different. With RA-GRS, you have read access to data in secondary region whereas with GRS have no access to the secondary except if there is a failover in primary.

    Azure Storage redundancy

    https://learn.microsoft.com/en-us/azure/storage/common/storage-redundancy

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

    Thanks.

    -TP

    1 person found this answer helpful.
    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.