Link Search Menu Expand Document

Azure Storage

Table of contents
  1. How to set up the storage
    1. Run the storage engine template

How to set up the storage

Elqano is using an Azure Storage account to store the processing and shared documents.

It will contains two blob containers:

  • The document collection to temporary store indexed documents and shared ones.
  • The report collection to store generated statistics reports

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

By default it will create a storage account with the following properties:

PropertyValue
PerformanceStandard
Account kindStorageV2
ReplicationRead-Access geo-redundant stoage (RA-GRS)
Access tierHot
Containers Public AccessPrivate

Edit the template if you need specific setings. You will be able to configure more propeties on the Azure storage account service later.

Run the storage engine 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 Azure storage

  • 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
Storage_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.