Skip to content

Commit a11224a

Browse files
committed
Removed some text
1 parent fba363c commit a11224a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: flang-msft
77
ms.custom: references_regions
88
ms.service: cache
99
ms.topic: conceptual
10-
ms.date: 05/09/2024
10+
ms.date: 07/17/2024
1111
ms.author: franlanglois
1212

1313
---
@@ -61,9 +61,9 @@ For information on using Microsoft Entra ID with Azure CLI, see the [references
6161

6262
Using Microsoft Entra ID is the secure way to connect your cache. We recommend using Microsoft Entra ID and disabling access keys.
6363

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.
6565

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

6868
- Before you disable access keys, Microsoft Entra ID authorization must be enabled.
6969
- 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
8484
1. You're asked to confirm that you want to update your configuration. Select **Yes**.
8585

8686
> [!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).
9088
9189
## Using data access configuration with your cache
9290

0 commit comments

Comments
 (0)