Skip to content

Commit 8334070

Browse files
authored
Update cache-private-link.md
1 parent 0ea0e96 commit 8334070

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,10 @@ 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`.
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

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

356-
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.
357-
358356
For more information, see [Azure services DNS zone configuration](../private-link/private-endpoint-dns.md).
359357

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

0 commit comments

Comments
 (0)