Skip to content

Commit bf1a48b

Browse files
committed
Revised text from PM
1 parent 54f233d commit bf1a48b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55

66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 03/09/2023
8+
ms.date: 07/17/2024
99
ms.author: franlanglois
1010
ms.custom: references_regions
1111
---
@@ -61,19 +61,25 @@ Also, Azure Cache for Redis provides more replica nodes in the Premium tier. A [
6161

6262
## Zone redundancy
6363

64-
Applicable tiers: **Premium**, **Enterprise**, **Enterprise Flash**
64+
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+
6870
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.
69-
See this article for information on how to set it up.
7071

7172
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.
7273

7374
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.
7475

76+
> [!IMPORTANT]
77+
> 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).
78+
7579
### Premium tier
7680

81+
<!-- should this say Standard and Premium tier -->
82+
7783
The following diagram illustrates the zone redundant configuration for the Premium tier:
7884

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ To create a cache, follow these steps:
5252

5353
1. Availability zones can be selected manually for Premium tier caches. The count of availability zones must always be less than or equal to the Replica count for the cache.
5454

55+
:::image type="content" source="media/cache-how-to-zone-redundancy/cache-premium-replica-count.png" alt-text="Screenshot showing Availability zones set to one and Replica count set to three.":::
56+
5557
1. Configure your settings for clustering and/or RDB persistence.
5658

5759
> [!NOTE]

0 commit comments

Comments
 (0)