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-azure-active-directory-for-authentication.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: flang-msft
7
7
ms.custom: references_regions
8
8
ms.service: cache
9
9
ms.topic: conceptual
10
-
ms.date: 05/09/2024
10
+
ms.date: 07/17/2024
11
11
ms.author: franlanglois
12
12
13
13
---
@@ -61,9 +61,9 @@ For information on using Microsoft Entra ID with Azure CLI, see the [references
61
61
62
62
Using Microsoft Entra ID is the secure way to connect your cache. We recommend using Microsoft Entra ID and disabling access keys.
63
63
64
-
When you disable access key Authentication for a cache, all existing client connections are terminated on the server side by Redis Launch, whether they use access keys or Microsoft Entra ID auth-based. You're advised to follow the recommended Redis client best practices to implement proper retry mechanisms for reconnecting MS Entra-based connections, if any.
64
+
When you disable access key Authentication for a cache, all existing client connections are terminated, whether they use access keys or Microsoft Entra ID auth-based. You're advised to follow the recommended Redis client best practices to implement proper retry mechanisms for reconnecting MS Entra-based connections, if any.
65
65
66
-
Before you disable access keys:
66
+
Before you disable access keys:
67
67
68
68
- Before you disable access keys, Microsoft Entra ID authorization must be enabled.
69
69
- Disabling access keys is only available for Basic, Standard, and Premium tier caches.
@@ -84,9 +84,7 @@ If you have a cache where access keys are used, and you want to disable access k
84
84
1. You're asked to confirm that you want to update your configuration. Select **Yes**.
85
85
86
86
> [!IMPORTANT]
87
-
> When the **Disable Access Key Authentication**" setting is changed for a cache, all existing client connections, using access keys or Microsoft Entra ID, are terminated on the server side by Redis Launch. You should follow the recommended best practices to implement proper retry mechanisms for reconnecting MS Entra-based connections, if any. For more information, see [Connection resilience](cache-best-practices-connection.md).
88
-
89
-
<!-- are we sure we want to call out Redis Launch here? Readers might not know what it is. Does it matter that it is Redis Launch -->
87
+
> When the **Disable Access Key Authentication**" setting is changed for a cache, all existing client connections, using access keys or Microsoft Entra ID, are terminated. Follow the best practices to implement proper retry mechanisms for reconnecting MS Entra-based connections. For more information, see [Connection resilience](cache-best-practices-connection.md).
90
88
91
89
## Using data access configuration with your cache
0 commit comments