Skip to content

Commit aca299d

Browse files
Merge pull request #271697 from flang-msft/fxl---Update-quickstart-create-redis-enterprise.md-#120870
Fxl---update quickstart create redis enterprise.md 120870
2 parents fda1326 + e994c9e commit aca299d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Quickstart: Create a Redis Enterprise cache'
3-
description: In this quickstart, learn how to create an instance of Azure Cache for Redis in Enterprise tiers
3+
description: In this quickstart, learn how to create an instance of Azure Cache for Redis in use the Enterprise tier.
44
author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
@@ -11,16 +11,16 @@ ms.date: 04/10/2023
1111
---
1212
# Quickstart: Create a Redis Enterprise cache
1313

14-
The Azure Cache for Redis Enterprise tiers provide fully integrated and managed [Redis Enterprise](https://redislabs.com/redis-enterprise/) on Azure. These new tiers are:
14+
The Azure Cache for Redis Enterprise tiers provide fully integrated and managed [Redis Enterprise](https://redislabs.com/redis-enterprise/) on Azure. These tiers are:
1515

16-
* Enterprise, which uses volatile memory (DRAM) on a virtual machine to store data
17-
* Enterprise Flash, which uses both volatile and nonvolatile memory (NVMe or SSD) to store data.
16+
- Enterprise, which uses volatile memory (DRAM) on a virtual machine to store data
17+
- Enterprise Flash, which uses both volatile and nonvolatile memory (NVMe or SSD) to store data.
1818

1919
Both Enterprise and Enterprise Flash support open-source Redis 6 and some new features that aren't yet available in the Basic, Standard, or Premium tiers. The supported features include some Redis modules that enable other features like search, bloom filters, and time series.
2020

2121
## Prerequisites
2222

23-
You'll need an Azure subscription before you begin. If you don't have one, create an [account](https://azure.microsoft.com/). For more information, see [special considerations for Enterprise tiers](cache-overview.md#special-considerations-for-enterprise-tiers).
23+
- You need an Azure subscription before you begin. If you don't have one, create an [account](https://azure.microsoft.com/). For more information, see [special considerations for Enterprise tiers](cache-overview.md#special-considerations-for-enterprise-tiers).
2424

2525
### Availability by region
2626

@@ -40,9 +40,9 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
4040
| ------------ | ------- | -------------------------------------------------- |
4141
| **Subscription** | Drop down and select your subscription. | The subscription under which to create this new Azure Cache for Redis instance. |
4242
| **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. |
43-
| **DNS name** | Enter a name that is unique in the region. | The cache name must be a string between 1 and 63 characters when _combined with the cache's region name_ that contain only numbers, letters, or hyphens. (If the cache name is less than 45 characters long it should work in all currently available regions.) 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\>.\<Azure region\>.redisenterprise.cache.azure.net*. |
43+
| **DNS name** | Enter a name that is unique in the region. | The cache name must be a string between 1 and 63 characters when _combined with the cache's region name_ that contain only numbers, letters, or hyphens. (If the cache name is fewer than 45 characters long it should work in all currently available regions.) 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\>.\<Azure region\>.redisenterprise.cache.azure.net`. |
4444
| **Location** | Drop down and select a location. | Enterprise tiers are available in selected Azure regions. |
45-
| **Cache type** | Drop down and select an *Enterprise* or *Enterprise Flash* tier and a size. | The tier determines the size, performance, and features that are available for the cache. |
45+
| **Cache type** | Drop down and select an _Enterprise_ or _Enterprise Flash_ tier and a size. | The tier determines the size, performance, and features that are available for the cache. |
4646

4747
:::image type="content" source="media/cache-create/enterprise-tier-basics.png" alt-text="Enterprise tier Basics tab":::
4848

@@ -61,14 +61,14 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
6161
:::image type="content" source="media/cache-create/cache-clustering-policy.png" alt-text="Screenshot that shows the Enterprise tier Advanced tab.":::
6262

6363
> [!NOTE]
64-
> Enterprise and Enterprise Flash tiers are inherently clustered, in contrast to the Basic, Standard, and Premium tiers. Redis Enterprise supports two clustering policies.
65-
>- Use the **Enterprise** policy to access your cache using the Redis API.
66-
>- Use **OSS** to use the OSS Cluster API.
64+
> Enterprise and Enterprise Flash tiers are inherently clustered, in contrast to the Basic, Standard, and Premium tiers. Redis Enterprise supports two clustering policies.
65+
>- Use the **Enterprise** policy to access your cache using the Redis API.
66+
>- Use **OSS** to use the OSS Cluster API.
6767
> For more information, see [Clustering on Enterprise](cache-best-practices-enterprise-tiers.md#clustering-on-enterprise).
68-
>
68+
>
6969
7070
> [!IMPORTANT]
71-
> You can't change modules after you create the cache instance. The setting is create-only.
71+
> You can't change modules after you create a cache instance. Modules must be enabled at the time you create an Azure Cache for Redis instance. There is no option to enable the configuration of a module after you create a cache.
7272
>
7373
7474
1. Select **Next: Tags** and skip.
@@ -87,7 +87,7 @@ The OSS Cluster mode allows clients to communicate with Redis using the same Red
8787

8888
The Enterprise Cluster mode is a simpler configuration that exposes a single endpoint for client connections. This mode allows an application designed to use a standalone, or nonclustered, Redis server to seamlessly operate with a scalable, multi-node, Redis implementation. Enterprise Cluster mode abstracts the Redis Cluster implementation from the client by internally routing requests to the correct node in the cluster. Clients aren't required to support OSS Cluster mode.
8989

90-
## Next steps
90+
## Related content
9191

9292
In this quickstart, you learned how to create an Enterprise tier instance of Azure Cache for Redis.
9393

0 commit comments

Comments
 (0)