Update Inforiver License Key

Methods to Update your Inforiver License Key in Azure

  1. Direct Update in Azure App Service

  2. Update via Azure Key Vault

The steps for both these methods are explained below:

1. Direct Update in App Service Environment Variables

  1. Select the Inforiver app.

  2. In the left-side menu, click Environment variables under the Settings menu.

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

Edit Application Settings
  1. Click OK to save the changes. This updates your Inforiver license key.

Update License Key

2. Update License Key in Azure Key Vault

Prerequisites

Azure Roles:

  • You must have the Key Vault Administrator role for the key vault to add the new license key.

  • You must have the Contributor role for the key vault to change the network settings of the key vault.

  • You must have the Contributor role for the App Service to restart the App Service.

Step 1: Turn on Public Access to Key Vault (Temporary)

  1. Go to the Azure Portal.

  2. Navigate to your Key Vault.

  3. In the left pane, select Networking in the Settings section.

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

Allow public access from specific networks and IP addresses
  1. Click on Add your client IP address.

Adding your client IP address
  1. Open a browser and search โ€œWhat is my IPโ€ to get your IP address.

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

Enter IP address
  1. Click Apply.

Click 'Apply'

Step 2: Update the License Key in Azure Key Vault

  1. Go to the Secrets section under the Objects menu in the Key Vault.

Go to 'Secrets' section
  1. Click on workspaceLicense.

click 'workspaceLicense'
  1. Click on +New Version.

Adding new version
  1. Enter your license key in the 'Secret value' field and click Create.

Enter the value

Step 3: Ensure App Service Picks Up the New Secret

  1. Go to the Environment variables section in the App Service.

Go to 'Environment variables'
  1. Click on Pull reference values to pull the latest values from the key vault secret.

Pull reference values
  1. Click Confirm.

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.

Disable public access
circle-info

Note: It may take a few minutes to replicate the secrets from the Key Vault. If this does not happen immediately, we recommend restarting your app service.

Last updated

Was this helpful?