which way to go ZRS or LRS

ZM 206 Reputation points
2022-12-06T12:18:14.057+00:00

im thinking about switching from GRS to either ZRS/LRS - Both appear to have 99.9% for write, and 99.9% for read.

I need to find a better way of dealing with such large customers. The file share can be greater then 10TB in size.

but I’m not sure which way to go and wanted to ask:

• what some of the things are i should be aware suggestions/reservations?
• what are the biggest advantages/disadvantages of ZRS & LRS?

Finally what do you recommend I should go with ZRS/LRS? open to suggetions

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,975 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
642 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rafael da Rocha 5,171 Reputation points
    2022-12-06T12:35:31.097+00:00

    Hello @ZM ,

    it really depends on the level of resiliency you're looking for.
    Here's a good article that explains storage replication in azure, that might help you find out what's your scenario:
    Azure Storage Replication Explained

    0 comments No comments

  2. Prrudram-MSFT 24,921 Reputation points
    2022-12-06T13:34:21.67+00:00

    Hello @ZM

    In addition to what RafaelDaRocha suggested, I would like to add some details that might help you in picking up the storage. Users look at these high-level data redundant options when the data availability is at most priority.

    Redundancy of data is certainly a very important factor and should not be disregarded. But in order to make an informed decision of the type to choose, other factors must also be considered. In addition to redundancy, geography, costs and, of course, performance, the service level agreement (SLA) is also a decisive factor, as is the case with all offerings that are purchased as a service. Depending on which storage type is selected (Cool and Hot), Microsoft grants a different SLA for the underlying storage account.

    ZRS 99,9999999999 % (12 -9's)
    GRS 99,99999999999999 % (16 9's)

    ZRS:

    This significantly increases safety. If a single physical location (zone) experiences a total failure and another zone in the same region remains undamaged, data availability is still guaranteed. However, if the entire region (e.g. Switzerland North) experiences a total failure, even zone-redundant storage does not protect against loss.

    267806-image.png

    GRS:

    If the zone-redundant storage is not sufficient for the requirements, the geo redundant storage (GRS) is available as a further option. With this option, Azure itself breaks down the region boundary and accesses another region in which Microsoft stores the data again. As a result, the data is synchronously available three times in a zone of the primary region, as is the case with LRS. In addition, however, an asynchronous copy of the data finds its way into a single zone of the second (secondary) region, thus providing increased protection.

    267795-image.png

    Hope this helps!
    Please "Accept as Answer" and Upvote if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    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.