Azure – Connection Error on Console screen of Redis Cache Azure

azurecache

On the console screen of redis cache of azure. I write any syntax to retrieve data, sometimes, i get the following error:

Connection Failure: If this issue persists, ensure your computer's firewall and proxy settings allow outbound TCP traffic to port 10225. Using the firewall feature on your cache may also block connections from the console if your IP address has not been whitelisted

Best Answer

As answered here, it's a firewall restriction. The console executes in your browser and because of this, you need to add your IP to the firewall.

Go in > Azure Cache for Redis > Firefall (Settings) and add your machine's public IP (needs to be visible to Azure).

Azure Cache Menu