Skip to content

Commit 4e54fe0

Browse files
authored
Merge pull request #48828 from joroda/redis-cache_georeplicationdocs
Update docs to reflect that geo-replication of Redis caches in peered…
2 parents 3c7002e + cf10ec7 commit 4e54fe0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/redis-cache/cache-how-to-geo-replication.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ To configure Geo-replication between two caches, the following prerequisites mus
3131
- If the primary linked cache has clustering enabled, the secondary linked cache must have clustering enabled with the same number of shards as the primary linked cache.
3232
- Both caches must be created and in a running state.
3333
- Persistence must not be enabled on either cache.
34-
- Geo-replication between caches in the same VNET is supported. Geo-replication between caches in different VNETs is also supported, as long as the two VNETs are configured in such a way that resources in the VNETs are able to reach each other via TCP connections.
34+
- Geo-replication between caches in the same VNET is supported.
35+
- Geo-replication between caches in peered VNETs within the same region is currently a preview feature. The two VNETs need to be configured in such a way that resources in the VNETs are able to reach each other via TCP connections.
36+
- Geo-replication between caches in peered VNETs in different regions is not yet supported, but will be in preview soon.
3537

3638
After Geo-replication is configured, the following restrictions apply to your linked cache pair:
3739

0 commit comments

Comments
 (0)