Skip to content

Commit 6517b42

Browse files
committed
updated code type
1 parent f86f71b commit 6517b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-nodejs-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55
ms.service: cache
66
ms.devlang: javascript
77
ms.topic: quickstart
8-
ms.date: 02/16/2023
8+
ms.date: 06/04/2024
99
ms.author: franlanglois
1010
ms.custom: mvc, devx-track-js, mode-api, engagement-fy23
1111
#Customer intent: As a Node.js developer, new to Azure Cache for Redis, I want to create a new Node.js app that uses Azure Cache for Redis.
@@ -29,7 +29,7 @@ For examples of using other Node.js clients, see the individual documentation fo
2929

3030
Add environment variables for your **HOST NAME** and **Primary** access key. Use these variables from your code instead of including the sensitive information directly in your code.
3131

32-
```powershell
32+
```console
3333
set AZURE_CACHE_FOR_REDIS_HOST_NAME=contosoCache
3434
set AZURE_CACHE_FOR_REDIS_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
3535
```

0 commit comments

Comments
 (0)