Skip to content

Commit 1e038ac

Browse files
committed
Updated for current UI
1 parent d7f3488 commit 1e038ac

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed
-1.28 KB
Loading
19.2 KB
Loading

articles/azure-cache-for-redis/includes/redis-cache-create.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: redis-cache
55
author: flang-msft
66
ms.service: cache
77
ms.topic: "include"
8-
ms.date: 02/13/2024
8+
ms.date: 05/07/2024
99
ms.author: franlanglois
1010
ms.custom: "include file"
1111
---
@@ -14,19 +14,20 @@ ms.custom: "include file"
1414

1515
:::image type="content" source="media/redis-cache-create/create-resource.png" alt-text="Create a resource is highlighted in the left navigation pane.":::
1616

17-
1. On the **New** page, select **Databases** and then select **Azure Cache for Redis**.
17+
1. On the **Get Started** page, type _Azure Cache for Redis_ in the search box. Then, select **Create**.
1818

19-
:::image type="content" source="media/redis-cache-create/select-cache.png" alt-text="On New, Databases is highlighted, and Azure Cache for Redis is highlighted.":::
19+
:::image type="content" source="media/redis-cache-create/select-cache.png" alt-text="Screenshot of the Azure Marketplace with Azure Cache for Redis in the search box and create is highlighted with a red box.":::
2020

21-
1. On the **New Redis Cache** page, configure the settings for your new cache.
21+
1. On the **New Redis Cache** page, configure the settings for your cache.
2222

2323
| Setting | Choose a value | Description |
2424
| ------------ | ------- | -------------------------------------------------- |
2525
| **Subscription** | Drop down and select your subscription. | The subscription under which to create this new Azure Cache for Redis instance. |
2626
| **Resource group** | Drop down and select a resource group, or select **Create new** and enter a new resource group name. | Name for the resource group in which to create your cache and other resources. By putting all your app resources in one resource group, you can easily manage or delete them together. |
2727
| **DNS name** | Enter a unique name. | The cache name must be a string between 1 and 63 characters that contain only numbers, letters, or hyphens. The name must start and end with a number or letter, and can't contain consecutive hyphens. Your cache instance's *host name* is *\<DNS name>.redis.cache.windows.net*. |
2828
| **Location** | Drop down and select a location. | Select a [region](https://azure.microsoft.com/regions/) near other services that use your cache. |
29-
| **Cache type** | Drop down and select a [tier](https://azure.microsoft.com/pricing/details/cache/). | The tier determines the size, performance, and features that are available for the cache. For more information, see [Azure Cache for Redis Overview](../cache-overview.md). |
29+
| **Cache SKU** | Drop down and select a [**SKU**](https://azure.microsoft.com/pricing/details/cache/). | The SKU determines the size, performance, and features parameters that are available for the cache. For more information, see [Azure Cache for Redis Overview](../cache-overview.md). |
30+
| **Cache size** | Drop down and select a size of your cache | For more information, see [Azure Cache for Redis Overview](../cache-overview.md). |
3031

3132
1. Select the **Networking** tab or select the **Networking** button at the bottom of the page.
3233

0 commit comments

Comments
 (0)