From 4a2ac8b3ea69a93f65ec421d5a4f661c69efd7d0 Mon Sep 17 00:00:00 2001 From: Adnan Khan Date: Tue, 28 Oct 2025 09:26:03 -0500 Subject: [PATCH] Add deprecation warning for Azure Cache for Redis in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f3abb25e..a07ccf0b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ This project has [a companion article in the Azure Architecture Center](https:// Relecloud aligned to a hub and spoke network topology in the production deployment architecture to centralize common resources. This network topology provided cost savings, enhanced security, and facilitated network integration (platform and hybrid): +>[!WARNING] +> **DEPRECATED:** [Azure Cache for Redis is retired](https://learn.microsoft.com/azure/azure-cache-for-redis/cache-retired-features). We will be updating this implementation to use [Azure Managed Redis](https://learn.microsoft.com/azure/redis/migrate/migrate-overview). + ![architecture diagram](./assets/icons/reliable-web-app-dotnet.svg) This diagram describes the production deployment which is described in the [prod-deployment.md](./prod-deployment.md) file. The following steps below are for a [development deployment](./assets/icons/reliable-web-app-dotnet-dev.svg) which is a simplified version.