Skip to content

Commit 11ed82e

Browse files
Merge pull request #281162 from flang-msft/fxl---Documentation-Update-for-Automatic-Zone-Allocation-(ZR)
Fxl---documentation update for automatic zone allocation
2 parents 762fe29 + 68e23ce commit 11ed82e

File tree

8 files changed

+41
-32
lines changed

8 files changed

+41
-32
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: azure-cache-redis
77
ms.topic: conceptual
8-
ms.date: 03/09/2023
8+
ms.date: 08/05/2024
99
ms.author: franlanglois
1010
ms.custom: references_regions
1111
---
@@ -61,16 +61,16 @@ 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 (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 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.
7069

7170
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.
7271

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).
7474
7575
### Premium tier
7676

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: azure-cache-redis
77
ms.topic: conceptual
8-
ms.date: 06/07/2022
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 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,13 +39,19 @@ 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. 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**.
4343

44-
:::image type="content" source="media/cache-how-to-multi-replicas/create-multi-replicas.png" alt-text="Replica count":::
44+
:::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.:":::
4545

46-
1. Select **Availability zones**.
46+
For an Enterprise tier cache, select **Advanced** in the Resource menu. For **Zone redundancy**, select **Zone redundant (recommended)**.
4747

48-
:::image type="content" source="media/cache-how-to-zone-redundancy/create-zones.png" alt-text="Availability zones":::
48+
:::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.":::
4955

5056
1. Configure your settings for clustering and/or RDB persistence.
5157

@@ -58,14 +64,11 @@ To create a cache, follow these steps:
5864

5965
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.
6066

61-
> [!NOTE]
62-
> Availability zones can't be changed or enabled after a cache is created.
63-
6467
## Zone Redundancy FAQ
6568

6669
- [Why can't I enable zone redundancy when creating a Premium cache?](#why-cant-i-enable-zone-redundancy-when-creating-a-premium-cache)
6770
- [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?
6972
- [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)
7073

7174
### 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.
7679

7780
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.
7881

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?
8083

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

8386
### How much does it cost to replicate my data across Azure Availability Zones?
8487

articles/azure-cache-for-redis/cache-overview.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ The [Azure Cache for Redis Pricing](https://azure.microsoft.com/pricing/details/
5050

5151
| Feature Description | Basic | Standard | Premium | Enterprise | Enterprise Flash |
5252
| ------------------- | :-----: | :------: | :---: | :---: | :---: |
53-
| [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/cache/v1_0/) |-|||||
54-
| Data encryption in transit ||||||
55-
| [Network isolation](cache-private-link.md) ||||||
56-
| [Scaling](cache-how-to-scale.md) ||||Preview|Preview|
57-
| OSS clustering |-|-||||
58-
| [Data persistence](cache-how-to-premium-persistence.md) |-|-||Preview|Preview|
59-
| [Zone redundancy](cache-how-to-zone-redundancy.md) |-|-|Available|Available|Available|
60-
| [Geo-replication](cache-how-to-geo-replication.md) |-|-| (Passive) | (Active) | (Active) |
61-
| [Connection audit logs](cache-monitor-diagnostic-settings.md) |-|-| (Poll-based)| (Event-based)| (Event-based)|
62-
| [Redis Modules](cache-redis-modules.md) |-|-|-||Preview|
63-
| [Import/Export](cache-how-to-import-export-data.md) |-|-||||
64-
| [Reboot](cache-administration.md#reboot) ||||-|-|
65-
| [Update channel and Schedule updates](cache-administration.md#update-channel-and-schedule-updates) ||||-|-|
53+
| [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/cache/v1_0/) |No|Yes|Yes|Yes|Yes|
54+
| Data encryption in transit |Yes|Yes|Yes|Yes|Yes|
55+
| [Network isolation](cache-private-link.md) |Yes|Yes|Yes|Yes|Yes|
56+
| [Scaling](cache-how-to-scale.md) |Yes|Yes|Yes|Preview|Preview|
57+
| OSS clustering |No|No|Yes|Yes|Yes|
58+
| [Data persistence](cache-how-to-premium-persistence.md) |No|No|Yes|Preview|Preview|
59+
| [Zone redundancy](cache-how-to-zone-redundancy.md) |No|Preview|Preview|Available|Available|
60+
| [Geo-replication](cache-how-to-geo-replication.md) |No|No|Yes (Passive) |Yes (Active) |Yes (Active) |
61+
| [Connection audit logs](cache-monitor-diagnostic-settings.md) |No|No|Yes (Poll-based)|Yes (Event-based)|Yes (Event-based)|
62+
| [Redis Modules](cache-redis-modules.md) |No|No|No|Yes|Preview|
63+
| [Import/Export](cache-how-to-import-export-data.md) |No|No|Yes|Yes|Yes|
64+
| [Reboot](cache-administration.md#reboot) |Yes|Yes|Yes|No|No|
65+
| [Update channel and Schedule updates](cache-administration.md#update-channel-and-schedule-updates) |Yes|Yes|Yes|No|No|
6666

6767
> [!NOTE]
6868
> The Enterprise Flash tier currently supports only the RediSearch module (in preview) and the RedisJSON module.

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: azure-cache-redis
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 |
42.4 KB
Loading
43.6 KB
Loading
40.7 KB
Loading

0 commit comments

Comments
 (0)