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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,15 @@ For information on using Microsoft Entra ID with Azure CLI, see the [references
59
59
60
60
## Disable access key authentication on your cache
61
61
62
-
Using Microsoft Entra ID is the secure way to connect your cache. We recommend using Microsoft Entra ID and disabling access keys.
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 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 are 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 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.
65
65
66
66
Before you disable access keys:
67
67
68
-
- Before disabling access keys, Microsoft Entra ID authorizaton must be enabled.
69
-
- Disabling Access keys is only available for Basic, Standard and Premium tier caches.
70
-
- For geo-replicated caches, before you disable accces keys, you must: 1) unlink the caches, 2) disable access keys, and finally, 3) re-link the caches.
68
+
- Before you disable access keys, Microsoft Entra ID authorization must be enabled.
69
+
- Disabling access keys is only available for Basic, Standard, and Premium tier caches.
70
+
- For geo-replicated caches, before you disable accces keys, you must: 1) unlink the caches, 2) disable access keys, and finally, 3) relink the caches.
71
71
72
72
If you have a cache where access keys are used, and you want to disable access keys, follow this procedure.
73
73
@@ -81,7 +81,7 @@ If you have a cache where access keys are used, and you want to disable access k
81
81
82
82
:::image type="content" source="media/cache-azure-active-directory-for-authentication/cache-disable-access-keys.png" alt-text="Screenshot showing access keys in the working pane with a red box around Disable Access Key Authentication. ":::
83
83
84
-
1. You are asked to confirm that you want to update your configuration. Select **Yes**.
84
+
1. You're asked to confirm that you want to update your configuration. Select **Yes**.
85
85
86
86
> [!IMPORTANT]
87
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).
0 commit comments