Skip to content

Commit dcd4257

Browse files
committed
Made edits from merge team
1 parent 641f8ba commit dcd4257

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 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: 10/06/2020
8+
ms.date: 02/13/2024
99
ms.author: franlanglois
1010
ms.custom: "include file"
1111
---
@@ -24,8 +24,8 @@ ms.custom: "include file"
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. |
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* will be *\<DNS name>.redis.cache.windows.net*. |
28-
| **Location** | Drop down and select a location. | Select a [region](https://azure.microsoft.com/regions/) near other services that will use your cache. |
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+
| **Location** | Drop down and select a location. | Select a [region](https://azure.microsoft.com/regions/) near other services that use your cache. |
2929
| **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). |
3030

3131
1. Select the **Networking** tab or select the **Networking** button at the bottom of the page.
@@ -34,11 +34,10 @@ ms.custom: "include file"
3434

3535
1. Select the **Next: Advanced** tab or select the **Next: Advanced** button on the bottom of the page to see the **Advanced** tab.
3636

37-
1. For Basic or Standard caches, toggle the selection for a non-TLS port. You can also select if you want to enable **Microsoft Entra Authentication**.
37+
:::image type="content" source="media/redis-cache-create/cache-redis-version.png" alt-text="Screenshot showing the Advanced tab in the working pane and the available option to select.":::
3838

39-
:::image type="content" source="media/redis-cache-create/cache-redis-version.png" alt-text="Redis version 4 or 6.":::
40-
41-
1. For a Premium cache, configure the settings for non-TLS port, clustering, managed identity, and data persistence. You can also select if you want to enable **Microsoft Entra Authentication**.
39+
- - For Basic or Standard caches, toggle the selection for a non-TLS port. You can also select if you want to enable **Microsoft Entra Authentication**.
40+
- For a Premium cache, configure the settings for non-TLS port, clustering, managed identity, and data persistence. You can also select if you want to enable **Microsoft Entra Authentication**.
4241

4342
1. Select the **Next: Tags** tab or select the **Next: Tags** button at the bottom of the page.
4443

@@ -48,4 +47,4 @@ ms.custom: "include file"
4847

4948
1. After the green Validation passed message appears, select **Create**.
5049

51-
It takes a while for the cache to create. You can monitor progress on the Azure Cache for Redis **Overview** page. When **Status** shows as **Running**, the cache is ready to use.
50+
It takes a while for a cache to create. You can monitor progress on the Azure Cache for Redis **Overview** page. When **Status** shows as **Running**, the cache is ready to use.

0 commit comments

Comments
 (0)