From afa8e674135571b5e1db80f39178c8a3d0a70d66 Mon Sep 17 00:00:00 2001
From: Jessie Lee <jlee@gitlab.com>
Date: Mon, 29 Jan 2024 03:24:00 +0000
Subject: [PATCH] Add Caution note to using Azure Cache for Redis

---
 doc/administration/reference_architectures/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/administration/reference_architectures/index.md b/doc/administration/reference_architectures/index.md
index 297cca09fd7ae..33d3a95a9a50d 100644
--- a/doc/administration/reference_architectures/index.md
+++ b/doc/administration/reference_architectures/index.md
@@ -363,7 +363,7 @@ Additionally, the following cloud provider services are recommended for use as p
     <td>Redis</td>
     <td>🟢 &nbsp; <a href="https://cloud.google.com/memorystore" target="_blank" rel="noopener noreferrer">Memorystore</a></td>
     <td>🟢 &nbsp; <a href="https://aws.amazon.com/elasticache/" target="_blank" rel="noopener noreferrer">ElastiCache</a></td>
-    <td>🟢 &nbsp; <a href="https://azure.microsoft.com/en-gb/products/cache" target="_blank" rel="noopener noreferrer">Azure Cache for Redis (Premium)</a></td>
+    <td>🟡 &nbsp; <a href="https://azure.microsoft.com/en-gb/products/cache" target="_blank" rel="noopener noreferrer">Azure Cache for Redis (Premium).</a> From GitLab 16.8, GitLab requires Redis 6.2 or higher, which is not supported by Azure Cache for Redis.</td>
     <td></td>
   </tr>
 </tbody>
-- 
GitLab