You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recommended for: **High availability**, **Disaster recovery - intra region**
67
67
68
-
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.
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.
70
69
71
70
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.
72
71
73
-
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.
72
+
> [!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).
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-how-to-zone-redundancy.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ author: flang-msft
5
5
ms.author: franlanglois
6
6
ms.service: azure-cache-redis
7
7
ms.topic: conceptual
8
-
ms.date: 06/07/2022
8
+
ms.date: 08/05/2024
9
9
10
10
---
11
11
12
12
# Enable zone redundancy for Azure Cache for Redis
13
13
14
14
In this article, you'll learn how to configure a zone-redundant Azure Cache instance using the Azure portal.
15
15
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 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.
17
17
18
18
## Prerequisites
19
19
@@ -39,13 +39,19 @@ To create a cache, follow these steps:
39
39
|**Location**| Select a location. | Select a [region](https://azure.microsoft.com/regions/) near other services that will use your cache. |
40
40
|**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). |
41
41
42
-
1.On the **Advanced**page, for a Premium tier cache, choose**Replica count**.
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**.
:::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.:":::
45
45
46
-
1. Select**Availability zones**.
46
+
For an Enterprise tier cache, select **Advanced** in the Resource menu. For**Zone redundancy**, select **Zone redundant (recommended)**.
:::image type="content" source="media/cache-how-to-zone-redundancy/cache-enterprise-create-zones.png" alt-text="Screenshot showing the Advanced tab with a red box around Zone redundancy.":::
49
+
50
+
Automatic zone allocation increases the overall availability of your cache by automatically spreading it across multiple availability zones. Using availability zones makes the cache more resilient to outages in a datacenter. For more information, see [Zone redundancy](cache-high-availability.md#zone-redundancy).
51
+
52
+
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.
53
+
54
+
:::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.":::
49
55
50
56
1. Configure your settings for clustering and/or RDB persistence.
51
57
@@ -58,14 +64,11 @@ To create a cache, follow these steps:
58
64
59
65
It takes a while for the cache to be created. You can monitor progress on the Azure Cache for Redis **Overview** page. When **Status** shows as **Running**, the cache is ready to use.
60
66
61
-
> [!NOTE]
62
-
> Availability zones can't be changed or enabled after a cache is created.
63
-
64
67
## Zone Redundancy FAQ
65
68
66
69
-[Why can't I enable zone redundancy when creating a Premium cache?](#why-cant-i-enable-zone-redundancy-when-creating-a-premium-cache)
67
70
-[Why can't I select all three zones during cache create?](#why-cant-i-select-all-three-zones-during-cache-create)
68
-
-[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?
69
72
-[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)
70
73
71
74
### Why can't I enable zone redundancy when creating a Premium cache?
@@ -76,9 +79,9 @@ Zone redundancy is available only in Azure regions that have Availability Zones.
76
79
77
80
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.
78
81
79
-
### 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?
80
83
81
-
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. You cannot disable zone redundancy once you have enabled it.
82
85
83
86
### How much does it cost to replicate my data across Azure Availability Zones?
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-whats-new.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,18 @@ ms.custom: references_regions
7
7
ms.author: franlanglois
8
8
ms.service: azure-cache-redis
9
9
ms.topic: conceptual
10
-
ms.date: 06/10/2024
10
+
ms.date: 08/05/2024
11
11
12
12
---
13
13
14
14
# What's New in Azure Cache for Redis
15
15
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
+
16
22
## June 2024
17
23
18
24
### Redis 7.2 (preview) on the Enterprise tier
@@ -23,7 +29,7 @@ You can upgrade your caches automatically or manually. For more information, see
23
29
24
30
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:
25
31
26
-
1. You can control when the upgrade occurs.
32
+
1. You can control when the upgrade occurs.
27
33
1. You can upgrade to preview releases of Redis software.
0 commit comments