From 8db6f751f3b08392a433075a69d1abb15170d4dd Mon Sep 17 00:00:00 2001 From: Mariano Omar Rodriguez <1547454+marianor@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:56:52 -0400 Subject: [PATCH] Add Microsoft Entra ID authentication endpoint Add Microsoft Entra ID authentication endpoint to the list of allowed hosts --- articles/azure-cache-for-redis/cache-how-to-premium-vnet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/azure-cache-for-redis/cache-how-to-premium-vnet.md b/articles/azure-cache-for-redis/cache-how-to-premium-vnet.md index ace11c64b2dba..2bd178b954202 100644 --- a/articles/azure-cache-for-redis/cache-how-to-premium-vnet.md +++ b/articles/azure-cache-for-redis/cache-how-to-premium-vnet.md @@ -138,6 +138,7 @@ Azure Cache for Redis requires all the following outbound connectivity items to | oneocsp.microsoft.com | HTTP | 80 | Azure Public Key Infrastructure | N/A | | crl.microsoft.com | HTTP | 80 | Azure Public Key Infrastructure | N/A | | cacerts.geotrust.com | HTTP | 80 | Azure Public Key Infrastructure | N/A | +| login.microsoftonline.com | HTTPS | 443 | Microsoft Entra ID authentication | N/A | | www.microsoft.com | HTTP | 80 | Azure Public Key Infrastructure | N/A | | cdp.geotrust.com | HTTP | 80 | Azure Public Key Infrastructure | N/A | | status.geotrust.com | HTTP | 80 | Azure Public Key Infrastructure | N/A |