Skip to content

Commit 1f94860

Browse files
Merge pull request #295915 from MSFTeegarden/patch-87
Updated wording
2 parents ea1c797 + 7604fc0 commit 1f94860

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ To create a cache, follow these steps:
7373

7474
Azure Cache for Redis automatically allocates zones to the cache on behalf of the user based on the number of nodes per shard and region's zonal support such that the cache is spread across multiple zones for high availability.
7575

76-
With this type of allocation, users don't need to worry about choosing the zones manually for the cache and the capacity issues associated with the zones as Azure handles them.
77-
78-
The actual zones that are allocated to the cache are abstracted from the user.
76+
With this type of allocation, users don't need to worry about choosing zones manually. The actual zones that are allocated to the cache are abstracted from the user. Azure ensures that the cache's primary and replica nodes are spread across different zones for high availability.
7977

8078
The REST API spec for different types of zonal allocation can be found at: [Create - ZonalAllocationPolicy](/rest/api/redis/redis/create#zonalallocationpolicy).
8179

articles/reliability/migrate-cache-redis.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ Azure Cache for Redis supports zone redundancy in its Standard, Premium, Enterpr
1919
> [!NOTE]
2020
> 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
22-
> [!NOTE]
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.
24-
2522
## Enabling Zone Redundancy for Enterprise, and Enterprise Flash tiers
2623

2724
Currently, the only way to convert an enterprise / enterprise flash resource from non-availability zone support to availability zone support is to redeploy your current cache.
@@ -67,7 +64,7 @@ Users can't disable zone redundancy once it's enabled.
6764

6865
This update can also be done by passing `ZonalAllocationPolicy` as `Automatic` in the request body while updating the cache using REST API. For more information regarding the update process using REST API, see [Update - ZonalAllocationPolicy](/rest/api/redis/redis/update#zonalallocationpolicy).
6966

70-
Updating `ZonalAllocationPolicy to any other value than `Automatic` isn't supported.
67+
Updating `ZonalAllocationPolicy` to any other value than `Automatic` isn't supported.
7168

7269
> [!IMPORTANT]
7370
> Automatic Zonal Allocation cannot be modified once enabled for a cache.

0 commit comments

Comments
 (0)