Skip to content

Commit 81e3478

Browse files
committed
Made PM changes
1 parent 903825b commit 81e3478

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,23 @@ Applicable tiers: **Standard**, **Premium**, **Enterprise**, **Enterprise Flash*
6565

6666
Recommended for: **High availability**, **Disaster recovery - intra region**
6767

68-
<!-- Should Standard above be in preview? -->
69-
70-
Azure Cache for Redis supports zone redundant configurations in the Premium and Enterprise tiers. A zone redundant cache can place its nodes across different Azure Availability Zones in the same region. It eliminates data center or AZ outage as a single point of failure and increases the overall availability of your cache.
68+
Azure Cache for Redis supports zone redundant configurations in the Premium and Enterprise tiers. A [zone redundant cache](cache-how-to-zone-redundancy.md) can place its nodes across different [Azure Availability Zones](../reliability/availability-zones-overview.md) in the same region. It eliminates data center or Availability Zone outage as a single point of failure and increases the overall availability of your cache.
7169

7270
If a cache is configured to use two or more zones as described earlier in the article, the cache nodes are created in different zones. When a zone goes down, cache nodes in other zones are available to keep the cache functioning as usual.
7371

74-
Azure Cache for Redis supports zone redundant configurations in the Premium and Enterprise tiers. A [zone redundant cache](cache-how-to-zone-redundancy.md) can place its nodes across different [Azure Availability Zones](../reliability/availability-zones-overview.md) in the same region. It eliminates data center or Availability Zone outage as a single point of failure and increases the overall availability of your cache.
75-
7672
> [!IMPORTANT]
7773
> 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).
7874
79-
### Premium tier
80-
81-
<!-- should this say Standard and Premium tier -->
75+
### Standard and Premium tiers
8276

8377
The following diagram illustrates the zone redundant configuration for the Premium tier:
8478

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

8781
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.
8882

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

9187
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.

0 commit comments

Comments
 (0)