You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/includes/redis-cache-create.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: redis-cache
5
5
author: flang-msft
6
6
ms.service: cache
7
7
ms.topic: "include"
8
-
ms.date: 02/13/2024
8
+
ms.date: 05/07/2024
9
9
ms.author: franlanglois
10
10
ms.custom: "include file"
11
11
---
@@ -14,19 +14,20 @@ ms.custom: "include file"
14
14
15
15
:::image type="content" source="media/redis-cache-create/create-resource.png" alt-text="Create a resource is highlighted in the left navigation pane.":::
16
16
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**.
18
18
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.":::
20
20
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.
|**Subscription**| Drop down and select your subscription. | The subscription under which to create this new Azure Cache for Redis instance. |
26
26
|**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. |
27
27
|**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*. |
28
28
|**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). |
30
31
31
32
1. Select the **Networking** tab or select the **Networking** button at the bottom of the page.
0 commit comments