Skip to content

Commit bdc70bd

Browse files
committed
misplace access key reference
1 parent f25f108 commit bdc70bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/redis/includes/cache-entra-access.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ ms.custom:
88

99
### Use Microsoft Entra ID authentication on your cache
1010

11-
Azure Redis caches, except for Enterprise and Enterprise Flash tiers, have Microsoft Entra Authentication enabled by default. Access keys are disabled by default.
12-
13-
[!INCLUDE [redis-access-key-alert](redis-access-key-alert.md)]
11+
Azure Managed Redis caches have Microsoft Entra Authentication enabled by default.
1412

1513
1. In the Azure portal, select the cache where you'd like to use Microsoft Entra token-based authentication.
1614

articles/redis/includes/redis-access-key-alert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.custom:
66
---
77

88
> [!IMPORTANT]
9-
> Microsoft recommends using Microsoft Entra ID authentication for the most secure authentication experience instead of using passwords or access keys. The authentication described in this section of the article uses access keys, which require a high degree of trust in the application and carries risks not present when using Microsoft Entra ID. Use the approach in this document only when Microsoft Entra ID authentication isn't viable.
9+
> Microsoft recommends using Microsoft Entra ID authentication for the most secure authentication experience instead of using passwords or access keys. Access keys require a high degree of trust in the application and carry risks not present when using Microsoft Entra ID. Use the access keys only when Microsoft Entra ID authentication isn't viable.

articles/redis/python-get-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ Microsoft Entra ID access tokens have limited lifespans, [averaging 75 minutes](
213213

214214
## [Access Key Authentication](#tab/accesskey)
215215

216+
[!INCLUDE [redis-access-key-alert](includes/redis-access-key-alert.md)]
217+
216218
[!INCLUDE [redis-cache-access-keys](includes/redis-cache-access-keys.md)]
217219

218220
### Read and write to the cache from the command line

0 commit comments

Comments
 (0)