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)
328
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)
329
329
330
-
331
330
### How do I connect to my cache with private endpoint?
332
331
333
332
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.
@@ -349,9 +348,7 @@ Trying to connect from the Azure portal console is an unsupported scenario where
349
348
350
349
### How do I verify if my private endpoint is configured correctly?
351
350
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**. -->
351
+
Go to **Overview** in the Resource menu on the portal. You see the **Host name** for your 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.
355
352
356
353
:::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.":::
357
354
@@ -386,7 +383,7 @@ Refer to our [migration guide](cache-vnet-migration.md) for different approaches
386
383
387
384
### How can I have multiple endpoints in different virtual networks?
388
385
389
-
To have multiple private endpoints in different virtual networks, the private DNS zone must be manually configured to the multiple virtual networks _before_ creating the private endpoint. For more information, see [Azure Private Endpoint DNS configuration](../private-link/private-endpoint-dns.md).
386
+
To have multiple private endpoints in different virtual networks, the private DNS zone must be manually configured to the multiple virtual networks *before* creating the private endpoint. For more information, see [Azure Private Endpoint DNS configuration](../private-link/private-endpoint-dns.md).
390
387
391
388
### What happens if I delete all the private endpoints on my cache?
392
389
@@ -405,4 +402,4 @@ It's only linked to your VNet. Because it's not in your VNet, NSG rules don't ne
405
402
## Next steps
406
403
407
404
- To learn more about Azure Private Link, see the [Azure Private Link documentation](../private-link/private-link-overview.md).
408
-
- To compare various network isolation options for your cache instance, see [Azure Cache for Redis network isolation options documentation](cache-network-isolation.md).
405
+
- To compare various network isolation options for your cache, see [Azure Cache for Redis network isolation options documentation](cache-network-isolation.md).
0 commit comments