Locally Redundant Storage

Definition

Locally Redundant Storage in Azure maintains three synchronous copies of data within a single data center, ensuring high availability and durability.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between Locally Redundant Storage (LRS) and Zone-Redundant Storage (ZRS)?
LRS copies your data three times inside a single datacenter, protecting against local hardware failures. ZRS replicates data across multiple availability zones in the same region, so it can keep serving data even if one datacenter/zone goes down. ZRS generally costs more than LRS but provides higher availability and resilience within the region.
When should I use Locally Redundant Storage (LRS)?
Use LRS when you want the lowest-cost redundancy and your workload can tolerate losing a whole datacenter (or you have another recovery plan). Common fits include dev/test data, temporary files, caches, easily re-creatable datasets, and backups that are also copied elsewhere. Avoid LRS for mission-critical data that must survive a datacenter outage without manual recovery.
How much does Locally Redundant Storage (LRS) cost?
LRS is typically the lowest-cost Azure Storage redundancy option. Pricing depends on the storage service (Blob, Files, Disks), performance tier (Standard vs Premium), access tier (Hot/Cool/Archive for Blob), region, capacity stored (GB/TB), and transactions/egress. For exact numbers, compare the 'LRS' price line items to ZRS/GRS/GZRS in the Azure Storage pricing page for your region and service.

Category: data

Difficulty: intermediate

Related Terms

See Also