Skip to content

Commit 6f4e006

Browse files
committed
added include note
1 parent 451bd0f commit 6f4e006

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

articles/redis/architecture.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ Each SKU of Azure Managed Redis is configured to run a specific number of Redis
7171
> The number of shards and vCPUs used on each SKU can change over time as performance is optimized by the Azure Managed Redis team.
7272
>
7373
74-
| Tiers | Flash Optimized | Memory Optimized | Balanced | Compute Optimized |
74+
[!INCLUDE [tier-preview](includes/tier-preview.md)]
75+
76+
| Tiers | Flash Optimized (preview) | Memory Optimized | Balanced | Compute Optimized |
7577
|:-----------:|:-------------------:|:--------------------:|:--------------------:|:--------------------:|
7678
| Size (GB) | vCPUs/primary shards | vCPUs/primary shards | vCPUs/primary shards | vCPUs/primary shards |
7779
| 0.5 | - | - | 2/2 | - |
@@ -82,15 +84,17 @@ Each SKU of Azure Managed Redis is configured to run a specific number of Redis
8284
| 24 | - | 4/2 | 8/6 | 16/12 |
8385
| 60 | - | 8/6 | 16/12 | 32/24 |
8486
| 120 | - | 16/12 | 32/24 | 64/48 |
85-
| 180 | - | 24/24 | 48/48 | 96/96 |
86-
| 240 | 8/6 | 32/24 | 64/48 | 128/96 |
87-
| 360 | - | 48/48 | 96/96 | 192/192 |
88-
| 480 | 16/12 | 64/48 | 128/96 | 256/192 |
89-
| 720 | 24/24 | 96/96 | 192/192 | 384/384 |
90-
| 960 | 32/24 | 128/192 | 256/192 | - |
91-
| 1440 | 48/48 | 192/192 | - | - |
92-
| 1920 | 64/48 | 256/192 | - | - |
93-
| 4500 | 144/96 | - | - | - |
87+
| 180 * | - | 24/24 | 48/48 | 96/96 |
88+
| 240 * | 8/6 | 32/24 | 64/48 | 128/96 |
89+
| 360 * | - | 48/48 | 96/96 | 192/192 |
90+
| 480 * | 16/12 | 64/48 | 128/96 | 256/192 |
91+
| 720 * | 24/24 | 96/96 | 192/192 | 384/384 |
92+
| 960 * | 32/24 | 128/192 | 256/192 | - |
93+
| 1440 * | 48/48 | 192/192 | - | - |
94+
| 1920 * | 64/48 | 256/192 | - | - |
95+
| 4500 * | 144/96 | - | - | - |
96+
97+
* These tiers are in Public Preview.
9498

9599
## Running without high availability mode enabled
96100

@@ -131,6 +135,6 @@ Some workloads have access characteristics that are less optimized for the desig
131135
- Random or uniform data access patterns across most of the dataset.
132136
- Long key names with relatively small value sizes.
133137

134-
## Next steps
138+
## Related content
135139

136140
- [Scale an Azure Managed Redis instance](how-to-scale.md)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ ms.custom:
2525
For guidance on choosing the right performance tier, see [Choosing the right tier](../overview.md#choosing-the-right-tier).
2626
<!-- :::image type="content" source="media/managed-redis-create/managed-redis-new-cache-basics.png" alt-text="Screenshot showing the Azure Managed Redis Basics tab."::: -->
2727

28+
[!INCLUDE [tier-preview](tier-preview.md)]
29+
2830
1. Select **Next: Networking** , and select either a **Public Endpoint** or **Private Endpoint**.
2931

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

0 commit comments

Comments
 (0)