Update Inforiver License Key
Methods to Update your Inforiver License Key in Azure
Direct Update in Azure App Service
Update via Azure Key Vault
The steps for both these methods are explained below:
1. Direct Update in App Service Environment Variables
Select the Inforiver app.
In the left-side menu, click Environment variables under the Settings menu.

Under Application Settings, select 'BOOTSTRAP_ON_PREMISE_WORKSPACE_LICENSE'. Enter the license key in the value field.

Click OK to save the changes. This updates your Inforiver license key.

2. Update License Key in Azure Key Vault
Prerequisites
Azure Roles:
You must have the Contributor role for the App Service to restart the App Service.
You must have the Contributor role for the key vault to change the network settings of the key vault.
To view and modify the Secrets of the Key Vault, you need to check the Access configuration of the Key Vault under Settings.

If the Access configuration is Azure role-based access control, proceed with and complete all the steps mentioned in Option 1 that follows.
Option 1: Assign Key Vault Administrator Role through RBAC
Go to Access control (IAM), click Add, and then select Add role assignment in the drop-down menu.

Under Job function roles, select Key Vault Administrator and click Next.

Under the Members Tab, choose Assign access to User, group or service principal and click on + Select members. In the Select members tab, enter your email and click Select. After completing these steps, click Next.

Verify your role assignment and click Review + assign.

If the Access configuration is Vault access policy, proceed with and complete all the steps mentioned in Option 2.

Option 2: Vault access policy
Go to Access policies and click on Create to create an access policy for the user.

In the Permissions tab, click on Select all to select all permissions under Secret permissions. Ensure all of them are selected. Then, click Next.

In the Principal tab, enter the user email and verify that it is available under Selected item. Click Next.

In the Application tab, keep the default settings, and then select Next.

In the Review + create tab, verify that all Secret Management Operations permissions are selected, and then click Create.

Step 1: Turn on Public Access to Key Vault (Temporary)
Go to the Azure Portal.
Navigate to your Key Vault.
In the left pane, select Networking in the Settings section.

Under Firewalls and virtual networks, switch from 'Disable public access' to 'Allow public access from specific virtual networks and IP addresses'.

Click on Add your client IP address.

Open a browser and search “What is my IP” to get your IP address.

Copy the IP address and enter the value into the 'IP address or CIDR' block.

Click Apply.

Step 2: Update the License Key in Azure Key Vault
Go to the Secrets section under the Objects menu in the Key Vault.
Click on workspaceLicense.

Click on +New Version.

Enter your license key in the Secret value field and click Create.

Step 3: Ensure App Service Picks Up the New Secret
Go to the Environment variables section in the App Service.

Click on Pull reference values to pull the latest values from the key vault secret.

Click Confirm.

Step 4: Revert the Key Vault to Private Access.
Go back to Key Vault’s Networking section, select Disable public access, and then click Apply.
Last updated
Was this helpful?