Skip to content

Commit 68e23ce

Browse files
committed
Made edits from PM
1 parent 98e0c23 commit 68e23ce

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/azure-cache-for-redis/cache-high-availability.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,14 @@ If a cache is configured to use two or more zones as described earlier in the ar
7272
> [!IMPORTANT]
7373
> You can now enable _automatic zone allocation_ for all caches in applicable tiers and regions. For more information, see [Enable zone redundancy for Azure Cache for Redis](cache-how-to-zone-redundancy.md).
7474
75-
### Standard and Premium tiers
75+
### Premium tier
7676

77-
The following diagram illustrates the zone redundant configuration for the Standard and Premium tiers:
77+
The following diagram illustrates the zone redundant configuration for the Premium tier:
7878

7979
:::image type="content" source="media/cache-high-availability/zone-redundancy.png" alt-text="Zone redundancy setup":::
8080

8181
Azure Cache for Redis distributes nodes in a zone redundant cache in a round-robin manner over the selected Availability Zones. It also determines the node that serves as the primary initially.
8282

83-
For Standard and Premium deployments where you selected **Select zones automatically**, the zones are selected automatically.
84-
8583
#### Zone Down Experience for Premium tier
8684

8785
A zone redundant cache provides automatic failover. When the current primary node is unavailable, one of the replicas takes over. Your application may experience higher cache response time if the new primary node is located in a different AZ. Availability Zones are geographically separated. Switching from one AZ to another alters the physical distance between where your application and cache are hosted. This change impacts round-trip network latencies from your application to the cache. The extra latency is expected to fall within an acceptable range for most applications. We recommend you test your application to ensure it does well with a zone-redundant cache.

articles/azure-cache-for-redis/cache-how-to-zone-redundancy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To create a cache, follow these steps:
6868

6969
- [Why can't I enable zone redundancy when creating a Premium cache?](#why-cant-i-enable-zone-redundancy-when-creating-a-premium-cache)
7070
- [Why can't I select all three zones during cache create?](#why-cant-i-select-all-three-zones-during-cache-create)
71-
- [Can I update my existing Premium cache to use zone redundancy?](#can-i-update-my-existing-premium-cache-to-use-zone-redundancy)
71+
- Can I update my existing Standard or Premium cache to use zone redundancy?
7272
- [How much does it cost to replicate my data across Azure Availability Zones?](#how-much-does-it-cost-to-replicate-my-data-across-azure-availability-zones)
7373

7474
### Why can't I enable zone redundancy when creating a Premium cache?
@@ -79,9 +79,9 @@ Zone redundancy is available only in Azure regions that have Availability Zones.
7979

8080
A Premium cache has one primary and one replica node by default. To configure zone redundancy for more than two Availability Zones, you need to add [more replicas](cache-how-to-multi-replicas.md) to the cache you're creating.
8181

82-
### Can I update my existing Premium cache to use zone redundancy?
82+
### Can I update my existing Standard or Premium cache to use zone redundancy?
8383

84-
Yes, updating an existing Standard or Premium cache to use zone redundancy is supported. You can enable it by selecting **Allocate Zones automatically** from the **Advanced settings** on the Resource menu.
84+
Yes, updating an existing Standard or Premium cache to use zone redundancy is supported. You can enable it by selecting **Allocate Zones automatically** from the **Advanced settings** on the Resource menu. You cannot disable zone redundancy once you have enabled it.
8585

8686
### How much does it cost to replicate my data across Azure Availability Zones?
8787

0 commit comments

Comments
 (0)