Skip to content

Commit 86b2018

Browse files
committed
Updates to note the feature is in preview
1 parent 81e3478 commit 86b2018

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

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

Lines changed: 5 additions & 5 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: 07/17/2024
8+
ms.date: 08/05/2024
99
ms.author: franlanglois
1010
ms.custom: references_regions
1111
---
@@ -61,20 +61,20 @@ Also, Azure Cache for Redis provides more replica nodes in the Premium tier. A [
6161

6262
## Zone redundancy
6363

64-
Applicable tiers: **Standard**, **Premium**, **Enterprise**, **Enterprise Flash**
64+
Applicable tiers: **Standard (preview)**, **Premium (preview)**, **Enterprise**, **Enterprise Flash**
6565

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

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.
68+
Azure Cache for Redis supports zone redundant configurations in the Standard (preview), Premium (preview), 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.
6969

7070
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.
7171

7272
> [!IMPORTANT]
73-
> 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).
73+
> 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
7575
### Standard and Premium tiers
7676

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

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

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 07/17/2024
8+
ms.date: 08/05/2024
99

1010
---
1111

1212
# Enable zone redundancy for Azure Cache for Redis
1313

1414
In this article, you'll learn how to configure a zone-redundant Azure Cache instance using the Azure portal.
1515

16-
Azure Cache for Redis Standard, Premium, and Enterprise tiers provide built-in redundancy by hosting each cache on two dedicated virtual machines (VMs). Even though these VMs are located in separate [Azure fault and update domains](../virtual-machines/availability.md) and highly available, they're susceptible to datacenter level failures. Azure Cache for Redis also supports zone redundancy in its Standard, Premium and Enterprise tiers. A zone-redundant cache runs on VMs spread across multiple [Availability Zones](../reliability/availability-zones-overview.md). It provides higher resilience and availability.
16+
Azure Cache for Redis Standard (Preview), Premium (Premium), and Enterprise tiers provide built-in redundancy by hosting each cache on two dedicated virtual machines (VMs). Even though these VMs are located in separate [Azure fault and update domains](../virtual-machines/availability.md) and highly available, they're susceptible to datacenter level failures. Azure Cache for Redis also supports zone redundancy in its Standard, Premium and Enterprise tiers. A zone-redundant cache runs on VMs spread across multiple [Availability Zones](../reliability/availability-zones-overview.md). It provides higher resilience and availability.
1717

1818
## Prerequisites
1919

@@ -39,8 +39,7 @@ To create a cache, follow these steps:
3939
| **Location** | Select a location. | Select a [region](https://azure.microsoft.com/regions/) near other services that will use your cache. |
4040
| **Cache type** | Select a [Premium or Enterprise tier](https://azure.microsoft.com/pricing/details/cache/) cache. | The pricing tier determines the size, performance, and features that are available for the cache. For more information, see [Azure Cache for Redis Overview](cache-overview.md). |
4141

42-
1. For Standard or Premium tier cache, select **Advanced** in the Resource menu. To enable zone resiliency with automatic zone allocation, select **Select zones automatically**.
43-
<!-- I think at some point we have to point out that this is preview -->
42+
1. For Standard or Premium tier cache, select **Advanced** in the Resource menu. To enable zone resiliency with automatic zone allocation, select **(Preview) Select zones automatically**.
4443

4544
:::image type="content" source="media/cache-how-to-zone-redundancy/cache-availability-zone.png" alt-text="Screenshot showing the Advanced tab with a red box around Availability zones.:":::
4645

@@ -82,7 +81,7 @@ A Premium cache has one primary and one replica node by default. To configure zo
8281

8382
### Can I update my existing Premium cache to use zone redundancy?
8483

85-
No, updating an existing Premium cache to use zone redundancy isn't supported currently.
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.
8685

8786
### How much does it cost to replicate my data across Azure Availability Zones?
8887

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ ms.custom: references_regions
77
ms.author: franlanglois
88
ms.service: cache
99
ms.topic: conceptual
10-
ms.date: 06/10/2024
10+
ms.date: 08/05/2024
1111

1212
---
1313

1414
# What's New in Azure Cache for Redis
1515

16+
## August 2024
17+
18+
### Availability zones
19+
20+
For the Standard and Premium tiers, you can now use availability zones (Preview) with the ability to select zones automatically. With the Standard and Premium, you can choose to have the zones chosen automatically by Azure. With Premium, you can continue to choose your availability zones explicitly.
21+
1622
## June 2024
1723

1824
### Redis 7.2 (preview) on the Enterprise tier
@@ -23,7 +29,7 @@ You can upgrade your caches automatically or manually. For more information, see
2329

2430
You are able to manually trigger an upgrade to the latest version of Redis software. This provides two benefits above waiting for the automatic upgrade to occur:
2531

26-
1. You can control when the upgrade occurs.
32+
1. You can control when the upgrade occurs.
2733
1. You can upgrade to preview releases of Redis software.
2834

2935
| **Tier** | Basic, Standard, Premium | Enterprise, Enterprise Flash |

0 commit comments

Comments
 (0)