Skip to content

Commit cf42672

Browse files
authored
Merge pull request #195434 from flang-msft/Fxl----Update-cache-troubleshoot-connectivity-amrinder-singh29
Fxl---- update cache troubleshoot connectivity amrinder-singh29
2 parents bc11d72 + 778b917 commit cf42672

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. 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 the configuration or the 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)