Skip to content

Commit e58f144

Browse files
Merge pull request #295468 from johndowns/reliabiity-redundancy-lrs
Reliability - Redundancy - Small update
2 parents 449d7eb + d83ab3f commit e58f144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/reliability/concept-redundancy-replication-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Each Azure service that stores data offers some form of replication. However, ea
185185

186186
As an example, Azure Storage can provide both synchronous and asynchronous replication through a set of capabilities:
187187

188-
- Multiple copies of your data are replicated synchronously within your primary region. You can choose whether to place replicas in different storage clusters in a single datacenter in locally redundant storage (LRS) or spread them across multiple availability zones for zone-redundant storage (ZRS).
188+
- Multiple copies of your data are replicated synchronously within your primary region. You can choose whether to place replicas on different physical hardware in a single datacenter in locally redundant storage (LRS) or spread them across multiple availability zones for zone-redundant storage (ZRS).
189189
- If your primary region is paired and you enable geo-redundant storage (GRS), the data is also replicated to the paired region. Because paired regions are geographically distant, this replication happens asynchronously to reduce the impact on your application throughput.
190190
- You can choose to use zone-redundant storage and geo-redundant storage simultaneously by using the geo-zone-redundant storage tier (GZRS). Data within the region is replicated synchronously, and data across regions is replicated asynchronously.
191191

0 commit comments

Comments
 (0)