Skip to content

Commit 8274e83

Browse files
committed
Addressing changes in bug
1 parent 10b95a7 commit 8274e83

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 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: 3/31/2021
8+
ms.date: 02/09/2022
99
---
1010

1111
# Azure Cache for Redis with Azure Private Link
@@ -316,6 +316,7 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
316316

317317
## FAQ
318318

319+
- [How do I connect to my cache with private endpoint?](#how-do-i-connect-to-my-cache-with-private-endpoint)
319320
- [Why can't I connect to a private endpoint?](#why-cant-i-connect-to-a-private-endpoint)
320321
- [What features aren't supported with private endpoints?](#what-features-arent-supported-with-private-endpoints)
321322
- [How do I verify if my private endpoint is configured correctly?](#how-do-i-verify-if-my-private-endpoint-is-configured-correctly)
@@ -326,6 +327,15 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
326327
- [Are network security groups (NSG) enabled for private endpoints?](#are-network-security-groups-nsg-enabled-for-private-endpoints)
327328
- [My private endpoint instance isn't in my VNet, so how is it associated with my VNet?](#my-private-endpoint-instance-isnt-in-my-vnet-so-how-is-it-associated-with-my-vnet)
328329

330+
331+
### How do I connect to my cache with private endpoint?
332+
333+
Your application should connect to `<cachename>.redis.cache.windows.net` on port `6380`. We recommend avoiding the use of `<cachename>.privatelink.redis.cache.windows.net` in configuration or connection string.
334+
335+
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.
336+
337+
For more information, see [Azure services DNS zone configuration](/azure/private-link/private-endpoint-dns).
338+
329339
### Why can't I connect to a private endpoint?
330340

331341
- Private endpoints can't be used with your cache instance if your cache is already a VNet injected cache.
@@ -339,7 +349,9 @@ Trying to connect from the Azure portal console is an unsupported scenario where
339349

340350
### How do I verify if my private endpoint is configured correctly?
341351

342-
You can run a command like `nslookup` from within the VNet that is linked to the private endpoint to verify that the command resolves to the private IP address for the cache. The private IP address is found by selecting your **Private endpoint** from your resources. On the resource menu on the left, select **DNS configuration**. In the working pane on the right, you see the IP address for the **Network Interface**.
352+
Go to **Overview** in the Resource menu on the portal. You see the **Host name** for you cache in the working pane. Run a command like `nslookup <hostname>` from within the VNet that is linked to the private endpoint to verify that the command resolves to the private IP address for the cache.
353+
354+
<!-- You can run a command like `nslookup` from within the VNet that is linked to the private endpoint to verify that the command resolves to the private IP address for the cache. The private IP address is found by selecting your **Private endpoint** from your resources. On the resource menu on the left, select **DNS configuration**. In the working pane on the right, you see the IP address for the **Network Interface**. -->
343355

344356
:::image type="content" source="media/cache-private-link/cache-private-ip-address.png" alt-text="In the Azure portal, private endpoint D N S settings.":::
345357

0 commit comments

Comments
 (0)