Technical perspective

Installing Redis Server on Azure Cloud

A preserved technical perspective from the CognoSys engineering archive. Product names, interfaces, availability, and recommended practices may have changed since original publication.

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!