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
-[Are network security groups (NSG) enabled for private endpoints?](#are-network-security-groups-nsg-enabled-for-private-endpoints)
327
328
-[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)
328
329
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
+
329
339
### Why can't I connect to a private endpoint?
330
340
331
341
- 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
339
349
340
350
### How do I verify if my private endpoint is configured correctly?
341
351
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**. -->
343
355
344
356
:::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.":::
0 commit comments