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:
- 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.
- Edit the configuration file
/usr/local/azure/site/config/config.json
on the Azure end-point node: locate the linetypeUri: http://www.parallels.com/Office365/Tenant
and add the tenant version that you learned in the previous step, so that it looks similar totypeUri: http://www.parallels.com/Office365/Tenant/2.8
. -
Restart the endpoint service:
systemctl stop azure-app-server && systemctl start azure-app-server