Skip to content

Commit 9e60692

Browse files
authored
Merge pull request #298666 from flang-msft/fxl---toc-additions,-links
Updates for sku proof of concept
2 parents 91a0f28 + d0077de commit 9e60692

File tree

4 files changed

+32
-17
lines changed

4 files changed

+32
-17
lines changed

articles/azure-cache-for-redis/TOC.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
items:
1212
- name: Create a cache
1313
items:
14-
- name: Create an Azure Managed Redis instance
15-
href: /redis/quickstart-create-managed-redis
1614
- name: Create an Azure Cache for Redis instance in the Basic, Standard and Premium tiers
1715
href: quickstart-create-redis.md
1816
- name: Create an Azure Cache for Redis instance in the Enterprise tiers
@@ -65,7 +63,7 @@
6563
- name: Azure Cache for Redis
6664
expanded: true
6765
items:
68-
- name: What's new?
66+
- name: What's new in Azure Cache for Redis?
6967
href: cache-whats-new.md
7068

7169
- name: Deploy and configure
@@ -232,7 +230,16 @@
232230
href: cache-troubleshoot-data-loss.md
233231
- name: Troubleshooting FAQs
234232
href: cache-monitor-troubleshoot-faq.yml
235-
233+
234+
- name: Azure Managed Redis
235+
href: /azure/redis/index
236+
expanded: true
237+
items:
238+
- name: About Azure Managed Redis
239+
href: /azure/redis/overview
240+
- name: Azure Managed Redis architecture
241+
href: /azure/redis/architecture
242+
236243
- name: Samples
237244
items:
238245
- name: Use Azure Functions triggers and bindings

articles/redis/TOC.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,17 @@ items:
199199
- name: Migrate to Azure Managed Redis from Azure Cache for Redis
200200
href: migrate/migrate-overview.md
201201
- name: Migrate to Azure Redis from other caches
202-
href: ../azure-cache-for-redis/cache-migration-guide.md
202+
href: /azure/azure-cache-for-redis/cache-migration-guide
203+
204+
- name: Azure Cache for Redis
205+
href: /azure/azure-cache-for-redis/index
206+
expanded: true
207+
items:
208+
- name: About Azure Cache for Redis
209+
href: /azure/azure-cache-for-redis/cache-overview
210+
- name: Choosing the right Azure Cache for Redis tier
211+
href: /azure/azure-cache-for-redis/cache-overview#choosing-the-right-tier
203212

204-
205213
- name: Samples
206214
items:
207215
- name: Use Azure Functions triggers and bindings

articles/redis/overview.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-managed-redis
66
ms.custom:
77
- ignite-2024
88
ms.topic: how-to
9-
ms.date: 11/15/2024
9+
ms.date: 04/22/2025
1010
appliesto:
1111
- ✅ Azure Managed Redis
1212
---
@@ -58,7 +58,6 @@ Three tiers are for in-memory data:
5858
- **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.
5959

6060
One tier stores data both in-memory and on-disk:
61-
<!--Kyle [umanag] should On-disk section callout the difference from Persistence which uses attached managed disk too -->
6261

6362
- **Flash Optimized** 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.
6463

@@ -159,9 +158,4 @@ For more information about migrating from Azure Cache for Redis to Azure Managed
159158
## Related content
160159

161160
- [Create an Azure Managed Redis instance](quickstart-create-managed-redis.md)
162-
- [Use Azure Managed Redis in an ASP.NET web app](web-app-cache-howto.md)
163-
- [Use Azure Managed Redis in .NET Core](dotnet-core-quickstart.md)
164-
- [Use Azure Managed Redis in .NET Framework](dotnet-how-to-use-azure-redis-cache.md)
165-
- [Use Azure Managed Redis in Node.js](nodejs-get-started.md)
166-
- [Use Azure Managed Redis in Java](java-get-started.md)
167-
- [Use Azure Managed Redis in Python](python-get-started.md)
161+
- [Azure Managed Redis (preview) Architecture](architecture.md)

bread/toc.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,6 @@ items:
748748
- name: Private 5G Core
749749
tocHref: /azure/private-5g-core/
750750
topicHref: /azure/private-5g-core/
751-
- name: Redis
752-
tocHref: /azure/azure-cache-for-redis/
753-
topicHref: /azure/azure-cache-for-redis/index
754751
- name: Remoteapp
755752
tocHref: /azure/remoteapp/
756753
topicHref: /azure/remoteapp/
@@ -971,3 +968,12 @@ items:
971968
- name: Operator Insights
972969
tocHref: /azure/operator-insights/
973970
topicHref: /azure/operator-insights/index
971+
- name: Redis
972+
items:
973+
- name: Azure Managed Redis
974+
tocHref: /azure/redis/
975+
topicHref: /azure/redis/index
976+
- name: Azure Cache for Redis
977+
tocHref: /azure/azure-cache-for-redis/
978+
topicHref: /azure/azure-cache-for-redis/index
979+

0 commit comments

Comments
 (0)