Skip to content

Commit ac90a47

Browse files
committed
touchups
1 parent 12c45b8 commit ac90a47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
-1.99 KB
Loading

articles/azure-cache-for-redis/quickstart-create-redis-enterprise.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Create a Redis Enterprise cache'
33
description: Learn how to create an instance of Azure Cache for Redis Enterprise.
44
ms.custom: mvc, mode-other, ignite-2024
55
ms.topic: quickstart
6-
ms.date: 04/23/2025
6+
ms.date: 04/24/2025
77
appliesto:
88
- ✅ Azure Cache for Redis
99
#Customer intent: As a Redis Enterprise developer who is new to Azure Cache for Redis, I want to create a new cache in the Enterprise tier of Azure Cache for Redis.
@@ -26,7 +26,7 @@ Both Enterprise and Enterprise Flash tiers support open-source Redis 6 and some
2626
> The following Enterprise settings can be enabled or configured only at cache creation time. Gather the information you need to configure these settings before you create your cache.
2727
>
2828
> - You must enable Enterprise modules at the time you create the cache instance. You can't change modules or enable module configuration after you create a cache.
29-
> - Redis Enterprise supports two clustering policies, **Enterprise** or **OSS**. You can't change the clustering policy of an Enterprise cache after you create it.
29+
> - Redis Enterprise supports two clustering policies, **Enterprise** or **OSS**. Know which policy you need before you create your cache. You can't change the clustering policy of an Enterprise cache after you create it.
3030
> - If you're using the cache in a geo-replication group, you can't change eviction policies after the cache is created. Be sure to know the eviction policies of your primary nodes before you create the cache.
3131
3232
### Availability by region
@@ -63,8 +63,8 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
6363
1. On the **Advanced** tab, configure the following options:
6464
- **Modules**: Select the Redis modules you want to use.
6565
- **Zone redundancy**: Select whether to enable zone redundancy (recommended).
66-
- **Non-TLS access only**: Choose whether to **Enable** the non-TLS port and connect to the new cache without using TLS. However, disabling TLS isn't recommended.
67-
- **Eviction policy**: Select an eviction policy.
66+
- **Non-TLS access only**: Choose whether to **Enable** the non-TLS port and connect to the new cache without using Transport Layer Security (TLS). However, disabling TLS isn't recommended.
67+
- **Eviction Policy**: Select an eviction policy.
6868
- **Capacity**: Set the total number of virtual machines running for the cache.
6969
- **Clustering Policy**: Set to **Enterprise** to use the Redis API, or to **OSS** to use the OSS Cluster API.
7070
1. Under **(PREVIEW) Data Persistence**, choose whether to enable **Redis Database (RDB)**, **Append-only file (AOF)**, or no data persistence for your cache.
@@ -90,7 +90,7 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
9090

9191
1. Select **Review + create**, and once validation passes, select **Create**.
9292

93-
It takes some time for the cache to create. You can monitor deployment progress in the Azure **Notifications** pane. When the deployment completes, select **Go to resource**. On the cache **Overview** page, when **Status** displays **Running**, the cache is ready to use.
93+
It takes some time for the cache to create. You can monitor deployment progress on the portal Azure Cache for Redis page. When the cache **Status** displays **Running**, the cache is ready to use.
9494

9595
## Related content
9696

0 commit comments

Comments
 (0)