Skip to content

Commit b660336

Browse files
Merge pull request #243522 from MSFTeegarden/patch-28
Update cache-how-to-geo-replication.md
2 parents 8120f8e + c5815c9 commit b660336

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Be sure to check the following items:
138138

139139
- If you’re using a firewall in either cache, make sure that the firewall settings are similar so you have no connection issues.
140140
- Make sure both caches are using the same port and TLS/SSL settings
141-
- The geo-primary and geo-secondary caches have different access keys. If a failover is triggered, make sure your application can update the access key it's using to match the new geo-primary.
141+
- The geo-primary and geo-secondary caches have different access keys. If a failover is triggered, make sure your application can update the access key it's using to match the new geo-primary. Or, use [Azure Active Directory tokens for cache authentication](cache-azure-active-directory-for-authentication.md), which allow you to use the same authentication credential for both the geo-primary and the geo-secondary cache.
142142

143143
### Failover with minimal data loss
144144

@@ -149,6 +149,10 @@ Geo-failover events can introduce data inconsistencies during the transition, es
149149

150150
There's no need to run the CLIENT UNPAUSE command as the new geo-primary does retain the client pause.
151151

152+
>[!NOTE]
153+
>Using [Azure Active Directory based authentication](cache-azure-active-directory-for-authentication.md) for your cache is recommended in geo-failover scenarios because it removes the difficulty of managing different access keys for the geo-primary and the geo-secondary cache.
154+
>
155+
152156
## Remove a geo-replication link
153157

154158
1. To remove the link between two caches and stop geo-replication, select **Unlink caches** from the **Geo-replication** on the left.

0 commit comments

Comments
 (0)