You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-network-isolation.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: flang-msft
5
5
ms.author: franlanglois
6
6
ms.service: cache
7
7
ms.topic: conceptual
8
-
ms.date: 08/29/2023
8
+
ms.date: 12/14/2023
9
9
10
10
11
11
---
@@ -20,7 +20,7 @@ Azure Private Link provides private connectivity from a virtual network to Azure
20
20
21
21
### Advantages of Private Link
22
22
23
-
- Private link supported on Basic, Standard, Premium, Enterprise, and Enterprise Flash tiers of Azure Cache for Redis instances.
23
+
- Private link supported on all tiers - Basic, Standard, Premium, Enterprise, and Enterprise Flash tiers - of Azure Cache for Redis instances.
24
24
- By using [Azure Private Link](../private-link/private-link-overview.md), you can connect to an Azure Cache instance from your virtual network through 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.
25
25
26
26
> [!IMPORTANT]
@@ -32,7 +32,7 @@ Azure Private Link provides private connectivity from a virtual network to Azure
32
32
> Enterprise/Enterprise Flash tier does not support `publicNetworkAccess` flag.
33
33
34
34
- Any external cache dependencies don't affect the VNet's NSG rules.
35
-
- Persisting to any Storage accounts protected with firewall rules is supported when using managed identity to connect to Storage account, see more [Import and Export data in Azure Cache for Redis](cache-how-to-import-export-data.md#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
35
+
- Persisting to any storage accounts protected with firewall rules is supported when using managed identity to connect to Storage account, see more [Import and Export data in Azure Cache for Redis](cache-how-to-import-export-data.md#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
36
36
37
37
### Limitations of Private Link
38
38
@@ -55,11 +55,11 @@ Virtual Network (VNet) is the fundamental building block for your private networ
55
55
56
56
### Limitations of VNet injection
57
57
58
-
- Creating and maintaining virtual network configurations can be error prone. Troubleshooting is challenging. Incorrect virtual network configurations can lead to various issues:
59
-
- obstructed metrics transmission from your cache instances,
60
-
- failure of replica node to replicate data from primary node,
61
-
- potential data loss,
62
-
- failure of management operations like scaling,
58
+
- Creating and maintaining virtual network configurations can be error prone. Troubleshooting is challenging. Incorrect virtual network configurations can lead to various issues:
59
+
- obstructed metrics transmission from your cache instances,
60
+
- failure of replica node to replicate data from primary node,
61
+
- potential data loss,
62
+
- failure of management operations like scaling,
63
63
- and in the most severe scenarios, loss of availability.
64
64
- VNet injected caches are only available for Premium-tier Azure Cache for Redis instances.
65
65
- When using a VNet injected cache, you must change your VNet to cache dependencies, such as CRLs/PKI, AKV, Azure Storage, Azure Monitor, and more.
0 commit comments