Integrating with Microsoft 365

If you have the Microsoft 365 package installed, you need to perform the following additional steps to ensure the proper integration with it:

  1. Determine the Microsoft 365 tenant version: Extract the contents of your Microsoft 365 package and search the APP-META.xml file for the string "http://www.parallels.com/Office365/Tenant/". The string should contain a number after /Tenant/. For example, 2.8. This is the number you need to know.
  2. Edit the configuration file /usr/local/azure/site/config/config.json on the Azure end-point node: locate the line typeUri: http://www.parallels.com/Office365/Tenant and add the tenant version that you learned in the previous step, so that it looks similar to typeUri: http://www.parallels.com/Office365/Tenant/2.8.
  3. Restart the endpoint service:

    systemctl stop azure-app-server && systemctl start azure-app-server