Skip to content

Commit fae6430

Browse files
committedOct 12, 2019
Updated image file name and alt text for SEO improvement
1 parent 84e5ae4 commit fae6430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.tgt_pltfrm: cache
1515
ms.workload: tbd
1616
ms.date: 05/21/2018
1717
ms.author: yegu
18-
ms.custom: mvc, seo-javascript-september2019
18+
ms.custom: mvc, seo-javascript-september2019, seo-javascript-october2019
1919
#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.
2020
---
2121
# Quickstart: Use Azure Cache for Redis with Node.js
@@ -109,7 +109,7 @@ node redistest.js
109109

110110
In the example below, you can see the `Message` key previously had a cached value, which was set using the Redis Console in the Azure portal. The app updated that cached value. The app also executed the `PING` and `CLIENT LIST` commands.
111111

112-
![Cache app completed](./media/cache-nodejs-get-started/cache-app-complete.png)
112+
![Redis Cache app completed](./media/cache-nodejs-get-started/redis-cache-app-complete.png)
113113

114114
## Clean up resources
115115

@@ -125,7 +125,7 @@ Sign in to the [Azure portal](https://portal.azure.com) and select **Resource gr
125125

126126
In the **Filter by name** text box, enter the name of your resource group. The instructions for this article used a resource group named *TestResources*. On your resource group in the result list, select **...** then **Delete resource group**.
127127

128-
![Delete](./media/cache-nodejs-get-started/cache-delete-resource-group.png)
128+
![Delete Azure Resource group](./media/cache-nodejs-get-started/redis-cache-delete-resource-group.png)
129129

130130
You will be asked to confirm the deletion of the resource group. Enter the name of your resource group to confirm, and select **Delete**.
131131

0 commit comments

Comments
 (0)
Please sign in to comment.