Enable Azure Plan Importer Tool for On-Premise Installations

Hosting Location of Azure Plan Importer Tool


The Azure Plan Migration Tool is not deployed to on-premise installations, rather it is hosted on the following two locations:

The tool can function properly with any interworks.cloud BSS platform installation that the:

  • BSS Portal is publicly available.
    OR
  • BSS Portal is not publicly available but the access for web requests, performed by the tool, is granted.


Server Registry Additions for Enabling the Tool


To enable the tool for an interworks.cloud BSS platform (on-premise) installation, a set of registry keys needs to be defined to all servers that host the BSS Portal component.

The following screenshot displays the status of the Windows registry after the addition of the new keys.



The following commands can be used via Command Prompt with administrator privileges (Run as Administrator) to perform the necessary additions:

  • For installations close to EU region
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\interworks.cloud\AzurePlanImporter /v ImporterURL /d https://azureplan.eu.interworks.cloud /t REG_SZ /f
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\interworks.cloud\AzurePlanImporter /v ImporterAuthTokenUrl /d https://azureplan.eu.interworks.cloud/api/auth/token /t REG_SZ /f


  • For installations close to US region
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\interworks.cloud\AzurePlanImporter /v ImporterURL /d https://azureplan.us.interworks.cloud /t REG_SZ /f
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\interworks.cloud\AzurePlanImporter /v ImporterAuthTokenUrl /d https://azureplan.us.interworks.cloud/api/auth/token /t REG_SZ /f


After the registry update is completed, the "Azure Plan Migration Tool" is available at the Settings page of all Microsoft Cloud Services configurations of your installation, just like in the following image.


Now you can continue with Migrating your Existing Azure Plan Subscriptions in BSS guide in order to perform your migrations.


Table of Contents