Azure VM not connecting to Azure Redis Cache but local is connecting to Azure Redis Cache
问题 The same Azure Redis cache is getting connected from local machince. The port 6380, on which cache is running is open in firewall of both inbound and outbound in the VM. I tried in both NodeJs and Java. Both are connecting to remote Azure Redis from local and the exact same code for NodeJS and Java is not connceting to Azure Redis cache from VM. Java config: spring.redis.host=my-cache.redis.cache.windows.net spring.redis.password=<password> spring.redis.port=6380 spring.redis.ssl=true NodeJS