Skip to content

Commit dfd0c60

Browse files
Merge pull request #304004 from johndowns/reliability-storage-queues-update
Reliability Hub - Azure Queue Storage - Update LRS and ZRS information
2 parents c3d4a00 + 4466d19 commit dfd0c60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/reliability/reliability-storage-queue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To learn more about the Azure Table Storage architecture and how to design resil
6464

6565
[!INCLUDE [AZ support description](includes/reliability-availability-zone-description-include.md)]
6666

67-
Queue Storage is zone-redundant when deployed with ZRS configuration. The service spreads replicas of your queue data synchronously across all of the availability zones in the region. This configuration ensures that your queues remain accessible even if an entire availability zone becomes unavailable. All write operations must be acknowledged across multiple zones before they complete, which provides strong consistency guarantees.
67+
Azure Queue Storage is zone-redundant when deployed with ZRS configuration. Unlike LRS, ZRS guarantees that Azure synchronously replicates your queue data across multiple availability zones. ZRS ensures that your data remains accessible even if one zone experiences an outage. ZRS ensures that your queues remain accessible even if an entire availability zone becomes unavailable. All write operations must be acknowledged across multiple zones before they complete, which provides strong consistency guarantees.
6868

6969
Zone redundancy is enabled at the storage account level and applies to all Queue Storage resources within that account. You can't configure individual queues for different redundancy levels. The setting applies to the entire storage account. When an availability zone experiences an outage, Azure Storage automatically routes requests to healthy zones without requiring any intervention from your application.
7070

@@ -106,7 +106,7 @@ When an availability zone becomes unavailable, Queue Storage automatically handl
106106

107107
[!INCLUDE [Storage - Zone down experience](includes/storage/reliability-storage-availability-zone-down-experience-include.md)]
108108

109-
- **Traffic rerouting:** Azure automatically reroutes traffic to the remaining healthy availability zones. The service maintains full functionality in the surviving zones with no customer intervention required.
109+
- **Traffic rerouting.** If a zone becomes unavailable, Azure undertakes networking updates such as Domain Name System (DNS) repointing, so that requests are directed to the remaining healthy availability zones. The service maintains full functionality using the surviving zones with no customer intervention required.
110110

111111
### Zone recovery
112112

0 commit comments

Comments
 (0)