Skip to content

Commit c69869a

Browse files
Merge pull request #287762 from shpathak-msft/patch-2
Update best practices for disabling access keys
2 parents 4f3e41d + 0c3af76 commit c69869a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ Using Microsoft Entra is the secure way to connect your cache. We recommend that
6363

6464
When you disable access key authentication for a cache, all existing client connections are terminated, whether they use access keys or Microsoft Entra authentication. Follow the recommended Redis client best practices to implement proper retry mechanisms for reconnecting Microsoft Entra-based connections, if any.
6565

66-
Before you disable access keys:
66+
### Before you disable access keys:
6767

68-
- Microsoft Entra authorization must be enabled.
68+
- Ensure that Microsoft Entra authentication is enabled and you have at least one Redis User configured.
69+
- Ensure all applications connecting to your cache instance switch to using Microsoft Entra Authentication.
70+
- Ensure that the metrics _Connected Clients_ and _Connected Clients Using Microsoft Entra Token_ have the same values. If the values for these two metrics are not the same, that means there are still some connections that were created using access keys and not Entra Token.
71+
- Consider disabling access during the scheduled maintenance window for your cache instance.
6972
- Disabling access keys is only available for Basic, Standard, and Premium tier caches.
7073
- For geo-replicated caches, you must:
7174

0 commit comments

Comments
 (0)