Skip to content

Commit 0643499

Browse files
Merge pull request #305772 from flang-msft/fxl---Revise-the-SKU-table-in-AMR-overview-doc-to-indicate-preview-SKUs
fxl---updates to the tier table
2 parents ed1af45 + 0fc1e75 commit 0643499

7 files changed

Lines changed: 26 additions & 54 deletions

File tree

articles/redis/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ items:
175175
- name: Move from Azure Cache for Redis to Azure Managed Redis
176176
href: migrate/migrate-overview.md
177177
- name: Migrate to Azure Redis from other caches
178-
href: /azure/azure-cache-for-redis/cache-migration-guide
178+
href: migrate/migration-guide.md
179179

180180
- name: Azure Cache for Redis
181181
href: /azure/azure-cache-for-redis/index

articles/redis/configure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ You can view and configure the following settings using the **Resource Menu**.
2727
- [Settings](#settings)
2828
- [Authentication](#authentication)
2929
- [Advanced settings](#advanced-settings)
30-
- [Data persistence](#data-persistence-preview)
30+
- [Data persistence](#data-persistence)
3131
- [Encryption](#encryption)
3232
- [Active geo-replication](#active-geo-replication)
33-
- [Scale](#scale-preview)
33+
- [Scale](#scale)
3434
- [Properties](#properties)
3535
- [Locks](#locks)
3636
- [Administration](#administration)
@@ -76,10 +76,10 @@ The **Settings** section allows you to access and configure the following settin
7676

7777
- [Authentication](#authentication)
7878
- [Advanced settings](#advanced-settings)
79-
- [Data persistence](#data-persistence-preview) (preview)
79+
- [Data persistence](#data-persistence)
8080
- [Encryption](#encryption)
8181
- [Active geo-replication](#active-geo-replication)
82-
- [Scale](#scale-preview)
82+
- [Scale](#scale)
8383
- [Properties](#properties)
8484
- [Locks](#locks)
8585

@@ -109,7 +109,7 @@ The following properties are set:
109109
- Eviction Policy
110110
- Defer Redis DB version updates
111111

112-
### Data persistence (preview)
112+
### Data persistence
113113

114114
Use **Data persistence** to enable, disable, or configure data persistence for your Redis cache. Azures Managed Redis offers Redis persistence using either RDB persistence or AOF persistence.
115115

@@ -125,7 +125,7 @@ For more information, see [Configure disk encryption for Azure Managed Redis ins
125125
This functionality can be used to replicate a cache across Azure regions, providing greater data durability and availability.
126126
For more information, see [Configure active geo-replication for Azure Managed Redis instances](how-to-active-geo-replication.md)
127127

128-
### Scale (preview)
128+
### Scale
129129

130130
Select **Scale** to view or change the size and performance tier of your Redis instance. For more information on scaling, see [How to Scale Azure Managed Redis](how-to-scale.md).
131131

articles/redis/how-to-persistence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure data persistence (preview) - Azure Managed Redis
2+
title: Configure data persistence - Azure Managed Redis
33
description: Learn how to configure and manage data persistence your Azure Managed Redis instances
44
ms.date: 05/18/2025
55
ms.topic: conceptual
@@ -12,7 +12,7 @@ appliesto:
1212
---
1313
# Configure data persistence for an Azure Managed Redis instance
1414

15-
[Redis persistence (preview)](https://redis.io/topics/persistence) allows you to persist data stored in cache instance. If there's a hardware failure, the cache instance is rehydrated with data from the persistence file when it comes back online. The ability to persist data is an important way to boost the durability of a cache instance because all cache data is stored in memory. Data loss is possible if a failure occurs when cache nodes are down. Persistence should be a key part of your high availability and disaster recovery strategy with Azure Managed Redis.
15+
[Redis persistence)](https://redis.io/topics/persistence) allows you to persist data stored in cache instance. If there's a hardware failure, the cache instance is rehydrated with data from the persistence file when it comes back online. The ability to persist data is an important way to boost the durability of a cache instance because all cache data is stored in memory. Data loss is possible if a failure occurs when cache nodes are down. Persistence should be a key part of your high availability and disaster recovery strategy with Azure Managed Redis.
1616

1717
> [!IMPORTANT]
1818
>
50.6 KB
Loading
35 KB
Loading

articles/redis/migrate/migration-guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ ms.custom:
77
- ignite-2024
88
- build-2025
99
appliesto:
10-
- ✅ Azure Cache for Redis
11-
- ✅ Azure Managed Redis
10+
- ✅ Azure Managed Redis
1211
---
1312
# Migrate to Azure Managed Redis from other caches
1413

15-
This article describes a number of approaches to migrate an existing Redis cache running on-premises or in another cloud service to Azure Managed Redis.
14+
This article describes a number of approaches to migrate an existing cache running on-premises or in another cloud service to Azure Managed Redis.
1615

1716
## Migration scenarios
1817

articles/redis/overview.md

Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: What is Azure Managed Redis?
33
description: Learn about Azure Managed Redis to enable cache-aside, content caching, user session caching, job and message queuing, and distributed transactions.
4-
ms.date: 05/18/2025
5-
ms.topic: how-to
4+
ms.date: 09/19/2025
5+
ms.topic: overview
66
ms.custom:
77
- ignite-2024
88
- build-2025
@@ -46,10 +46,11 @@ Azure Managed Redis supports Redis version 7.4.x. For more information, see [How
4646

4747
There are four tiers of Azure Managed Redis available, each with different performance characteristics and price levels.
4848

49-
Three tiers are for in-memory data:
49+
### Tiers and SKUs at a glance
5050

51-
[!INCLUDE [tier-preview](includes/tier-preview.md)]
51+
:::image type="content" source="media/overview/sku-tiers.png" alt-text="An image of a table that shows a comparison of skus and tiers." lightbox="media/overview/sku-tiers-large.png":::
5252

53+
Three tiers store in-memory data:
5354
- **Memory Optimized** Ideal for memory-intensive use cases that require a high memory-to-vCPU ratio (8:1) but don't need the highest throughput performance. It provides a lower price point for scenarios where less processing power or throughput is necessary, making it an excellent choice for development and testing environments.
5455
- **Balanced (Memory + Compute)** Offers a balanced memory-to-vCPU (4:1) ratio, making it ideal for standard workloads. This tier provides a healthy balance of memory and compute resources.
5556
- **Compute Optimized** Designed for performance-intensive workloads requiring maximum throughput, with a low memory-to-vCPU (2:1) ratio. It's ideal for applications that demand the highest performance.
@@ -58,22 +59,18 @@ One tier stores data both in-memory and on-disk:
5859

5960
- **Flash Optimized (preview)** Enables Redis clusters to automatically move less frequently accessed data from memory (RAM) to NVMe storage. This reduces performance, but allows for cost-effective scaling of caches with large datasets.
6061

62+
You can also use the [data persistence](how-to-persistence.md) feature to store data on-disk for the in-memory tiers. Data persistence stores a backup copy of data on-disk for quick recovery if you experience an unexpected outage. This is different than the Flash Optimized tier, which is designed to store data on-disk for typical operations.
63+
64+
Storing some data on-disk using the Flash Optimized tier doesn't increase data resiliency. You can use data persistence on the Flash Optimized tier as well.
65+
6166
>[!NOTE]
6267
> For more information on how the Flash Optimized tier is architected, see [Azure Managed Redis Architecture](architecture.md#flash-optimized-tier)
6368
>
6469
65-
>[!IMPORTANT]
66-
> You can also use the [data persistence (preview)](how-to-persistence.md) feature to store data on-disk for the in-memory tiers. Data persistence stores a backup copy of data on-disk for quick recovery if you experience an unexpected outage. This is different than the Flash Optimized tier, which is designed to store data on-disk for typical operations.
67-
> Storing some data on-disk using the Flash Optimized tier doesn't increase data resiliency. You can use data persistence on the Flash Optimized tier as well.
68-
>
69-
70-
For instructions on how to scale between tiers and SKUs, see [Scale an Azure Managed Redis instance](how-to-scale.md).
70+
- For instructions on how to scale between tiers and SKUs, see [Scale an Azure Managed Redis instance](how-to-scale.md).
71+
- For pricing information, see the [Azure Managed Redis Pricing](https://aka.ms/amrpricing)
7172

72-
### Tiers and SKUs at a glance
73-
74-
:::image type="content" source="media/how-to-scale/tier-diagram.png" alt-text="Table showing the different memory and vCPU configurations for each SKU and tier of Azure Managed Redis.":::
75-
76-
For pricing information, see the [Azure Managed Redis Pricing](https://aka.ms/amrpricing)
73+
[!INCLUDE [tier-preview](includes/tier-preview.md)]
7774

7875
### Feature comparison
7976

@@ -87,8 +84,8 @@ The following table helps describe some of the features supported by tier:
8784
| [Replication and failover](failover.md) | Yes | Yes | Yes | Yes |
8885
| [Network isolation](private-link.md) | Yes | Yes | Yes | Yes |
8986
| [Microsoft Entra ID based authentication](entra-for-authentication.md) | Yes | Yes | Yes | Yes |
90-
| [Scaling (preview)](how-to-scale.md) | Yes | Yes | Yes | Yes |
91-
| [Data persistence (preview)](how-to-persistence.md) | Yes | Yes | Yes | Yes |
87+
| [Scaling](how-to-scale.md) | Yes | Yes | Yes | Yes |
88+
| [Data persistence](how-to-persistence.md) | Yes | Yes | Yes | Yes |
9289
| [Zone redundancy](high-availability.md) | Yes | Yes | Yes | Yes |
9390
| [Geo-replication](how-to-active-geo-replication.md) | Yes (Active) | Yes (Active) | Yes (Active) | No |
9491
| Non-clustered instances | Yes | Yes | Yes | No |
@@ -112,31 +109,7 @@ The following table helps describe some of the features supported by tier:
112109
- **Network performance**: If you have a workload that requires high throughput, network bandwidth might cause a bottleneck. You can increase bandwidth by moving up to a higher performance tier or by moving to a large instance size. Larger size instances have more bandwidth because of the underlying VM that hosts the cache. Higher bandwidth limits help you avoid network saturation that causes timeouts in your application. For more information on bandwidth performance, see [Performance testing](best-practices-performance.md)
113110
- **Maximum number of client connections**: Each SKU has a maximum number of client connections. This limit increases with higher performance tiers and larger instances sizes. The following table shows the maximum client connections allowed per Azure Managed Redis SKU.
114111

115-
[!INCLUDE [tier-preview](includes/tier-preview.md)]
116-
117-
| Size (GB) | Memory Optimized | Balanced | Compute Optimized | Flash Optimized (preview)|
118-
|:-----------:|:---------------------:|:-------------:|:--------------------:|:--------------------:|
119-
| 0.5 | - | 15,000 | - | - |
120-
| 1 | - | 15,000 | - | - |
121-
| 3 | - | 15,000 | 30,000 | - |
122-
| 6 | - | 15,000 | 30,000 | - |
123-
| 12 | 15,000 | 30,000 | 75,000 | - |
124-
| 24 | 30,000 | 75,000 | 150,000 | - |
125-
| 60 | 75,000 | 150,000 | 200,000 | - |
126-
| 120 | 150,000 | 200,000 | 200,000 | - |
127-
| 180 * | 200,000 | 200,000 | 200,000 | - |
128-
| 240 * | 200,000 | 200,000 | 200,000 | 75,000 |
129-
| 360 * | 200,000 | 200,000 | 200,000 | - |
130-
| 480 * | 200,000 | 200,000 | 200,000 | 150,000 |
131-
| 720 * | 200,000 | 200,000 | 200,000 | 200,000 |
132-
| 960 * | 200,000 | 200,000 | - | 200,000 |
133-
| 1440 * | 200,000 | - | - | 200,000 |
134-
| 1920 * | 200,000 | - | - | 200,000 |
135-
| 4500 * | - | - | - | 200,000 |
136-
137-
\* These tiers are in Public Preview.
138-
139-
- **High availability**: Azure Managed Redis provides high availability. The SLA only covers connectivity to the cache endpoints. The SLA doesn't cover protection from data loss. For more information on the SLA, see the [SLA](https://azure.microsoft.com/support/legal/sla/cache/v1_0/). It's possible to disable high availability in an Azure Managed Redis instance. This lowers the price but results in data loss and downtime. We only recommend disabling high availability for dev/test scenarios.
112+
**High availability**: Azure Managed Redis provides high availability. The SLA only covers connectivity to the cache endpoints. The SLA doesn't cover protection from data loss. For more information on the SLA, see the [SLA](https://azure.microsoft.com/support/legal/sla/cache/v1_0/). It's possible to disable high availability in an Azure Managed Redis instance. This lowers the price but results in data loss and downtime. We only recommend disabling high availability for dev/test scenarios.
140113

141114
### Other pricing considerations
142115

0 commit comments

Comments
 (0)