Installing Redis Server on Azure Cloud

Install redis ubuntu on Azure

Redis installation on Azure

Create a new VM using redis server image from VmDepot

This image is built on Security Hardened Ubuntu 12.04 LTS

Open port 6379 in Azure load balancer.
You can access your redis server externally using
redis-cli -h <Youname>.cloudapp.net

Enjoy!