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
|**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
-
|**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. |
29
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). |
30
30
31
31
1. Select the **Networking** tab or select the **Networking** button at the bottom of the page.
@@ -34,11 +34,10 @@ ms.custom: "include file"
34
34
35
35
1. Select the **Next: Advanced** tab or select the **Next: Advanced** button on the bottom of the page to see the **Advanced** tab.
36
36
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.":::
38
38
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**.
42
41
43
42
1. Select the **Next: Tags** tab or select the **Next: Tags** button at the bottom of the page.
44
43
@@ -48,4 +47,4 @@ ms.custom: "include file"
48
47
49
48
1. After the green Validation passed message appears, select **Create**.
50
49
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