Inforiver
On-Prem Inforiver Writeback Matrix
On-Prem Inforiver Writeback Matrix
  • 👋Inforiver Writeback Matrix On-Prem
  • Before You Start
    • đŸĒ„Basic Requirements
    • đŸĨŒEntra ID App
    • 📧SMTP Service
    • đŸ•šī¸Inforiver Credentials
    • đŸ“ŗVirtual Network (Optional)
  • Deployment
    • Microsoft Azure
      • Basics
      • Networking
      • SQL Database
      • Inforiver Workspace
      • SMTP
      • Final Deployment
    • Custom Visual Generation
    • Azure AD App Post Configuration
  • Architecture Concepts
    • Overview
    • O365 Permissions
    • External Connections
    • Azure Cost
  • Upgrade
    • Overview
    • Integrate Infobridge with Inforiver (for 2.x users)
    • Integrate EDITable with Inforiver (for 2.x users)
    • Update Inforiver Container Instances (for 3.x users)
    • Update EDITable Container Instance (for 3.x users)
    • Update Inforiver EDITable Container Instances (for 3.x users)
    • Update Inforiver EDITable Container Instances (for 4.x users)
  • How To Guides
    • Overview
    • Register Inforiver App with Certificate
    • Key Vault Integration
    • Custom Domain and SSL
    • Application Gateway Integration
    • Private App Service
    • Diagnostic Settings
    • Configuring Office 365 SMTP
    • Scaling Up Azure Database
    • Creation and Deletion of Database
    • Enabling App Service Logs
    • Scaling Up the App Service Plan
    • Scaling Redis Cache
    • Update Inforiver License
    • Update Azure AD Client & Other Environment Variables
  • Troubleshooting Steps
    • Overview
Powered by GitBook
On this page
  • 1. Create a file share
  • 2. Create a private endpoint for the storage account
  • 3. Edit the CNI configuration
  • 4. Create ACI
  • 5. Add Environment variables in the App service
  1. Upgrade

Integrate Infobridge with Inforiver (for 2.x users)

This guide will help you deploy Infobridge in your Inforiver environment.

PreviousOverviewNextIntegrate EDITable with Inforiver (for 2.x users)

Last updated 4 months ago

This guide is intended for customers who are upgrading from Inforiver 2.x to Inforiver 3.x. If you are deploying Inforiver 3.x for the first time, Infobridge is integrated by default.

Make sure you have already updated your existing Inforiver 2.x instances to 3.x by following the instructions on the previous .

Follow the steps mentioned in this guide to integrate Infobridge into your existing Inforiver environment. Infobridge is a powerful add-on that enhances Inforiver's data connectivity and management capabilities, offering a seamless bridge between your Power BI reports and a wider range of data sources.

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

1. Create a file share

  1. In the Azure portal, navigate to Storage accounts and select your storage account.

  1. To create a file share, select File shares under the Data storage menu. On the right, click 'File share'.

  1. Enter a name for the file share and click Next. Note that this name will be used later to update the YAML configuration file.

  1. You can check the box in the image below if you prefer a backup. Click Next.

  1. Once the validation is passed, click Create.

2. Create a private endpoint for the storage account

  1. After creating the file share, navigate to the 'Networking' window by selecting Networking from the Security + networking menu. On the right pane, click '+Private endpoint' from the Private endpoint connections tab.

  1. Enter a name for the endpoint and choose the appropriate Resource Group and Region. Click Next.

  1. Select 'file' as the target sub-resource.

  1. Choose the Virtual network and Subnet to deploy your private endpoint and proceed to the next steps.

  1. After the validation is passed, click Create. The deployment is now complete.

  1. Navigate to the Access keys window in the storage account to get the access key. Copy the access key using the copy icon and retain it as it will be used while updating the Container Instances(ACI).

3. Edit the CNI configuration

4. Create ACI

5. Add Environment variables in the App service

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

  1. Add the following env values and select Apply.

Environment variable 1:

Name: DUCKDB_MOUNT_PATH

Value: /mnt/azure

Environment variable 2:

Name: INFOBRIDGEVISUALWORKER_DEFAULT_MODE

Value: Non-Aks

  1. Click Apply to save the settings.

  1. Select Confirm to restart the app.

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

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

To edit the CNI configuration for Inforiver, you can follow the steps explained in .

To edit the CNI configuration for Inforiver and EDITable, you can follow the steps explained in

The next step is to create ACI using the steps outlined .

Overview page
this section.
this section
here
Select your storage account
Select 'File share'
Enter a name
Back up option
File share created
Add a private endpoint
Configuring name, resource group and region
target sub-resource
select virtual network and subnet
validation passed
private endpoint - deployment complete
Copy the access key
Add Env variables
Update env variable 1
Update env variable 2
click 'Apply'
Confirm restart
ACI Updated