I have created a private endpoint for Azure Redis Cache, everything is created with no errors and seems to check out but I am not sure how to confirm the traffic flow. Normally with a private endpoint, if I have a VM in the same Vnet that hosts the subnet for the private endpoint resource, I can use a 'nslookup' command to check the endpoint and I would see that the private IP is returned instead of the public IP. In the Redis Cache case, I am still getting the public IP. My nslookup command is standard like this: nslookup myrediscacheresource.redis.cache.windows.net.
Any guidance on how to test this would be appreciated.