Skip to content

Commit 447bfbc

Browse files
Merge pull request #295744 from MSFTeegarden/patch-86
Removed preview tag for in-place ZR upgrade
2 parents 152decf + 5ddf6b0 commit 447bfbc

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,7 @@ Zone-redundant Enterprise and Enterprise Flash tier caches are available in the
132132

133133
#### Availability zone redeployment and migration
134134

135-
Currently, the only way to convert your cache from a non-AZ configuration to an AZ configuration is to redeploy the cache. To learn how to redeploy your current cache, see [Migrate an Azure Cache for Redis instance to availability zone support](/azure/reliability/migrate-cache-redis).
136-
137-
> [!NOTE]
138-
> Converting an existing resource from non-availability zone support to availability zone support is in Preview for Standard and Premium tier caches.
135+
In the Standard and Premium tiers, you can upgrade an existing resource to use zone redundancy. To learn how to upgrade your current cache, see [Migrate an Azure Cache for Redis instance to availability zone support](/azure/reliability/migrate-cache-redis).
139136

140137
## Persistence
141138

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this article, you learn how to configure a zone-redundant Azure Cache instanc
1616
> [!NOTE]
1717
> In regions that don't support zones, the option to enable zone redundancy is disabled. For a list of regions that support zones, see [Azure Cache for Redis - zones supported regions](cache-high-availability.md#regional-availability).
1818
19-
Azure Cache for Redis Standard (preview), 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](/azure/virtual-machines/availability) and highly available, they're susceptible to data center-level failures. Azure Cache for Redis also supports zone redundancy in its Standard (preview), 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.
19+
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](/azure/virtual-machines/availability) and highly available, they're susceptible to data center-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.
2020

2121
## Prerequisites
2222

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

133133
### Can I update my existing Standard or Premium cache to use zone redundancy?
134134

135-
- Yes, updating an existing Standard or Premium cache to use zone redundancy is supported in-place (Preview). Users can enable it by navigating to the **Advanced settings** on the Resource menu and selecting **Allocate Zones automatically** check-box followed by the save button. You can't disable zone redundancy once you enable it.
135+
- Yes, updating an existing Standard or Premium cache to use zone redundancy is supported in-place. Users can enable it by navigating to the **Advanced settings** on the Resource menu and selecting **Allocate Zones automatically** check-box followed by the save button. You can't disable zone redundancy once you enable it.
136136
- For more details, look into [Migrate an Azure Cache for Redis instance to availability zone support](/azure/reliability/migrate-cache-redis)
137137
- This can also be done by passing `ZonalAllocationPolicy` as `Automatic`in the request body while updating the cache. For more information regarding the update process using REST API, see [Update - ZonalAllocationPolicy](/rest/api/redis/redis/update#zonalallocationpolicy).
138138
- Updating `ZonalAllocationPolicy` to any other value than `Automatic`isn't supported.

articles/reliability/migrate-cache-redis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This guide describes how to migrate your Azure Cache for Redis instance from non
1717
Azure Cache for Redis supports zone redundancy in its Standard, Premium, Enterprise, and Enterprise Flash tiers. A zone-redundant cache runs on VMs spread across multiple availability zone to provide high resilience and availability.
1818

1919
> [!NOTE]
20-
> Converting an existing resource from non-availability zone support to availability zone support is in preview for standard & premium tier caches.
20+
> Converting an existing resource from non-availability zone support to availability zone support is available for Standard and Premium tier caches. Enterprise and Enterprise Flash tier caches are created to be zonal by default.
2121
2222
> [!NOTE]
23-
> Zone redundancy isn't supported with geo-replication.
23+
> Zone redundancy isn't supported with geo-replication on the Standard and Premium tiers. It is supported on the Enterprise and Enteprise Flash tiers.
2424
2525
## Enabling Zone Redundancy for Enterprise, and Enterprise Flash tiers
2626

@@ -59,7 +59,7 @@ Running multiple caches simultaneously as you convert your data to the new cache
5959

6060
## Enabling Zone Redundancy for Standard and Premium tiers
6161

62-
Updating an existing Standard or Premium cache to use zone redundancy is supported in-place (Preview). Users can enable it by navigating to the **Advanced settings** on the Resource menu and selecting **Allocate Zones automatically** check-box followed by the save button.
62+
Updating an existing Standard or Premium cache to use zone redundancy is supported in-place. Users can enable it by navigating to the **Advanced settings** on the Resource menu and selecting **Allocate Zones automatically** check-box followed by the save button.
6363

6464
Users can't disable zone redundancy once it's enabled.
6565

0 commit comments

Comments
 (0)