Skip to content

Commit 526b267

Browse files
Merge pull request #299817 from PesalaPavan/patch-99
(AzureCXP) fixes MicrosoftDocs/azure-docs#424911
2 parents 9f729c1 + 1388621 commit 526b267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-redundancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The redundancy setting for a storage account is shared for all storage services
3939

4040
Data in an Azure Storage account is always replicated three times in the primary region. Azure Storage offers two options for how your data is replicated in the primary region:
4141

42-
- **Locally redundant storage (LRS)** replicates the data within your storage accounts to one or more availability zones located in the primary region of your choice. LRS is the least expensive replication option, but isn't recommended for applications requiring high availability or durability.
42+
- **Locally redundant storage (LRS)** replicates your data three times within a single physical location (datacenter) in the primary region. It does not replicate across availability zones.
4343
- **Zone-redundant storage (ZRS)** copies your data synchronously across three Azure availability zones in the primary region. For applications requiring high availability, Microsoft recommends using ZRS in the primary region, and also replicating to a secondary region.
4444

4545
> [!NOTE]

0 commit comments

Comments
 (0)