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
|[Standard replication](#standard-replication-for-high-availability)| Dual-node replicated configuration in a single data center with automatic failover | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |✔|✔|✔|
23
23
|[Zone redundancy](#zone-redundancy)| Multi-node replicated configuration across Availability Zones, with automatic failover | 99.9% in Premium; 99.99% in Enterprise (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-|✔|✔|
24
-
|[Geo-replication](#geo-replication)| Linked cache instances in two regions, with user-controlled failover | Premium; Enterprise (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-|Passive|Active|
24
+
| Geo-replication | Linked cache instances in two regions, with user-controlled failover | Premium; Enterprise (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-|[Passive](#passive-geo-replication)|[Active](#active-geo-replication)|
25
25
|[Import/Export](#importexport)| Point-in-time snapshot of data in cache. | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-|✔|✔|
26
26
|[Persistence](#persistence)| Periodic data saving to storage account. | 99.9% (see [details](https://azure.microsoft.com/support/legal/sla/cache/v1_1/)) |-|✔|Preview|
27
27
@@ -113,7 +113,7 @@ Zone-redundant Premium tier caches are available in the following regions:
113
113
| West US 2 | Switzerland North ||||
114
114
| West US 3 |||||
115
115
116
-
Zone-redundant Enterprise and Enterprise Flash tier caches are available in the following regions:
116
+
Zone-redundant Enterprise and Enterprise Flash tier caches are available in the following regions:
117
117
118
118
| Americas | Europe | Middle East | Africa | Asia Pacific |
119
119
|---|---|---|---|---|
@@ -124,10 +124,11 @@ Zone-redundant Enterprise and Enterprise Flash tier caches are available in the
124
124
| South Central US |||||
125
125
| West US 2 |||||
126
126
127
-
\* Enterprise Flash tier not available in this region.
127
+
\* Enterprise Flash tier not available in this region.
128
128
129
129
#### Availability zone redeployment and migration
130
-
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](https://learn.microsoft.com/azure/availability-zones/migrate-cache-redis)
130
+
131
+
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/availability-zones/migrate-cache-redis).
131
132
132
133
## Persistence
133
134
@@ -157,9 +158,10 @@ Consider choosing a geo-redundant storage account to ensure high availability of
157
158
158
159
Applicable tiers: **Premium**
159
160
160
-
Recommmended for: **Disaster recovery - single region**
161
+
Recommended for: **Disaster recovery - single region**
161
162
162
163
[Geo-replication](cache-how-to-geo-replication.md) is a mechanism for linking two or more Azure Cache for Redis instances, typically spanning two Azure regions. Geo-replication is designed mainly for cross-region disaster recovery. Two Premium tier cache instances are connected through geo-replication in a way that provides reads and writes to your primary cache, and that data is replicated to the secondary cache.
164
+
163
165
For more information on how to set it up, see [Configure geo-replication for Premium Azure Cache for Redis instances](./cache-how-to-geo-replication.md).
164
166
165
167
If the region hosting the primary cache goes down, you’ll need to start the failover by: first, unlinking the secondary cache, and then, updating your application to point to the secondary cache for reads and writes.
@@ -168,7 +170,7 @@ If the region hosting the primary cache goes down, you’ll need to start the fa
The Enterprise tiers support a more advanced form of geo-replication called [active geo-replication](cache-how-to-active-geo-replication.md) that offers both higher availability and cross-region disaster recovery across multiple regions. The Azure Cache for Redis Enterprise software uses conflict-free replicated data types to support writes to multiple cache instances, merges changes, and resolves conflicts. You can join up to five Enterprise tier cache instances in different Azure regions to form a geo-replication group.
0 commit comments