Update Inforiver Container Instances (for 3.x users)

This guide explains how to update Inforiver container instances in an Azure on-premises environment.

Follow these steps carefully to ensure a smooth update and access to the latest features. You can refer to the screenshots provided for additional guidance.

1. Edit the CNI Configuration

  1. Open your Azure CLI window and run the following command:

az container export -g <resource group name> -n <container instance name > --file output_file
Launch Azure CLI and execute the command
  1. To download the output file, click on Manage files -> Download and enter the path of the output file. Click Download.

Download the output file
  1. Click on the output file to download it to your local system.

Download locally
  1. Now, configure the below-listed containers in this file for Inforiver container deployment.

Containers Instance List - 1

The following are the set of containers required for the Inforiver deployment of Azure Container Instance-1.

Note: Transition from Default Azure Domain to Custom Domain

When transitioning to a custom domain (e.g., https://webapp.inforiver.com) from the default Azure domain (e.g., https://webapp.azurewebsites.net), it is necessary to update the URL in the configuration settings of both the Azure App Service and the associated Container Instances. Specifically, ensure the environment variable ADMIN_PORTAL_URL is updated to reflect the new custom domain in both services.

i) Inforiver Cron

ii) Inforiver Audit

iii) Inforiver Orchestrator

iv) Inforiver Worker

v) Inforiver Writeback Worker

vi) InfoBridge Writeback Worker

vii) InfoBridge Transformation Worker

viii) InfoBridge Visual Worker

ix) InfoBridge Engine Worker

Containers Instance List - 2

The following are the set of containers required for the Inforiver deployment of Azure Container Instance-2.

i) Inforiver Writeback Worker-1

ii) Inforiver Auto Writeback Worker

iii) Inforiver Visual Worker

iv) Inforiver ETL Worker

v) Inforiver Comment Worker

  1. After adding the list of container configurations in both container instances, verify these steps in both container instance configurations.

  2. Provide the username and password for pulling the image from the registry. You would have received this information during the initial deployment. If not, please get in touch with our support team.

  3. Remove the IP configuration section from the configuration file from both ACIs.

Remove the IP configuration
  1. Provide the storage account details in the volume section for the first container instance only.

Note: Storage account keys can be obtained from the respective storage account's Access keys section.

Storage account - access key
  1. Update the API version as specified below.

apiVersion: '2023-02-01-preview'

2. Create ACI

We need to separate the ACI into two container instances.

  • First, add the initial set of Inforiver containers into one configuration file and create the first ACI with a name, say inforivercontainerinstance.

  • Then, add the second set of Inforiver containers in another configuration file and create the second ACI, say inforivercontainerinstancenew.

After adding all the containers in the configuration files, execute the following commands in the Azure CLI to create two separate container instances.

The CNI will start provisioning with the latest configuration.

Create container instance 1
Create container instance 2

Please wait until the status is complete.

By following the above steps, you will be able to successfully update the Inforiver container instances in your Azure environment.

If you encounter any issues or need further assistance, please contact our technical support team here.

Last updated

Was this helpful?