Skip to content

Commit 537abe6

Browse files
committed
draft quickstarts
1 parent 2c87d35 commit 537abe6

File tree

5 files changed

+57
-60
lines changed

5 files changed

+57
-60
lines changed
7.31 KB
Loading
42.9 KB
Loading
-179 KB
Loading
Lines changed: 48 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,92 @@
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 use the Enterprise tier.
3+
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/12/2023
6+
ms.date: 04/23/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.
1010
---
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 tiers are:
14+
The Azure Cache for Redis Enterprise tiers provide fully integrated and managed [Redis Enterprise](https://redislabs.com/redis-enterprise/) on Azure. The Enterprise tiers are:
1515

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

19-
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.
19+
Both Enterprise and Enterprise Flash tiers support open-source Redis 6 and some new features that aren't available in Basic, Standard, or Premium tiers. The supported features include Redis modules that enable search, bloom filters, and time series.
2020

2121
## Prerequisites
2222

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).
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

2727
Azure Cache for Redis is continually expanding into new regions. To check the availability by region for all tiers, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=redis-cache&regions=all).
2828

29-
## Create a cache
29+
## Create an Enterprise cache
3030

31-
1. To create a cache, sign in to the Azure portal and select **Create a resource**.
31+
1. In the [Azure portal](https://portal.azure.com), search for and select **Azure Cache for Redis**.
32+
1. On the **Azure Cache for Redis** page, select **Create** > **Redis Enterprise**.
3233

33-
1. On the **New** page, select **Databases** and then select **Azure Cache for Redis**.
34+
:::image type="content" source="media/cache-create/cache-create-enterprise.png" alt-text="Screenshot showing how to select Redis Enterprise in Azure Redis Cache Create.":::
3435

35-
:::image type="content" source="media/cache-create/new-cache-menu.png" alt-text="Screenshot showing how to select Azure Cache for Redis.":::
36+
1. On the **Basics** tab of the **New Redis Cache** page, configure the following settings:
3637

37-
1. On the **New Redis Cache** page, configure the settings for your new cache.
38+
- **Subscription**: Select the subscription to use.
39+
- **Resource group**: Select a resource group, or select **Create new** and enter a new resource group name. Putting all your app resources in the same resource group lets you easily manage or delete them together.
40+
- **Name**: Enter a cache name that's unique in the region. The name must:
41+
- Be a string of 1 to 63 characters when combined with the cache's region name.
42+
- Contain only numbers, letters, and hyphens.
43+
- Start and end with a number or letter.
44+
- Not contain consecutive hyphens.
45+
- **Region**: Select an [Azure region](https://azure.microsoft.com/regions/) near other services that use your cache. Enterprise tiers are available in selected Azure regions.
46+
- **Cache SKU**: Select **Enterprise** or **Enterprise Flash** SKU to determine the available sizes, performance, and features for your cache.
47+
- **Cache size**: Select a cache size.
3848

39-
| Setting | Choose a value | Description |
40-
| ------------ | ------- | -------------------------------------------------- |
41-
| **Subscription** | Drop down and select your subscription. | The subscription under which to create this new Azure Cache for Redis instance. |
42-
| **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 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`. |
44-
| **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. |
49+
1. Select the **Terms** checkbox.
4650

4751
:::image type="content" source="media/cache-create/enterprise-tier-basics.png" alt-text="Screenshot showing the Enterprise tier Basics tab.":::
4852

49-
> [!IMPORTANT]
50-
> Be sure to select **Terms** before you proceed.
51-
>
52-
53-
1. Select **Next: Networking** and skip.
54-
55-
1. Select **Next: Advanced**.
56-
57-
Enable **Non-TLS access only** if you plan to connect to the new cache without using TLS. Disabling TLS is **not** recommended, however.
58-
59-
Set **Clustering policy** to **Enterprise** for a nonclustered cache, or to **OSS** for a clustered cache. For more information on choosing **Clustering policy**, see [Clustering](../redis/architecture.md#clustering).
60-
61-
:::image type="content" source="media/cache-create/cache-clustering-policy.png" alt-text="Screenshot that shows the Enterprise tier Advanced tab.":::
62-
63-
> [!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..
67-
>
53+
1. Select the **Networking** tab, or select **Next: Networking**.
54+
1. On the **Networking** tab, select a connectivity method to use for the cache. **Private Endpoint** is recommended for security. If you select **Private Endpoint**, select **Add private endpoint** and create the private endpoint.
55+
1. Select the **Advanced** tab, or select **Next: Advanced**.
56+
1. On the **Advanced** tab, configure the following options:
57+
- **Modules**: Select the Redis modules you want to use.
58+
- **Zone redundancy**: Select whether to enable zone redundancy (recommended).
59+
- **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.
60+
- **Eviction policy**: Select an eviction policy.
61+
- **Capacity**: Set the total number of virtual machines running for the cache.
62+
- **Clustering Policy**: Set to **Enterprise** to use the Redis API, or to **OSS** to use the OSS Cluster API.
63+
1. Under **(PREVIEW) Data Persistence**, choose whether to enable **Redis Database (RDB)**, **Append-only file (AOF)**, or no data persistence for your cache.
64+
1. Under **Active geo-replication**, if your SKU supports it, select **Configure** to configure active-active geo-replication for your cache.
65+
1. Under **Customer-managed key encryption at rest**, choose whether to use your own key to encrypt the disk's data. Otherwise, Microsoft-managed keys are used.
66+
67+
:::image type="content" source="media/cache-create/cache-clustering-policy.png" alt-text="Screenshot that shows the Enterprise tier Advanced tab.":::
6868

6969
> [!IMPORTANT]
70-
> You can't change the clustering policy of an Enterprise cache instance after you create it. If you're using [RediSearch](../redis/redis-modules.md#redisearch), the Enterprise cluster policy is required, and `NoEviction` is the only eviction policy supported.
70+
> You must enable modules at the time you create the Azure Redis instance. You can't change modules or enable module configuration after you create a cache.
7171
>
7272
7373
> [!IMPORTANT]
74-
> If you're using this cache instance in a geo-replication group, eviction policies cannot be changed after the instance is created. Be sure to know the eviction policies of your primary nodes before you create the cache. For more information on active geo-replication, see [Active geo-replication prerequisites](cache-how-to-active-geo-replication.md#active-geo-replication-prerequisites).
75-
>
76-
77-
> [!IMPORTANT]
78-
> 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.
79-
>
74+
> If you're using the [RediSearch](../redis/redis-modules.md#redisearch) module, the **Enterprise** cluster policy is required, and **No Eviction** is the only eviction policy supported.
8075
81-
1. Select **Next: Tags** and skip.
76+
> [!IMPORTANT]
77+
> Azure Redis Enterprise and Enterprise Flash tiers are inherently clustered, in contrast to Basic, Standard, and Premium tiers. Redis Enterprise supports two clustering policies, **Enterprise** and **OSS**. Use **Enterprise** to access your cache using the Redis API, or **OSS** to use the OSS Cluster API. You can't change the clustering policy of an Enterprise cache after you create it. For more information, see [Clustering](../redis/architecture.md#clustering).
8278
83-
1. Select **Next: Review + create**.
79+
> [!IMPORTANT]
80+
> If you're using this 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. For more information on active geo-replication, see [Active geo-replication prerequisites](cache-how-to-active-geo-replication.md#active-geo-replication-prerequisites).
8481
85-
:::image type="content" source="media/cache-create/enterprise-tier-summary.png" alt-text="Screenshot showing the Enterprise tier Review + Create tab.":::
82+
1. Optionally, select the **Tags** tab or select **Next: Tags**, and enter tag names and values if you want to categorize your cache resources.
8683

87-
1. Review the settings and select **Create**.
84+
1. Select **Review + create**, and once validation passes, select **Create**.
8885

89-
It takes some time 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.
86+
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.
9087

9188
## Related content
9289

93-
In this quickstart, you learned how to create an Enterprise tier instance of Azure Cache for Redis.
90+
- [Create an Azure Managed Redis instance (preview)](../redis/quickstart-create-managed-redis.md)
91+
- [Create an ASP.NET web app that uses Azure Cache for Redis.](../redis/web-app-cache-howto.md)
9492

95-
- [Create an ASP.NET web app that uses an Azure Cache for Redis](../redis/web-app-aspnet-core-howto.md)
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
2-
title: 'Quickstart: Create an open-source Redis cache'
3-
description: In this quickstart, learn how to create an instance of Azure Cache for Redis in Basic, Standard, or Premium tier
2+
title: 'Quickstart: Create an Azure Redis cache'
3+
description: Learn how to create an instance of Azure Cache for Redis in Basic, Standard, or Premium tiers.
44

55

66

77
ms.custom: mvc, mode-other
88
ms.topic: quickstart
9-
ms.date: 05/06/2022
9+
ms.date: 04/23/2025
1010
appliesto:
1111
- ✅ Azure Cache for Redis
1212

1313
---
14-
# Quickstart: Create an open-source Redis cache
14+
# Quickstart: Create an Azure Redis cache
1515

16-
Azure Cache for Redis provides fully managed [open-source Redis](https://redis.io/) within Azure. You can start with an Azure Cache for Redis instance of any tier (Basic, Standard, or Premium) and size, and scale it to meet your application's performance needs. This quickstart demonstrates how to use the Azure portal to create a new Azure Cache for Redis.
16+
Azure Cache for Redis provides a managed [Redis](https://redis.io/) cache within Azure. You can start with a Basic, Standard, or Premium tier cache of any size, and scale it to meet your application's performance needs. This quickstart demonstrates how to use the Azure portal to create a new Azure Cache for Redis instance.
1717

1818
## Prerequisites
1919

20-
You'll need an Azure subscription before you begin. If you don't have one, create a [free account](https://azure.microsoft.com/free/) first.
20+
You need an Azure subscription before you begin. If you don't have one, create a [free account](https://azure.microsoft.com/free/).
2121

2222
## Create a cache
2323

2424
[!INCLUDE [redis-cache-create](~/reusable-content/ce-skilling/azure/includes/azure-cache-for-redis/includes/redis-cache-create.md)]
2525

2626
## Related content
2727

28-
In this quickstart, you learned how to create an instance of Azure Cache for Redis.
29-
30-
- [Create an ASP.NET web app that uses an Azure Cache for Redis.](../redis/web-app-cache-howto.md)
28+
- [Create a Redis Enterprise cache](quickstart-create-redis-enterprise.md)
29+
- [Create an Azure Managed Redis instance (preview)](../redis/quickstart-create-managed-redis.md)
30+
- [Create an ASP.NET web app that uses Azure Cache for Redis.](../redis/web-app-cache-howto.md)

0 commit comments

Comments
 (0)