Skip to content

Commit 5198375

Browse files
Merge pull request #230132 from flang-msft/fxl---Added-the-pointer-that-Private-Link-is-also-supported-in-Enterprise-PR-105639
Fxl added the pointer that private link is also supported in enterprise pr 105639
2 parents cce6e5d + 72e597c commit 5198375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-network-isolation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 10/15/2020
8+
ms.date: 03/09/2023
99
---
1010

1111
# Azure Cache for Redis network isolation options
@@ -18,7 +18,7 @@ Azure Private Link provides private connectivity from a virtual network to Azure
1818

1919
### Advantages of Private Link
2020

21-
- Supported on Basic, Standard, and Premium Azure Cache for Redis instances.
21+
- Supported on Basic, Standard, Premium, Enterprise, and Enterprise Flash tiers of Azure Cache for Redis instances.
2222
- By using [Azure Private Link](../private-link/private-link-overview.md), you can connect to an Azure Cache instance from your virtual network via a private endpoint. The endpoint is assigned a private IP address in a subnet within the virtual network. With this private link, cache instances are available from both within the VNet and publicly.
2323
- Once a private endpoint is created, access to the public network can be restricted through the `publicNetworkAccess` flag. This flag is set to `Disabled` by default, which will only allow private link access. You can set the value to `Enabled` or `Disabled` with a PATCH request. For more information, see [Azure Cache for Redis with Azure Private Link](cache-private-link.md).
2424
- All external cache dependencies won't affect the VNet's NSG rules.

0 commit comments

Comments
 (0)