What's New in This Version


This release of the Azure integration package brings the following additions and enhancements:

Providers can enable the support for multiple tenant domains and specify which subdomains to make available for users to select while they order services in the Marketplace. This is done by adjusting the config.json configuration file on the Azure endpoint node.

During upgrade to Azure CSP 7.7.5, the baseDomain setting in the configuration file is automatically changed to baseDomains. Providers can add the following information to the configuration file:

 {
	"baseDomains": [
		{
			"name": "onmicrosoft.us",
			"allowedScenarios": ["new", "import"]
		},
		{
			"name": "onmicrosoft.com",
			"allowedScenarios": ["new", "import"]
		}
	]
}


Dependencies and Prerequisites


This package can be deployed on CloudBlue Commerce 20.4 and later.


Obtaining


Contact your Ingram Micro account manager to obtain the new version of the Azure Cloud Solution Provider (Azure CSP) application package.



Installing


To install the application, please refer to these instructions.


Upgrading


Upgrade is only available from version 7.7.4.

  1. On the Azure endpoint node, check the file /usr/local/azure/site/config/config.json. If the isStaging property is null, replace it with "isStaging": false. Additionally, change the line "typeUri": "http://www.parallels.com/Office365/Tenant" to "typeUri": "http://www.parallels.com/Office365/Tenant/2".
  2. Copy the package to the endpoint node and issue the following commands:

    #unzip -o -d /usr/local /root/odin-azure-distr-7.7.5.57.zip
    #cd /usr/local/azure
    #python deployment/setup.py upgrade
    
  3. Log in as the provider to CloudBlue Commerce, go to Services > Applications > APS Connectors tab > Import Package, and upload the application package.

  4. Upgrade application instances in CloudBlue Commerce.


Additional Resources