Skip to content

Commit 5cb04a5

Browse files
committed
Merge branch 'fxl---toc-additions,-links' into fxl---managed-redis-GA-preview
2 parents fa57bf2 + 7aa3386 commit 5cb04a5

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

articles/redis/includes/managed-redis-create.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,26 @@ ms.custom:
1010

1111
1. On the **New** page, in the search box type **Azure Cache for Redis**.
1212

13-
1. On the **New Redis Cache** page, configure the settings for your new cache.
13+
1. On the **New Redis Cache** tab, configure the settings for your new cache on the Basics .
1414

1515
| Setting | Choose a value | Description |
1616
| ------------ | ------- | -------------------------------------------------- |
1717
| **Subscription** | Drop down and select your subscription. | The subscription under which to create this new Azure Managed Redis instance. |
1818
| **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. |
19-
| **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\>.redis.azure.net`. |
20-
| **Location** | Drop down and select a location. | Azure Managed Redis is available in selected Azure regions. |
21-
| **Cache type** | Drop down and select the performance tier and cache size. | The tier determines the performance of the Redis instance, while the cache size determines the memory available to store data. For guidance on choosing the right performance tier, see [Choosing the right tier](../overview.md#choosing-the-right-tier) |
19+
| **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\>.redis.azure.net`. |
20+
| **Region** | Drop down and select a location. | Azure Managed Redis is available in selected Azure regions. |
21+
| **Data tier** | Select either **In-memory** for high-performance, or **Flash** for lower performance caches | The in-memory tiers include **Balanced**, **Memory Optimized**, and **Compute Optimized**. Use the **Flash** tier to use in-memory (RAM) and on-disk (SSD) data storage. |
22+
| **Cache Size** | Drop down and select a size. | Cache size depends on tier. The smallest size is a Balanced tier. The size largest in-memory tier is a Memory Optimized tier. |
23+
| **Performance** | Drop down and select a performance preference. | Performance depends on the number of vCPUs. Number of vCPU varies with tier. Compute Optimized has the most vCPUs. |
2224

23-
:::image type="content" source="media/managed-redis-create/managed-redis-new-cache-basics.png" alt-text="Screenshot showing the Azure Managed Redis Basics tab.":::
25+
For guidance on choosing the right performance tier, see [Choosing the right tier](../overview.md#choosing-the-right-tier).
26+
<!-- :::image type="content" source="media/managed-redis-create/managed-redis-new-cache-basics.png" alt-text="Screenshot showing the Azure Managed Redis Basics tab."::: -->
2427

25-
1. Select **Next: Networking** and select either a public or private endpoint.
28+
1. Select **Next: Networking** , and select either a **Public Endpoint** or **Private Endpoint**.
2629

27-
1. Select **Next: Advanced**.
30+
1. Select **Next: Active geo-replication**. To use active geo-replication it must be enabled during provisioning. Caches without active geo-replication can't be added to or join active geo-replication groups later. For more information, see [Configure active geo-replication for Azure Managed Redis instances](../how-to-active-geo-replication.md).
31+
32+
1. Select the **Next: Advanced** tab.
2833

2934
Configure any [Redis modules](../redis-modules.md) you want to add to the instance.
3035

@@ -37,9 +42,7 @@ ms.custom:
3742
3843
Set **Clustering policy** to **Enterprise** for a nonclustered cache, or to **OSS** for a clustered cache. For more information on choosing **Clustering policy**, see [Cluster policy](../architecture.md#cluster-policies).
3944

40-
:::image type="content" source="media/managed-redis-create/managed-redis-advanced-settings.png" alt-text="Screenshot that shows the Azure Managed Redis Advanced tab.":::
41-
42-
If you're using **Active geo-replication**, it must be configured during creation. For more information, see [Configure active geo-replication for Azure Managed Redis instances](../how-to-active-geo-replication.md).
45+
<!-- :::image type="content" source="media/managed-redis-create/managed-redis-advanced-settings.png" alt-text="Screenshot that shows the Azure Managed Redis Advanced tab."::: -->
4346

4447
> [!IMPORTANT]
4548
> You can't change the clustering policy of an Azure Managed Redis instance after you create it. If you're using [RediSearch](../redis-modules.md#redisearch), the Enterprise cluster policy is required, and `NoEviction` is the only eviction policy supported.

bread/toc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -969,10 +969,9 @@ items:
969969
tocHref: /azure/operator-insights/
970970
topicHref: /azure/operator-insights/index
971971
- name: Redis
972+
tocHref: /azure/redis/
973+
topicHref: /azure/redis/index
972974
items:
973-
- name: Azure Managed Redis
974-
tocHref: /azure/redis/
975-
topicHref: /azure/redis/index
976975
- name: Azure Cache for Redis
977976
tocHref: /azure/azure-cache-for-redis/
978977
topicHref: /azure/azure-cache-for-redis/index

0 commit comments

Comments
 (0)