Skip to content

Commit 77630cf

Browse files
committed
update
1 parent bbecf7b commit 77630cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/includes/code-redis-me-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ ms.author: xiaofanzhou
209209
```bash
210210
npm install redis @azure/identity
211211
```
212-
1. Get the Redis connection string from the environment variable added by Service Connectorm. For more information, see (Azure Cache for Redis: Microsoft Entra ID with node-redis client library)[https://aka.ms/redis/aad/sample-code/js-noderedis].
212+
1. Add the authentication logic with environment variables set by Service Connector. For more information, see (Azure Cache for Redis: Microsoft Entra ID with node-redis client library)[https://aka.ms/redis/aad/sample-code/js-noderedis].
213213
214214
```javascript
215215
import { createClient } from "redis";

0 commit comments

Comments
 (0)