Skip to content

Commit 41beb40

Browse files
committed
Merge branch 'patch-45' of https://github.com/Amrinder-Singh29/azure-docs into Fxl----Update-cache-troubleshoot-connectivity-amrinder-singh29
2 parents 3fa54c5 + 146b3aa commit 41beb40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-cache-for-redis/cache-troubleshoot-connectivity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ Steps to check your private endpoint configuration:
8585
1. If you're trying to connect to your cache private endpoint from outside your virtual network of your cache, `Public Network Access` needs to be enabled.
8686
1. If you've deleted your private endpoint, ensure that the public network access is enabled.
8787
1. Verify if your private endpoint is configured correctly. For more information, see [Create a private endpoint with a new Azure Cache for Redis instance](cache-private-link.md#create-a-private-endpoint-with-a-new-azure-cache-for-redis-instance).
88-
88+
1. Kindly verify if your application is connecting 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.
89+
1. 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.
90+
8991
### Firewall rules
9092

9193
If you have a firewall configured for your Azure Cache For Redis, ensure that your client IP address is added to the firewall rules. You can check **Firewall** on the Resource menu under **Settings** on the Azure portal.

0 commit comments

Comments
 (0)