Skip to content

Commit f53aca1

Browse files
Merge pull request #261811 from MSFTeegarden/patch-49
Clarify restrictions for Enterprise
2 parents 8022fd7 + dc259c4 commit f53aca1

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

articles/azure-cache-for-redis/cache-private-link.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: franlanglois
77
ms.service: cache
88
ms.custom: devx-track-azurecli, devx-track-azurepowershell
99
ms.topic: conceptual
10-
ms.date: 12/15/2023
10+
ms.date: 01/12/2024
1111

1212
---
1313

@@ -30,9 +30,9 @@ You can restrict public access to the private endpoint of your cache by disablin
3030
3131
## Scope of availability
3232

33-
|Tier | Basic, Standard, Premium |Enterprise, Enterprise Flash |
34-
|---------|---------|---------|
35-
|Available | Yes | Yes |
33+
|Tier | Basic, Standard, Premium |Enterprise, Enterprise Flash |
34+
|--------- |:------------------:|:---------:|
35+
|Available | Yes | Yes |
3636

3737
## Prerequisites
3838

@@ -44,7 +44,7 @@ You can restrict public access to the private endpoint of your cache by disablin
4444
4545
> [!IMPORTANT]
4646
> When using private link, you cannot export or import data to a to a storage account that has firewall enabled unless you're using [managed identity to autenticate to the storage account](cache-managed-identity.md).
47-
> For more information, see [How to export if I have firewall enabled on my storage account?](cache-how-to-import-export-data.md#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
47+
> For more information, see [How to export if I have firewall enabled on my storage account?](cache-how-to-import-export-data.md#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
4848
>
4949
5050
## Create a private endpoint with a new Azure Cache for Redis instance
@@ -349,23 +349,27 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
349349

350350
### How do I connect to my cache with private endpoint?
351351

352-
For **Basic, Standard, and Premium tier** caches, your application should connect to `<cachename>.redis.cache.windows.net` on port `6380`. A private DNS zone, named `*.privatelink.redis.cache.windows.net`, is automatically created in your subscription. The private DNS zone is vital for establishing the TLS connection with the private endpoint. We recommend avoiding the use of `<cachename>.privatelink.redis.cache.windows.net` in configuration or connection string.
352+
For **Basic, Standard, and Premium tier** caches, your application should connect to `<cachename>.redis.cache.windows.net` on port `6380`. A private DNS zone, named `*.privatelink.redis.cache.windows.net`, is automatically created in your subscription. The private DNS zone is vital for establishing the TLS connection with the private endpoint. We recommend avoiding the use of `<cachename>.privatelink.redis.cache.windows.net` in configuration or connection string.
353353

354-
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`.
354+
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`.
355355

356356
For more information, see [Azure services DNS zone configuration](../private-link/private-endpoint-dns.md).
357357

358358
### Why can't I connect to a private endpoint?
359359

360-
- Private endpoints can't be used with your cache instance if your cache is already using the VNet injection network connection method.
361-
- You have a limit of one private link for clustered caches. For all other caches, your limit is 100 private links.
362-
- You try to [persist data to a storage account](cache-how-to-premium-persistence.md) with firewall rules and you're not using managed identity to connect to the storage account.
360+
- Private endpoints can't be used with your cache instance if your cache is already a VNet injected cache.
361+
362+
- On Premium tier caches, you have a limit of one private link for clustered caches. Enterprise and Enterprise Flash tier caches do not have this limitation for clustered caches. For all other caches, your limit is 100 private links.
363+
364+
- You try to [persist data to storage account](cache-how-to-premium-persistence.md) where firewall rules are applied might prevent you from creating the Private Link.
365+
363366
- You might not connect to your private endpoint if your cache instance is using an [unsupported feature](#what-features-arent-supported-with-private-endpoints).
364367

365368
### What features aren't supported with private endpoints?
366369

367370
- Trying to connect from the Azure portal console is an unsupported scenario where you see a connection failure.
368-
- Private links can't be added to Premium tier caches that are already geo-replicated. To add a private link to a cache using [passive geo-replication](cache-how-to-geo-replication.md): 1. Unlink the geo-replication. 2. Add a Private Link. 3. Last, relink the geo-replication.
371+
372+
- Private links can't be added to caches that are already using [passive geo-replication](cache-how-to-geo-replication.md) in the Premium tier. To add a private link to a geo-replicated cache: 1. Unlink the geo-replication. 2. Add a Private Link. 3. Last, relink the geo-replication. (Enterprise tier caches using [active geo-replication](cache-how-to-active-geo-replication.md) do not have this restriction.)
369373

370374
### How do I verify if my private endpoint is configured correctly?
371375

@@ -398,6 +402,7 @@ You can also change the value through a RESTful API PATCH request. For example,
398402
}
399403
400404
```
405+
401406
For more information, see [Redis - Update](/rest/api/redis/Redis/Update?tabs=HTTP).
402407

403408
### How can I migrate my VNet injected cache to a Private Link cache?

0 commit comments

Comments
 (0)