Skip to content

Commit 7d7b9b8

Browse files
committed
Minor editorial tweaks.
1 parent c25053a commit 7d7b9b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-cache-for-redis/cache-how-to-active-geo-replication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55

66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 02/15/2023
8+
ms.date: 03/28/2023
99
ms.author: franlanglois
1010

1111
---
@@ -43,7 +43,7 @@ There are a few restrictions when using active geo replication:
4343
- Data persistence isn't supported because active geo-replication provides a superior experience.
4444
- You can't add an existing (that is, running) cache to a geo-replication group. You can only add a cache to a geo-replication group when you create the cache.
4545
- All caches within a geo-replication group must have the same configuration. (for example, same SKU, capacity, eviction policy, clustering policy, modules, and TLS setting.)
46-
- You can't use the `FLUSHALL` and `FLUSHDB` commands Redis when using active geo-replication. Prohibiting the commands prevents unintended deletion of data. Use the [flush control plane operation](#flush-operation) instead.
46+
- You can't use the `FLUSHALL` and `FLUSHDB` Redis commands when using active geo-replication. Prohibiting the commands prevents unintended deletion of data. Use the [flush control plane operation](#flush-operation) instead.
4747

4848
## Create or join an active geo-replication group
4949

@@ -65,7 +65,7 @@ There are a few restrictions when using active geo replication:
6565

6666
## Remove from an active geo-replication group
6767

68-
To remove a cache instance from an active geo-replication group, you just delete the instance. The remaining instances will reconfigure themselves automatically.
68+
To remove a cache instance from an active geo-replication group, you just delete the instance. The remaining instances then reconfigure themselves automatically.
6969

7070
## Force-unlink if there's a region outage
7171

@@ -145,10 +145,10 @@ As before, you need to list both _Cache1_ and _Cache2_ using the `-LinkedDatabas
145145

146146
Due to the potential for inadvertent data loss, you can't use the `FLUSHALL` and `FLUSHDB` Redis commands with any cache instance residing in a geo-replication group. Instead, use the **Flush Cache(s)** button located at the top of the **Active geo-replication** working pane.
147147

148-
**FRAN--need a screenshot picture here**
148+
<!-- **FRAN--need a screenshot picture here** -->
149149

150150
> [!IMPORTANT]
151-
> Be careful when using the Flush Caches feature. This button will remove all data from the current cache and from ALL linked caches in the geo-replication group.
151+
> Be careful when using the Flush Caches feature. Selecting the button removes all data from the current cache and from ALL linked caches in the geo-replication group.
152152
>
153153
154154
Manage access to the feature using [Azure role-based access control](../role-based-access-control/overview.md). Only authorized users should be given access to flush all caches.

0 commit comments

Comments
 (0)