Update Inforiver EDITable Container Instances (for V4.6.x.x and above)
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.yaml
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.

A secret environment variable with a minimum length of 32 characters is configured across all containers within the container instance. The secret should be generated as a secure alphanumeric value using a password generator.
Example Value: dEvMOiJTIfjb5U1TVzzQhts2WLQR4GC1

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 ACI.

Provide the storage account details in the volume section for the container instance.
Note: Storage account keys can be obtained from the respective storage account's Access keys section.

Please update the API version as specified below.
Now configure the below-listed container configurations in this file for Inforiver EDITable container deployment.
Containers Instance List
The following is the set of containers required for the Inforiver deployment of the Azure Container Instance.
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.
1. inforiver-cron-container
2. inforiver-audit-container
3. inforiver-writeback-worker-container
4. inforiver-infobridge-writeback-worker
5. inforiver-infobridge-transformation-worker
6. inforiver-infobridge-visual-worker
7. inforiver-infobridge-engine-worker
8. inforiver-writeback-worker-container-1
9. inforiver-auto-writeback-worker-container
10. inforiver-visual-worker-container
11. inforiver-etl-worker-container
12. inforiver-comment-worker-container
13. inforiver-worker-container
14. inforiver-datainput-engine-worker-container
15. inforiver-orchestrator-container
16. editable-visual-worker-container
17. inforiver-mdm-worker-container
After adding the container configurations to all instances, verify the above steps again in each container's settings.
2. Create ACI
After adding all the containers in the configuration files, execute the following commands in the Azure CLI to create the container instance.

The CNI will start provisioning with the latest configuration. Please wait until the status is complete.
After updating the ACI to the latest configuration, update the app service environment variables with the IP addresses of the container instance. 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_ENDPOINT
Value: <IP address of the container instance>:9006

Name:
IR_ENGINE_ENDPOINT
Value: <IP address of the container instance>:9007

The secret environment variable configured in the Container Instance also needs to be added as an environment variable in the App Service with the same value.

By following the above steps, you will be able to successfully update your Inforiver EDITable container instance. 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?