Skip to content

Commit 2957d9f

Browse files
Merge pull request #310667 from flang-msft/docs-editor/troubleshoot-connectivity-1768935001
Update troubleshoot-connectivity.md
2 parents ed1de72 + 286766f commit 2957d9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/redis/private-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Managed Redis with Azure Private Link
33
description: Learn how to create an Azure Cache, an Azure Virtual Network, and a Private Endpoint using the Azure portal with a managed Redis cache.
4-
ms.date: 12/01/2025
4+
ms.date: 01/20/2026
55
ms.topic: article
66
ai-usage: ai-assisted
77
ms.custom:
@@ -143,7 +143,7 @@ With `publicNetworkAccess`, the following network configurations are now support
143143
- Private traffic without Private Links
144144
- Private traffic with Private Links
145145

146-
Disabling `publicNetworkAccess` and protecting your cache by using a VNet along with a Private Endpoint and Private Links is the most secure option. A VNet enables network controls and adds an extra layer of security. Private Links restrict traffic to one-way communication from the virtual network, offering enhanced network isolation. This means that even if the Azure Managed Redis resource is compromised, other resources within the virtual network remain secure.
146+
Disabling `publicNetworkAccess` and protecting your cache by using a VNet along with a Private Endpoint and Private Links is the most secure option. A VNet enables network controls and adds an extra layer of security. Private Links restrict traffic to one-way communication from the virtual network, offering enhanced network isolation. Using a VNet means that even if the Azure Managed Redis resource is compromised, other resources within the virtual network remain secure.
147147

148148
### Updating a cache to use `publicNetworkAccess` by using the portal
149149

articles/redis/troubleshoot-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Steps to check your private endpoint configuration:
7474

7575
1. Run a command like `nslookup <hostname>` from within the VNet that is linked to the private endpoint to verify that the command resolves to the private IP address for the cache.
7676

77-
1. `Public Network Access` is currently not supported for Azure Managed Redis. You cannot connect to your cache private endpoint from outside the virtual network of your cache.
77+
1. `Public Network Access` is supported for Azure Managed Redis. You cannot connect to your cache private endpoint from outside the virtual network of your cache.
7878

7979
### Firewall rules
8080

0 commit comments

Comments
 (0)