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
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-how-to-active-geo-replication.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
title: Configure active geo-replication for Enterprise Azure Cache for Redis instances
3
3
description: Learn how to replicate your Azure Cache for Redis Enterprise instances across Azure regions.
4
4
author: flang-msft
5
+
5
6
ms.service: cache
6
7
ms.topic: conceptual
7
-
ms.date: 06/15/2022
8
+
ms.date: 08/15/2022
8
9
ms.author: franlanglois
9
10
10
11
---
@@ -64,12 +65,11 @@ You should remove the unavailable cache because the remaining caches in the repl
64
65
65
66
### Azure CLI
66
67
67
-
Use the Azure CLI for creating a new cache and geo-replication group, or to add a new cache to an existing geo-replication group. For more information, see [az redisenterprise create](/cli/azure/redisenterprise?view=azure-cli-latest).
68
+
Use the Azure CLI for creating a new cache and geo-replication group, or to add a new cache to an existing geo-replication group. For more information, see [az redisenterprise create](/cli/azure/redisenterprise#az-redisenterprise-create).
68
69
69
70
#### Create new Enterprise instance in a new geo-replication group using Azure CLI
70
71
71
-
This example creates a new Azure Cache for Redis Enterprise E10 cache instance called `Cache1` in the East US region. Then, the cache is added to a new active geo-replication group called `replicationGroup`:
72
-
72
+
This example creates a new Azure Cache for Redis Enterprise E10 cache instance called _Cache1_ in the East US region. Then, the cache is added to a new active geo-replication group called `replicationGroup`:
@@ -81,18 +81,18 @@ To configure active geo-replication properly, the ID of the cache instance being
81
81
82
82
#### Create new Enterprise instance in an existing geo-replication group using Azure CLI
83
83
84
-
This example creates a new Cache for Redis Enterprise E10 instance called `Cache2` in the West US region. Then, the cache is added to the `replicationGroup` active geo-replication group created above. This way, it's linked in an active-active configuration with Cache1.
84
+
This example creates a new Cache for Redis Enterprise E10 instance called _Cache2_ in the West US region. Then, the cache is added to the `replicationGroup` active geo-replication group created above. This way, it's linked in an active-active configuration with Cache1.
85
85
<!-- love the simple, declarative sentences. I am once again add the full product name -->
As before, you need to list both `Cache1` and `Cache2` using the `--linked-databases` parameter.
91
+
As before, you need to list both _Cache1_ and _Cache2_ using the `--linked-databases` parameter.
92
92
93
93
### Azure PowerShell
94
94
95
-
Use Azure PowerShell to create a new cache and geo-replication group, or to add a new cache to an existing geo-replication group. For more information, see [New-AzRedisEnterpriseCache](/powershell/module/az.redisenterprisecache/new-azredisenterprisecache?view=azps-8.2.0).
95
+
Use Azure PowerShell to create a new cache and geo-replication group, or to add a new cache to an existing geo-replication group. For more information, see [New-AzRedisEnterpriseCache](/powershell/module/az.redisenterprisecache/new-azredisenterprisecache).
96
96
97
97
#### Create new Enterprise instance in a new geo-replication group using PowerShell
98
98
@@ -108,13 +108,13 @@ To configure active geo-replication properly, the ID of the cache instance being
108
108
109
109
#### Create new Enterprise instance in an existing geo-replication group using PowerShell
110
110
111
-
This example creates a new Azure Cache for Redis E10 instance called `Cache2` in the West US region. Then, the cache is added to the "replicationGroup" active geo-replication group created above. This way, it's linked in an active-active configuration with `Cache1`.
111
+
This example creates a new Azure Cache for Redis E10 instance called _Cache2_ in the West US region. Then, the cache is added to the "replicationGroup" active geo-replication group created above. This way, it's linked in an active-active configuration with _Cache1_.
0 commit comments