What's New in This Version


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

  • Support of new partner attestation requirements. In January 2022 (the date may change), the new Microsoft requirements for partner attestation take effect. As of this version, the application is compliant with these requirements and allows CloudBlue Commerce customers and resellers to provide the information necessary for partner attestation. When placing orders, customers, providers on behalf of their customers, and resellers on behalf of their customers can provide the necessary information in their control panels (UX1 and v1) and online stores. They can do so by selecting this checkbox: I confirm that my organization is acting as an indirect partner when choosing a reseller and as a direct partner in the absence of selecting a reseller.

  • New API methods were added to enable the retrieval of information about the following items:

    • Billing periods.
    • Daily usage for a billing period.
    • Total usage for a billing period.
    • Total usage for a custom period.
    • Daily usage for a custom period.
  • Learn more in this article.

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.5.

  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.
  2. Copy the package to the endpoint node and perform the following commands:

    #unzip -o -d /usr/local /root/odin-azure-distr-7.7.6-26.zip
    #cd /usr/local/azure
    #python deployment/setup.py upgrade
  3. Copy the package to the management node and perform the following commands:

    #unzip -o -d /usr/local /root/odin-azure-distr-7.7.6-26.zip
    #cd /usr/local/azure
    #python deployment/setup.py upgrade
  4. Upgrade application instances in Odin Automation (CloudBlue Commerce).


Additional Resources