Legacy page modernization

Installing Redis Server on Azure Cloud

This page has been modernized to the current Cognosys corporate theme while preserving legacy information and route continuity.

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!