> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/inforiver-enterprise-on-prem/upgrade/for-legacy-versions-updating-container-instances/integrate-editable-with-inforiver-for-2.x-users.md).

# Integrate EDITable with Inforiver (for 2.x users)

{% hint style="warning" %}
Make sure you have already updated your existing Inforiver 2.x instances to 3.x by following the instructions available on the [Overview page](/inforiver-enterprise-on-prem/upgrade/overview.md).
{% endhint %}

Follow the steps mentioned in this guide to integrate EDITable into your existing Inforiver environment. With EDITable, you can leverage Power BI to maintain and manage your reference data or flat tables in real-time across your desired data platforms. EDITable supports bulk edits/updates, Type 2 SCDs, robust audit and governance with row and columnar access controls, approval workflows and much more, without any code or extensive customizations.

You can find detailed instructions and screenshots to assist you through the process. Follow them carefully to ensure a smooth and successful update.

## 1. Edit the CNI configuration

To edit the CNI configuration, you can follow the steps explained in [this section](https://docs.inforiver.com/inforiver-enterprise-on-prem/upgrade/for-legacy-versions-updating-container-instances/pages/X6baqG7nyu9EXn9YxjYj#id-1.-edit-the-cni-configuration).

## 2. Create ACI

The next step is to create ACI using the steps outlined [here](https://docs.inforiver.com/inforiver-enterprise-on-prem/upgrade/for-legacy-versions-updating-container-instances/pages/X6baqG7nyu9EXn9YxjYj#id-2.-create-aci).

## 3. Add Environment variables in the App service

1. Go to the App service and navigate to **Settings -> Environment variables.** Click **Add** on the right.

<figure><img src="/files/mg5uITTtjKvNN6ifeGFD" alt=""><figcaption><p>Add Env variables</p></figcaption></figure>

2. Add the following env values and select **Apply**.

**Environment variable 1:**

**Name:** PRODUCT\_BUILD

**Value:** common

3. Click **Apply** to save the settings.&#x20;

<figure><img src="/files/3RBwKhe5amHKMBnLhc4g" alt=""><figcaption><p>click 'Apply'</p></figcaption></figure>

4. Select **Confirm** to restart the app.

<figure><img src="/files/JpiVrd9AgdLW5Wvt870r" alt=""><figcaption><p>Confirm restart</p></figcaption></figure>

Ensure all the above steps are completed carefully. With this, you have successfully updated your Inforiver container instances and app service to integrate EDITable within Inforiver environment.

<figure><img src="/files/kCgdV8bfuOzmi7UKxtNZ" alt=""><figcaption><p>ACI Updated</p></figcaption></figure>

If you encounter any issues or require further support, please get in touch with our technical support team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.inforiver.com/inforiver-enterprise-on-prem/upgrade/for-legacy-versions-updating-container-instances/integrate-editable-with-inforiver-for-2.x-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
