Skip to content

Commit a973fee

Browse files
authored
Merge pull request #89655 from damabe/1570680-Part16
SEOImprovement: User Story 1570680, Part 16
2 parents 3fb11d1 + d5996cf commit a973fee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/azure-cache-for-redis/cache-java-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/23/2018
1717
ms.author: yegu
18-
ms.custom: mvc, seo-java-august2019
18+
ms.custom: mvc, seo-java-august2019, seo-java-september2019
1919
#Customer intent: As a Java developer, new to Azure Cache for Redis, I want to create a new Java app that uses Azure Cache for Redis.
2020
---
2121

@@ -132,7 +132,7 @@ mvn exec:java -D exec.mainClass=example.demo.App
132132

133133
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.
134134

135-
![Cache app completed](./media/cache-java-get-started/cache-app-complete.png)
135+
![Azure Cache for Redis app completed](./media/cache-java-get-started/azure-cache-redis-complete.png)
136136

137137
## Clean up resources
138138

@@ -148,7 +148,7 @@ Otherwise, if you are finished with the quickstart sample application, you can d
148148

149149
1. In the **Filter by name** textbox, type 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**.
150150

151-
![Delete](./media/cache-java-get-started/cache-delete-resource-group.png)
151+
![Azure resource group deleted](./media/cache-java-get-started/azure-cache-redis-delete-resource-group.png)
152152

153153
1. You will be asked to confirm the deletion of the resource group. Type the name of your resource group to confirm, and select **Delete**.
154154

includes/redis-cache-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: "include file"
1313

1414
1. To create a cache, first sign in to the [Azure portal](https://portal.azure.com). Then select **Create a resource** > **Databases** > **Azure Cache for Redis**.
1515

16-
![New cache](media/redis-cache-create/redis-cache-new-cache-menu.png)
16+
![New Azure Cache for Redis menu](media/redis-cache-create/redis-cache-new-cache-menu.png)
1717

1818
2. In **New Azure Cache for Redis**, configure the settings for your new cache.
1919

@@ -26,11 +26,11 @@ ms.custom: "include file"
2626
| **[Pricing tier](https://azure.microsoft.com/pricing/details/cache/)** | Basic C0 (250 MB Cache) | The pricing tier determines the size, performance, and features that are available for the cache. For more information, see [Azure Cache for Redis Overview](../articles/azure-cache-for-redis/cache-overview.md). |
2727
| **Pin to dashboard** | Selected | Pin the new cache to your dashboard to make it easy to find. |
2828

29-
![Create cache](media/redis-cache-create/redis-cache-cache-create.png)
29+
![Create Azure Cache for Redis](media/redis-cache-create/redis-cache-cache-create.png)
3030

3131
3. After the new cache settings are configured, select **Create**.
3232

3333
It can take a few minutes for the cache to be created. To check the status, you can monitor the progress on the dashboard. After the cache has been created, it shows the status **Running**, and is ready for use.
3434

35-
![Cache created](media/redis-cache-create/redis-cache-cache-created.png)
35+
![Azure Cache for Redis created](media/redis-cache-create/redis-cache-cache-created.png)
3636

0 commit comments

Comments
 (0)