Skip to content

Commit 2608740

Browse files
committed
Replace code sample links with Redis ext lib links
1 parent cfd12b0 commit 2608740

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Microsoft Entra with Azure Cache for Redis.
44
ms.custom: references_regions, ignite-2024
55

66
ms.topic: conceptual
7-
ms.date: 07/17/2024
7+
ms.date: 07/22/2025
88
appliesto:
99
- ✅ Azure Cache for Redis
1010
---
@@ -142,16 +142,14 @@ The library [`Microsoft.Azure.StackExchangeRedis`](https://www.nuget.org/package
142142

143143
The following table includes links to code samples. They demonstrate how to connect to your Azure Cache for Redis instance by using a Microsoft Entra token. Various client libraries are included in multiple languages.
144144

145-
| Client library | Language | Link to sample code|
146-
|----|----|----|
147-
| StackExchange.Redis | .NET | [StackExchange.Redis code sample](https://github.com/Azure/Microsoft.Azure.StackExchangeRedis) |
148-
| go-redis | Go | [go-redis code sample](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#example-package-Redis) |
149-
| redis-py | Python | [redis-py code sample](https://aka.ms/redis/aad/sample-code/python) |
150-
| Jedis | Java | [Jedis code sample](https://aka.ms/redis/aad/sample-code/java-jedis) |
151-
| Lettuce | Java | [Lettuce code sample](https://aka.ms/redis/aad/sample-code/java-lettuce) |
152-
| Redisson | Java | [Redisson code sample](https://aka.ms/redis/aad/sample-code/java-redisson) |
153-
| ioredis | Node.js | [ioredis code sample](https://aka.ms/redis/aad/sample-code/js-ioredis) |
154-
| node-redis | Node.js | [node-redis code sample](https://aka.ms/redis/aad/sample-code/js-noderedis) |
145+
| Client library | Language | Link to sample code |
146+
|---------------------|----------|------------------------------------------------------------------------------------------------|
147+
| StackExchange.Redis | .NET | [StackExchange.Redis code sample](https://github.com/Azure/Microsoft.Azure.StackExchangeRedis) |
148+
| redis-py | Python | [redis-py code sample](https://redis.io/docs/latest/develop/clients/redis-py/amr/) |
149+
| Jedis | Java | [Jedis code sample](https://redis.io/docs/latest/develop/clients/jedis/amr/) |
150+
| Lettuce | Java | [Lettuce code sample](https://redis.io/docs/latest/develop/clients/lettuce/amr/) |
151+
| node-redis | Node.js | [node-redis code sample](https://redis.io/docs/latest/develop/clients/nodejs/amr/) |
152+
| go-redis | Go | [go code sample](https://redis.io/docs/latest/develop/clients/go/amr) |
155153

156154
### Best practices for Microsoft Entra authentication
157155

articles/redis/entra-for-authentication.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Microsoft Entra for cache authentication with Azure Managed Redis
33
description: Learn how to use Microsoft Entra with Azure Managed Redis.
4-
ms.date: 05/18/2025
4+
ms.date: 07/23/2025
55
ms.service: azure-managed-redis
66
ms.topic: conceptual
77
ms.custom:
@@ -98,14 +98,14 @@ The library [`Microsoft.Azure.StackExchangeRedis`](https://www.nuget.org/package
9898

9999
The following table includes links to code samples. They demonstrate how to connect to your Azure Managed Redis instance by using a Microsoft Entra token. Various client libraries are included in multiple languages.
100100

101-
| Client library | Language | Link to sample code|
102-
|----|----|----|
103-
| StackExchange.Redis | .NET | [StackExchange.Redis code sample](https://github.com/Azure/Microsoft.Azure.StackExchangeRedis) |
104-
| redis-py | Python | [redis-py code sample](https://redis.io/docs/latest/develop/clients/redis-py/amr/) |
105-
| Jedis | Java | [Jedis code sample](https://redis.io/docs/latest/develop/clients/jedis/amr/) |
106-
| Lettuce | Java | [Lettuce code sample](https://redis.io/docs/latest/develop/clients/lettuce/amr/) |
107-
| node-redis | Node.js | [node-redis code sample](https://redis.io/docs/latest/develop/clients/nodejs/amr/) |
108-
| go-redis | go language | [go code sample](https://redis.io/docs/latest/develop/clients/go/amr) |
101+
| Client library | Language | Link to sample code |
102+
|---------------------|----------|------------------------------------------------------------------------------------------------|
103+
| StackExchange.Redis | .NET | [StackExchange.Redis code sample](https://github.com/Azure/Microsoft.Azure.StackExchangeRedis) |
104+
| redis-py | Python | [redis-py code sample](https://redis.io/docs/latest/develop/clients/redis-py/amr/) |
105+
| Jedis | Java | [Jedis code sample](https://redis.io/docs/latest/develop/clients/jedis/amr/) |
106+
| Lettuce | Java | [Lettuce code sample](https://redis.io/docs/latest/develop/clients/lettuce/amr/) |
107+
| node-redis | Node.js | [node-redis code sample](https://redis.io/docs/latest/develop/clients/nodejs/amr/) |
108+
| go-redis | Go | [go code sample](https://redis.io/docs/latest/develop/clients/go/amr) |
109109

110110
### Best practices for Microsoft Entra authentication
111111

0 commit comments

Comments
 (0)