Skip to content

Commit 8d9ef55

Browse files
committed
Revisions from PM.
1 parent 469ef42 commit 8d9ef55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to create an Azure Cache, an Azure Virtual Network, and a
77

88
ms.custom: devx-track-azurecli, devx-track-azurepowershell
99
ms.topic: conceptual
10-
ms.date: 01/12/2024
10+
ms.date: 11/12/2024
1111

1212
---
1313

@@ -351,7 +351,7 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
351351

352352
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`, and 8500 - 8599 if using OSS Cluster mode. If using Enterprise Cluster mode, only port 10000 is required.
354+
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`. If you are using OSS clustering, then your client library might also create connections to your Redis Enterprise instance on ports 8500 - 8599 as your application needs to connect to each shard individually in OSS clustering configuration.
355355

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

0 commit comments

Comments
 (0)