Update Inforiver EDITable Container Instances (for 4.x users)
This guide details the required steps to update Inforiver Editable container instances within an Azure on-premises environment. Please follow these instructions carefully to ensure a smooth and successful update that incorporates the latest features.
1. Edit the CNI Configuration
Open your Azure CLI window and run the following command:
az container export -g <resource group name> -n <container instance name > --file output_file
To download the output file, click on Manage files -> Download and enter the path of the output file. Click Download.

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

Now configure the below-listed container configurations in this file for Inforiver EDITable container deployment.
Containers Instance List - 1
The following are the set of containers required for the Inforiver deployment of Azure container instance - 1.
i) Inforiver Cron
ii) Inforiver Audit
iii) MDM Worker
iv) Inforiver Writeback Worker
v) InfoBridge Writeback Worker
vi) InfoBridge Transformation Worker
vii) InfoBridge Visual Worker
viii) InfoBridge Engine Worker
Containers Instance List - 2
The following are the set of containers required for the Inforiver EDITable 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
vi) Inforiver Worker
vii) EDITable Visual Worker
Containers Instance List - 3
The following are the set of containers required for the Inforiver EDITable deployment of Azure container instance - 3.
i) Inforiver Data Input Engine Worker
ii) Inforiver Orchestrator
After adding the container configurations to all instances, verify these steps again in each container's settings.
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.
Remove the IP configuration section from the configuration file for the first two ACIs.

Provide the storage account details in the volume section for the first and the third container instances only.
Note: Storage account keys can be obtained from the respective storage account's Access keys section.

Update the API version as specified below.
apiVersion: '2023-02-01-preview'
2. Create ACI
We need to separate the ACI into three container instances.
First, add the initial set of InforiverEditable containers from the containers instance list-1 into one configuration file and create the first ACI with a name, say inforivercontainerinstance1.
Then, add the second set of InforiverEditable containers from the containers instance list-2 in another configuration file and create the second ACI, say inforivercontainerinstance2.
Add the third set of InforiverEditable containers from the containers instance list-3 in a configuration file and create the third ACI, say inforivercontainerinstance3.
After adding all the containers in the configuration files, execute the following commands in the Azure CLI to create three separate container instances.



The CNI will start provisioning with the latest configuration.
Please wait until the status is complete.
After updating the ACIs to the latest configuration, update the app service's environment variables with the IP addresses of the first and third container instances. To do this,
Navigate to Inforiver App Service > Settings > Environment Variables.
Add the following environment variables as shown below and click Apply:
Name:
IB_ENGINE_ENDPOINTValue:<IP address of the first container instance>:9007Name:
IR_ENGINE_ENDPOINTValue:<IP address of the third container instance>:9007

By following the above steps, you will be able to successfully update your Inforiver EDITable container instances.
The update brings enhanced features and improvements that will benefit your Azure on-premises environment. Ensure all the above steps are completed carefully, and refer to the provided screenshots for additional assistance.
If you encounter any issues or need further assistance, please contact our technical support team here.
Last updated
Was this helpful?