Link Search Menu Expand Document

Redis

Table of contents
  1. How to set up Redis
    1. Run the redis template
    2. Security settings

How to set up Redis

Elqano is using Redis via Azure Cache for Redis servers as message queue for async task processing.

To configure it easily, we are providing a pre-configured template.

By default it will create a server with the following properties:

PropertyValue
TierStandard
FamilyC
Cache size1GB
Non SSL portEnabled
Max clients count1000

Edit the template if you need specific setings.

Run the redis template

To use the template, navigate to the Custom deployment service of Azure and select Build your own template in the editor

Copy the following template in the editor and click on the Save button.

The following form will appear:

Configure Redis

  • Select, the subscription, the Resource Group and the Location

  • Provide the following parameters

(Copy them in a safe place, they will be useful for the next steps of the process)

ParameterActionCondition
Server_redis_nameChange it to something like elqanoYOURCOMPANYNo space, no special chars
  • Accept the terms and click on Purchase and wait for the end of the creation process.

Security settings

Once the app service is configured, please follow the steps described in the Security settings documentation to add a firewall to the redis server.