Skip to content

Commit fba363c

Browse files
committed
acrolinx
1 parent 1aad8db commit fba363c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ For information on using Microsoft Entra ID with Azure CLI, see the [references
5959

6060
## Disable access key authentication on your cache
6161

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

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

6666
Before you disable access keys:
6767

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

7272
If you have a cache where access keys are used, and you want to disable access keys, follow this procedure.
7373

@@ -81,7 +81,7 @@ If you have a cache where access keys are used, and you want to disable access k
8181

8282
:::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. ":::
8383

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**.
8585

8686
> [!IMPORTANT]
8787
> 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

Comments
 (0)