Skip to content

Commit be3a2aa

Browse files
committed
changed include syntax
1 parent 3fce7c1 commit be3a2aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this quickstart, you incorporate Azure Cache for Redis into a Node.js app to
1717
## Prerequisites
1818

1919
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
20-
- Node.js installed, if you haven't done so already. See [Install Node.js on Windows](/windows/dev-environment/javascript/nodejs-on-windows) for instructions on how to install Node and Node Package Manager (NPM) on a Windows computer.
20+
- Node.js installed, if you haven't done so already. See [Install Node.js on Windows](/windows/dev-environment/javascript/nodejs-on-windows) for instructions on how to install Node and npm on a Windows computer.
2121

2222
## Create a cache instance
2323

@@ -33,7 +33,6 @@ npm install redis
3333

3434
## [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
3535

36-
<!-- [!INCLUDE includes/cache-entra-access.md] -->
3736
[!INCLUDE [cache-entra-access](includes/cache-entra-access.md)]
3837

3938
### Install the JavaScript Azure Identity client library
@@ -250,8 +249,7 @@ Microsoft Entra ID access tokens have a limited lifespan, [averaging 75 minutes]
250249

251250
## [Access Key Authentication](#tab/accesskey)
252251

253-
[!INCLUDE includes/redis-cache-access-keys.md]
254-
252+
[!INCLUDE [redis-cache-access-keys](includes/redis-cache-access-keys.md)]
255253

256254
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.
257255

0 commit comments

Comments
 (0)